{"id":18817780,"url":"https://github.com/chronoblog/gatsby-starter-chronoblog","last_synced_at":"2025-04-13T23:24:20.260Z","repository":{"id":98904299,"uuid":"212406857","full_name":"Chronoblog/gatsby-starter-chronoblog","owner":"Chronoblog","description":"Chronoblog Gatsby Theme Starter. A starter that allows you to quickly and easily start using Chronoblog Gatsby Theme.","archived":false,"fork":false,"pushed_at":"2021-04-11T16:42:08.000Z","size":4615,"stargazers_count":24,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T12:05:12.717Z","etag":null,"topics":["chronoblog","gatsby","gatsby-blog","gatsby-starter","gatsbyjs","mdx","netlify","theme-ui"],"latest_commit_sha":null,"homepage":"https://chronoblog.now.sh","language":"JavaScript","has_issues":false,"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/Chronoblog.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-10-02T17:57:52.000Z","updated_at":"2024-09-16T21:34:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e36ed8e-bfbb-44ab-9b24-ef8de6a48e96","html_url":"https://github.com/Chronoblog/gatsby-starter-chronoblog","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chronoblog%2Fgatsby-starter-chronoblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chronoblog%2Fgatsby-starter-chronoblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chronoblog%2Fgatsby-starter-chronoblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chronoblog%2Fgatsby-starter-chronoblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chronoblog","download_url":"https://codeload.github.com/Chronoblog/gatsby-starter-chronoblog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248795209,"owners_count":21162731,"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":["chronoblog","gatsby","gatsby-blog","gatsby-starter","gatsbyjs","mdx","netlify","theme-ui"],"created_at":"2024-11-08T00:13:26.839Z","updated_at":"2025-04-13T23:24:20.232Z","avatar_url":"https://github.com/Chronoblog.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://chronoblog.now.sh\" target=\"_blank\"\u003e\n\u003cimg src=\"https://github.com/Chronoblog/gatsby-theme-chronoblog/raw/master/assets/st-banner-chronoblog.png\" alt=\"Chronoblog - Gatsby Theme\" /\u003e\n\u003c/a\u003e\n\n\u003ch1 align=\"center\"\u003e\nGatsby Starter Chronoblog - starter for Chronoblog Gatsby Theme\n\u003c/h1\u003e\n\n[![npm](https://img.shields.io/npm/v/gatsby-theme-chronoblog?color=brightgreen)](https://www.npmjs.com/package/gatsby-theme-chronoblog) [![node](https://img.shields.io/node/v/gatsby-theme-chronoblog)](https://www.npmjs.com/package/gatsby-theme-chronoblog)\n\nThis starter is the standard way to start a Chronoblog Gatsby Theme website.\n\nWhat is a Chronoblog?\n\n\u003e Chronoblog is a Gatsby js theme specifically designed to create a personal website. The main idea of ​​Chronoblog is to allow you not only to write a personal blog but also to keep a record of everything important that you have done.\n\nRead more about Chronoblog Gatsby Theme here: [github.com/Chronoblog/gatsby-theme-chronoblog](https://github.com/Chronoblog/gatsby-theme-chronoblog)\n\n**Live demo of this starter: [https://chronoblog.now.sh](https://chronoblog.now.sh/)**\n\n## Features\n\n- Specially designed to create a personal website\n- A universal Feed where you can display any type of content. Not only blog posts, but also links to projects, podcasts, videos, etc.\n- Search and Tags for organizing content\n- A simple change of primary and secondary colors of the site, fonts, radius of curvature of elements, etc (thanks to Theme UI theming)\n- Clean and Universal UI\n- Mobile friendly, all elements and custom images are adapted to any screen\n- Light/Dark mode\n- Easy customization of icons and links to your social networks\n- MDX for the main menu of the site, footer and other elements of the site\n- MDX for pages and content\n- Code syntax highlighting\n- SEO (OpenGraph and Twitter) out of the box with default settings that make sense (thanks to React Helmet)\n\n## How to start using Chronoblog Starter\n\nIf you have `gatsby-cli`:\n\n```sh\ngatsby new chronoblog-site https://github.com/Chronoblog/gatsby-starter-chronoblog\n\ncd chronoblog-site\n\ngatsby develop\n```\n\nOr using git clone:\n\n```sh\ngit clone git@github.com:Chronoblog/gatsby-starter-chronoblog.git chronoblog-site\n\ncd chronoblog-site\n\nnpm i\n\nnpm start\n```\n\nYour site is now running at http://localhost:8000\n\n## Deploying\n\n### Deploying to ZEIT Now\n\nGatsby Docs: [www.gatsbyjs.org/docs/deploying-to-zeit-now](https://www.gatsbyjs.org/docs/deploying-to-zeit-now/)\n\nQuick Deployment:\n\n[![Deploy with ZEIT Now](https://zeit.co/button)](https://zeit.co/new/project?template=https://github.com/Chronoblog/gatsby-starter-chronoblog)\n\n### Deploying to Netlify\n\nGatsby Docs: [www.gatsbyjs.org/docs/deploying-to-netlify](https://www.gatsbyjs.org/docs/deploying-to-netlify/)\n\nQuick Deployment:\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Chronoblog/gatsby-starter-chronoblog)\n\n## More information\n\nFor complete information, go to the main repository: [github.com/ganevru/gatsby-theme-chronoblog](https://github.com/Chronoblog/gatsby-theme-chronoblog)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronoblog%2Fgatsby-starter-chronoblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchronoblog%2Fgatsby-starter-chronoblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronoblog%2Fgatsby-starter-chronoblog/lists"}