{"id":13615589,"url":"https://github.com/qmachard/developers-blog","last_synced_at":"2026-01-17T08:22:57.812Z","repository":{"id":40742593,"uuid":"197762517","full_name":"qmachard/developers-blog","owner":"qmachard","description":"Every developer needs a simple blog","archived":false,"fork":false,"pushed_at":"2022-12-10T22:58:18.000Z","size":9789,"stargazers_count":2,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-07T23:39:47.968Z","etag":null,"topics":["blog","cms","developer","github-page","tools"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/qmachard.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}},"created_at":"2019-07-19T11:39:14.000Z","updated_at":"2021-06-07T12:11:24.000Z","dependencies_parsed_at":"2023-01-26T10:30:47.633Z","dependency_job_id":null,"html_url":"https://github.com/qmachard/developers-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/qmachard%2Fdevelopers-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qmachard%2Fdevelopers-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qmachard%2Fdevelopers-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qmachard%2Fdevelopers-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qmachard","download_url":"https://codeload.github.com/qmachard/developers-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248786208,"owners_count":21161415,"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":["blog","cms","developer","github-page","tools"],"created_at":"2024-08-01T20:01:15.477Z","updated_at":"2026-01-17T08:22:57.744Z","avatar_url":"https://github.com/qmachard.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003c!-- AUTO-GENERATED-CONTENT:START (STARTER) --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.gatsbyjs.org\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://timotheebinet.com/static/fa38ab30a9b8abb4a1ff8c0b7fb86cef/e8950/gatsby.png\" width=\"300\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Developer's Blog\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Every developer needs a simple blog\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Checkout the demo : \u003ca href=\"http://blog.quentinmachard.fr\"\u003eblog.quentinmachard.fr\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://circleci.com/gh/qmachard/developers-blog\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/workflow/status/qmachard/developers-blog/test?logo=github\" alt=\"Build Status on Github Actions\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/storybookjs/storybook/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/storybookjs/storybook.svg\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n\n## Table of contents\n\n- 🚀 [Quick Start](#-quick-start)\n- 🎨 [Personalize](#-personalize)\n- 💫 [Deploy](#-deploy)\n\n## 🚀 Quick Start\n\n1. Fork repository and clone project\n\n   ```bash\n   $ git clone https://github.com/\u003cyour-username\u003e/blog.git blog\n   $ cd blog\n   ```\n\n1. Install dependencies\n\n   ```bash\n   $ yarn install --no-dev\n   ```\n\n1. Start your app\n\n   ```bash\n   $ yarn start\n   ```\n\n## 🎨 Personalize\n\nTODO\n\n## 💫 Deploy\n\nFor the moment only GitHub Pages is provided by the project.\n\n### Prepare deployment\n\n1. Generate your secret token :\n\n   Go to https://github.com/settings/tokens/new and enable `repos` scope.\n\n1. Setup secrets on your github repository :\n\n   ```\n   GH_ORGANISATION=\u003cyour-username\u003e\n   GH_REPOSITORY=\u003cyour-repository\u003e\n   GH_TOKEN=\u003cyour-token\u003e # previously generated token\n   SITE_THEME=\u003ctheme\u003e # dark or white\n   PATH_PREFIX=/developers-blog\n   CUSTOM_DOMAIN=\u003ccustom-domain\u003e\n   ```\n\n### Automatic Deployment\n\nThis blog is automatically deployed to Github Pages for two cases :\n\n- When issues are closed to publish new articles\n- When push on master to upgrade blog\n\nThis actions are managed by GitHub Actions\n\n### Manual Deployment\n\nIt's possible to manually deploy the blog with this command :\n\n```bash\n$ yarn deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqmachard%2Fdevelopers-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqmachard%2Fdevelopers-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqmachard%2Fdevelopers-blog/lists"}