{"id":18978062,"url":"https://github.com/simplificator/simplificator-blog","last_synced_at":"2026-04-10T02:30:17.751Z","repository":{"id":38707996,"uuid":"227431279","full_name":"simplificator/simplificator-blog","owner":"simplificator","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-15T17:12:31.000Z","size":39539,"stargazers_count":0,"open_issues_count":16,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-15T19:42:25.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blog.simplificator.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplificator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-12-11T18:16:04.000Z","updated_at":"2023-07-25T12:12:24.000Z","dependencies_parsed_at":"2024-11-08T15:35:47.484Z","dependency_job_id":"09b8fe0f-89ab-4ddb-83b6-9767f3c68da6","html_url":"https://github.com/simplificator/simplificator-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fsimplificator-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fsimplificator-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fsimplificator-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fsimplificator-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplificator","download_url":"https://codeload.github.com/simplificator/simplificator-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239978221,"owners_count":19728296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-08T15:32:03.804Z","updated_at":"2026-04-10T02:30:17.707Z","avatar_url":"https://github.com/simplificator.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Simplificator blog\n\nProduction URL: \u003chttps://blog.simplificator.com\u003e\n\n## Provisioning and deployment\n\nThe blog is hosted on [ZEIT](https://zeit.co), which automatically deploys on every push. ZEIT also renews TLS certificates on its own.\n\nThe latest commit on the `master` branch is deployed to production (`blog.simplificator.com`).\n\nCommits to other branches are also deployed, but each deployment has its own URL. Look at the environments and status checks assigned to your pull requests.\n\n## Development setup\n\n```\nnpm install\nnpm run serve\n```\n\nThe blog is powered by [Eleventy](https://www.11ty.dev).\n\nPlease open pull requests for new blogs or features.\n\n## Guidelines for a new blog post\n\n### File name\n\nThe articles are Markdown files stored in `content/posts/`.\n\nThe name of the file is used in the article permalink:\n\n- use dashes instead of spaces\n- use lower case US ASCII characters (a-z) and numbers (0-9)\n\nExample file name: `encoding-hell-part-2.md`.\n\n### Article metadata\n\nEven though the articles are in the Markdown format, they should contain a YAML front matter. That is a collection of keys and values describing metadata about the article.\n\nFor example:\n\n```\n---\ntitle: \"User story mapping: a retrospective\"\ndate: 2017-03-30\nlanguage: en\nauthor: Jane Appleseed\ntags:\n  - user-story-mapping\n  - projects\n---\n```\n\nThe front matter should have these fields:\n\n- `title`: the blog post title, preferably surrounded by quotes.\n- `date`: the publication date in `YYYY-MM-DD` format. This is used in the permalink.\n- `language`: `en` or `de`. This is used to tell the browser and search engines which language is used, so that they don't need to guess.\n- `author`: your name :)\n\nOptional fields:\n\n- `tags`: a list of tags for the blog post\n\n### Images\n\nImages are stored in `content/images/`.\n\nUse the `image` [shortcode](https://www.11ty.dev/docs/shortcodes/) (defined in `.eleventy.js`) to insert an image in a post. For example:\n\n```liquid\n{% image \"./content/images/sitincator-wireframes.png\", \"Early Sitincator wireframes\" %}\n```\n\nThe first argument is the relative path to the image file from the project root. The second argument is the alternative text that describes the image.\n\nYou could additionally include a caption that is displayed below the image:\n\n```html\n\u003cfigure\u003e\n  {% image \"./content/images/first_website.png\", \"Screenshot of the first Simplificator website\" %}\n  \u003cfigcaption\u003eOur website in 2007\u003c/figcaption\u003e\n\u003c/figure\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplificator%2Fsimplificator-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplificator%2Fsimplificator-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplificator%2Fsimplificator-blog/lists"}