{"id":13480739,"url":"https://github.com/PlanFlowDev/Simplicity-Itself-Gatsby-Tailwind-Starter-Theme","last_synced_at":"2025-03-27T11:30:55.494Z","repository":{"id":57245070,"uuid":"281044760","full_name":"PlanFlowDev/Simplicity-Itself-Gatsby-Tailwind-Starter-Theme","owner":"PlanFlowDev","description":"A Simple, Free Gatsby/TailwindCSS Starter Theme For Business Websites","archived":false,"fork":false,"pushed_at":"2020-08-03T07:32:47.000Z","size":4399,"stargazers_count":34,"open_issues_count":1,"forks_count":9,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-21T05:45:21.867Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://planflow.dev/free-themes/","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/PlanFlowDev.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":"2020-07-20T07:23:19.000Z","updated_at":"2024-11-01T18:41:28.000Z","dependencies_parsed_at":"2022-09-01T04:31:15.207Z","dependency_job_id":null,"html_url":"https://github.com/PlanFlowDev/Simplicity-Itself-Gatsby-Tailwind-Starter-Theme","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/PlanFlowDev%2FSimplicity-Itself-Gatsby-Tailwind-Starter-Theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlanFlowDev%2FSimplicity-Itself-Gatsby-Tailwind-Starter-Theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlanFlowDev%2FSimplicity-Itself-Gatsby-Tailwind-Starter-Theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlanFlowDev%2FSimplicity-Itself-Gatsby-Tailwind-Starter-Theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlanFlowDev","download_url":"https://codeload.github.com/PlanFlowDev/Simplicity-Itself-Gatsby-Tailwind-Starter-Theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245835942,"owners_count":20680296,"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-07-31T17:00:44.455Z","updated_at":"2025-03-27T11:30:54.949Z","avatar_url":"https://github.com/PlanFlowDev.png","language":"JavaScript","funding_links":[],"categories":["Starters \u0026 Themes"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.gatsbyjs.org\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://www.gatsbyjs.org/monogram.svg\" width=\"60\" height=\"60\" /\u003e\n  \u003c/a\u003e\n  \u0026nbsp;\u0026nbsp;\n  \u003ca href=\"https://tailwindcss.com\"\u003e\n    \u003cimg alt=\"Tailwind CSS\" src=\"tailwind-logo.svg\" width=\"60\" height=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Simplicity Itself Gatsby/TailwindCSS Starter Theme\n\u003c/h1\u003e\n\n![screenshot image](./theme-screenshot-simplicity-itself-light.png)\n\nA Simple, Free Gatsby/TailwindCSS Starter Theme For Business Websites.\n\n### DEMO: [simplicity-itself.planflow.dev](https://simplicity-itself.planflow.dev)\n\n#### Check Out Some Of Our Other Themes: [PlanFlow Free Themes](https://planflow.dev/free-themes/)\n\n## 🚀 Quick start\n\n1.  **Create a Gatsby site.**\n\n    Use the Gatsby CLI to create a new site, specifying this starter.\n\n    ```shell\n    # create a new Gatsby site using this starter\n    gatsby new my-tailwind-starter https://github.com/PlanFlowDev/Simplicity-Itself-Gatsby-Tailwind-Starter-Theme\n    ```\n\n    Or simply use the CLI to download it as an NPM package:\n\n     ```shell\n    # Run the following command in your CLI\n    npm i gatsby-tailwind-simplicity-theme\n    ```\n\n1.  **Start developing.**\n\n    Navigate into your new site’s directory and start it up.\n\n    ```shell\n    cd my-tailwind-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-tailwind-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 this Gatsby / Tailwind project.\n\n    .\n    ├── .vscode\n    ├── node_modules\n    ├── src\n    ├── .eslintrc\n    ├── .gitignore\n    ├── .prettierrc\n    ├── gatsby-browser.js\n    ├── gatsby-config.js\n    ├── gatsby-node.js\n    ├── gatsby-ssr.js\n    ├── LICENSE\n    ├── package-lock.json\n    ├── package.json\n    ├── postcss.config.js\n    ├── README.md\n    ├── tailwind.config.js\n    └── yarn.lock\n\n1. **`/.vscode`**: This directory contains two files: `extensions.json` and `settings.json`. The first is a list of recommended extensions to make working with this project a breeze. The second essentially tells VS Code to run `eslint` on save.\n\n2. **`/node_modules`**: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.\n\n3. **`/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\n4. **`.eslintrc`**: This is a configuration file for [ESLint](https://eslint.org/). ESLint is a tool to help you write good JavaScript.\n\n5. **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.\n\n6. **`.prettierrc`**: This is a configuration file for [Prettier](https://prettier.io/). Prettier is a tool to help keep the formatting of your code consistent.\n\n7. **`gatsby-browser.js`**: This file is where Gatsby expects to find any usage of the [Gatsby browser APIs](https://www.gatsbyjs.org/docs/browser-apis/) (if any). These allow customization/extension of default Gatsby settings affecting the browser.\n\n8. **`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\n9. **`gatsby-node.js`**: This file is where Gatsby expects to find any usage of the [Gatsby Node APIs](https://www.gatsbyjs.org/docs/node-apis/) (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.\n\n10. **`gatsby-ssr.js`**: This file is where Gatsby expects to find any usage of the [Gatsby server-side rendering APIs](https://www.gatsbyjs.org/docs/ssr-apis/) (if any). These allow customization of default Gatsby settings affecting server-side rendering.\n\n11. **`LICENSE`**: Gatsby is licensed under the MIT license.\n\n12. **`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\n13. **`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\n14. **`postcss.config.js`**: This is a configuration file for [PostCSS](https://postcss.org/). PostCSS is a tool for transforming CSS with JavaScript, and it is used by Tailwind CSS.\n\n15. **`README.md`**: A text file containing useful reference information about your project.\n\n16. **`tailwind.config.js`**: This is a configuration file for [Tailwind CSS](https://tailwindcss.com/). Tailwind is a utility-first CSS framework for rapidly building custom designs.\n\n17. **`yarn.lock`**: This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. This file is generated in place of `package-lock.json` if you use **yarn** instead of **npm**. You may safely delete one of the two. **(You won’t change this file directly).**\n\n## ✨ Goodies\n\n- Sensible Tailwind config with defaults that most projects use and bonus transition easings and box shadows (see `tailwind.config.js`)\n- Auto-purge and minify CSS file on build\n- Absolute imports (this means you can import files as `src/components/Header` from everywhere in your codebase, and avoid `../../../../../components/Header` messes)\n- Run `prettier` through `eslint` on save if you use **VS Code** and install the recommended extensions\n- Typescript-ready out of the box\n- **Create React App** `eslint` preset with `eslint-plugin-import` to prevent issues with misspelling of file paths and import names\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## 🌬️ Learning Tailwind CSS\n\nStill not so sure what this Tailwind is? Find the full documentation on the [official website](https://tailwindcss.com/docs/).\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/PlanFlowDev/Simplicity-Itself-Gatsby-Tailwind-Starter-Theme)\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/PlanFlowDev/Simplicity-Itself-Gatsby-Tailwind-Starter-Theme)\n\n\u003c!-- AUTO-GENERATED-CONTENT:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPlanFlowDev%2FSimplicity-Itself-Gatsby-Tailwind-Starter-Theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPlanFlowDev%2FSimplicity-Itself-Gatsby-Tailwind-Starter-Theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPlanFlowDev%2FSimplicity-Itself-Gatsby-Tailwind-Starter-Theme/lists"}