{"id":43022777,"url":"https://github.com/datalad/datalad-blog","last_synced_at":"2026-01-31T06:38:30.646Z","repository":{"id":249102876,"uuid":"827846735","full_name":"datalad/datalad-blog","owner":"datalad","description":"Mirror of https://hub.datalad.org/www/datalad-blog for submissions review on GitHub","archived":false,"fork":false,"pushed_at":"2025-12-28T01:08:40.000Z","size":1286,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-30T04:08:27.233Z","etag":null,"topics":["blog","data-version-control","distributed-systems"],"latest_commit_sha":null,"homepage":"https://blog.datalad.org/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datalad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-12T14:00:00.000Z","updated_at":"2025-12-28T01:08:45.000Z","dependencies_parsed_at":"2025-09-11T08:59:08.414Z","dependency_job_id":"97f7a0bc-6b00-47bc-8abd-fd9523c4f41c","html_url":"https://github.com/datalad/datalad-blog","commit_stats":null,"previous_names":["datalad/blog","datalad/datalad-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datalad/datalad-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datalad%2Fdatalad-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datalad%2Fdatalad-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datalad%2Fdatalad-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datalad%2Fdatalad-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datalad","download_url":"https://codeload.github.com/datalad/datalad-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datalad%2Fdatalad-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28931386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","data-version-control","distributed-systems"],"created_at":"2026-01-31T06:38:30.025Z","updated_at":"2026-01-31T06:38:30.611Z","avatar_url":"https://github.com/datalad.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sources for the DataLad blog\n\nThis is a [DataLad](https://www.datalad.org) dataset containing a\n[Hugo](https://gohugo.io) website.\n\nVisit the blog at: https://blog.datalad.org\n\n\n## Contribute an article\n\nTo contribute an article, clone this DataLad dataset. If you have Hugo\ninstalled, you could follow [their instruction to create new\ncontent](https://gohugo.io/commands/hugo_new_content/). Otherwise, create a new\ndirectory under `content/posts/`. The name of the directory will be the\n[slug](https://developer.mozilla.org/en-US/docs/Glossary/Slug) of the new\narticle. Inside that directory, create an `index.md` file.\n\nInclude front matter at the top of the file. Here is a starting point:\n\n```yaml\n---\ntitle: 'A blog on data management and DataLad'\ndate: 2024-07-11T20:28:47+02:00\nauthor:\n- Michael Hanke\n- ...\ntags:\n- DataLad\n- ...\ncover:\n  # webp (or png, jpg) should be 1200x630 px for social media cards\n  image: cover.webp\n  alt: DataLad minions reading and climbing books to write something.\n  # must be 'true' if image is in page bundle, i.e. next to the\n  # markdown file with the article\n  relative: true\n# important bits should be within the first 110 chars of the description\ndescription: \u003e\n  On starting a blog after more than a decade of working on DataLad.\n# optional choices, can be deleted\n# within-article table of contents shown\nshowToc: true\n# hide top-level metadata (date, length, author)?\nhidemeta: false\n# no highlighting of \"code\"\ndisableHLJS: true # to disable highlightjs\n# no sharing buttons\ndisableShare: false\n# no summary shown at the top\nhideSummary: false\n---\n```\n\nNow compose the article underneath the front matter.\n\nAdd as many figures and illustrations as desired. Do add a cover image (see\nfront matter).  There is a template `cover_template.svg` with the right sizes\nand shapes. Lastly convert to `webp` format using your favorite workflow (e.g.,\n`inkscape \u003e png \u003e gimp \u003e webp`).\n\nCommit your changes when done. A `datalad save -m \"\u003cmessage\u003e\"` will do the\nright thing. Otherwise, commit the text to Git, and annex any image or media\nfile, regardless of its size.\n\nIf you have Hugo, use the [server](https://gohugo.io/commands/hugo_server/) to\nget to see what you are writing, while you write. This will need the subdataset\nwith the theme, installed. Get it via `datalad get --recursive .`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatalad%2Fdatalad-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatalad%2Fdatalad-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatalad%2Fdatalad-blog/lists"}