{"id":21125207,"url":"https://github.com/algokun/gatsby_starter_unicorn","last_synced_at":"2026-05-19T01:37:36.239Z","repository":{"id":119607321,"uuid":"203049653","full_name":"algokun/gatsby_starter_unicorn","owner":"algokun","description":"A Quick Gatsby Starter For The Gatsby Theme Unicorn","archived":false,"fork":false,"pushed_at":"2019-09-03T09:38:26.000Z","size":635,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T05:27:57.944Z","etag":null,"topics":["gatsby-blog","gatsby-starter","gatsby-theme","gatsbyjs"],"latest_commit_sha":null,"homepage":"https://gatsby-starter-unicorn.netlify.com/","language":"JavaScript","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/algokun.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}},"created_at":"2019-08-18T19:50:04.000Z","updated_at":"2020-03-20T02:41:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"d160f6ac-d23a-4796-b45a-f874b52ef9bf","html_url":"https://github.com/algokun/gatsby_starter_unicorn","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/algokun%2Fgatsby_starter_unicorn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algokun%2Fgatsby_starter_unicorn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algokun%2Fgatsby_starter_unicorn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algokun%2Fgatsby_starter_unicorn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algokun","download_url":"https://codeload.github.com/algokun/gatsby_starter_unicorn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243567753,"owners_count":20312109,"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":["gatsby-blog","gatsby-starter","gatsby-theme","gatsbyjs"],"created_at":"2024-11-20T04:22:13.186Z","updated_at":"2026-05-19T01:37:36.206Z","avatar_url":"https://github.com/algokun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.gatsbyjs.org\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://user-images.githubusercontent.com/21126965/63229322-e8ac7580-c21c-11e9-8c26-4dc68808dd63.png\" width=\"150\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  The Official Starter for the theme Gatsby Theme Unicorn\n\u003c/h1\u003e\n\nA Gatsby theme for creating a blog with awesome typography.\n\n## Demo\n[Site Demo](https://gatsby-starter-unicorn.netlify.com/)\n[Theme](https://github.com/mohanmonu777/gatsby_theme_unicorn)\n\n## 🚀 Quick start\n\n1.  **Create a Gatsby site.**\n\n    Use the Gatsby CLI to create a new site, specifying the default starter.\n\n    ```sh\n    gatsby new your-site-name https://github.com/mohanmonu777/gatsby_starter_unicorn.git\n    ```\n\n1.  **Start developing.**\n\n    Navigate into your new site’s directory and start it up.\n\n    ```sh\n    cd my-default-starter/\n    gatsby develop\n    ```\n\n1.  **Open the source code and start editing!**\n\n    Your site is now running at `http://localhost:8000`!\n\n    _Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._\n\n    Open the `my-default-starter` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time!\n\n## 🧐 What's inside?\n\nA quick look at the top-level files and directories you'll see in a Gatsby project.\n\n    .\n    ├── node_modules\n    ├── src\n    ├── .gitignore\n    ├── gatsby-config.js\n    ├── package-lock.json\n    ├── package.json\n    └── README.md\n\n1.  **`/node_modules`**: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.\n\n2.  **`/src`**: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. `src` is a convention for “source code”.\n\n3.  **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.\n\n6.  **`gatsby-config.js`**: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the [config docs](https://www.gatsbyjs.org/docs/gatsby-config/) for more detail).\n\n10. **`package-lock.json`** (See `package.json` below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. **(You won’t change this file directly).**\n\n11. **`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.\n\n12. **`README.md`**: A text file containing useful reference information about your project.\n\n## 🎓 Learning Gatsby\n\nLooking for more guidance? Full documentation for Gatsby lives [on the website](https://www.gatsbyjs.org/). Here are some places to start:\n\n- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://www.gatsbyjs.org/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.\n\n- **To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.org/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.\n\n## 💫 Deploy\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgokun%2Fgatsby_starter_unicorn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgokun%2Fgatsby_starter_unicorn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgokun%2Fgatsby_starter_unicorn/lists"}