{"id":18838548,"url":"https://github.com/bntzio/gatsby-starter-alchemy","last_synced_at":"2025-04-14T06:23:32.938Z","repository":{"id":76979043,"uuid":"85245414","full_name":"bntzio/gatsby-starter-alchemy","owner":"bntzio","description":"✨🔮 A Gatsby starter with PostCSS powers","archived":false,"fork":false,"pushed_at":"2017-05-16T01:52:07.000Z","size":22,"stargazers_count":25,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T18:23:53.591Z","etag":null,"topics":["blog","boilerplate","cssnext","gatsby","hacktoberfest","landing-page","lost-grid","postcss","react","starter-kit","static-site"],"latest_commit_sha":null,"homepage":"https://alchemy.netlify.com/","language":"CSS","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/bntzio.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":"2017-03-16T22:00:46.000Z","updated_at":"2024-08-30T06:19:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"7fb2284e-3dbe-4cfb-9c22-e9eb956dbe70","html_url":"https://github.com/bntzio/gatsby-starter-alchemy","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/bntzio%2Fgatsby-starter-alchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bntzio%2Fgatsby-starter-alchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bntzio%2Fgatsby-starter-alchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bntzio%2Fgatsby-starter-alchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bntzio","download_url":"https://codeload.github.com/bntzio/gatsby-starter-alchemy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248831286,"owners_count":21168439,"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","boilerplate","cssnext","gatsby","hacktoberfest","landing-page","lost-grid","postcss","react","starter-kit","static-site"],"created_at":"2024-11-08T02:39:52.335Z","updated_at":"2025-04-14T06:23:32.924Z","avatar_url":"https://github.com/bntzio.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"125\" src=\"https://cl.ly/jmH1/alchemy-logo.png\"\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eAlchemy\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA \u003ca href=\"https://github.com/gatsbyjs/gatsby\" tagret=\"_blank\"\u003eGatsby\u003c/a\u003e starter with \u003ca href=\"http://postcss.org\" target=\"_blank\"\u003ePostCSS\u003c/a\u003e powers ✨🔮\u003c/p\u003e\n\n## What is Alchemy?\nAlchemy is a Gatsby starter with PostCSS powers, you get the power of Gatsby and the power of PostCSS.\n\nThis starter is intended to get you up and running with your first Gatsby site.\n\nAlchemy was designed to provide easy and quick customization, this starter is not a theme, is a boilerplate.\n\nUse this boilerplate to design your own site from 0.\n\n## Features\n- Uses PostCSS\n- Includes PostCSS plugins out of the box\n- Uses Lost Grid as the grid system\n- Easy to customize\n- Neat folder structure\n\n## PostCSS plugins\n- [postcss-nested](https://github.com/postcss/postcss-nested)\n- [postcss-import](https://github.com/postcss/postcss-import)\n- [postcss-cssnext](https://github.com/MoOx/postcss-cssnext)\n- [rucksack](https://github.com/simplaio/rucksack)\n- [lost](https://github.com/peterramsing/lost)\n\n## Folder structure\n#### Must edit\n- **components** - your react components\n- **pages/articles** - the articles for your blog\n- **pages/pages** - the pages for your site\n- **pages/index.jsx** - the index of your site\n- **pages/_template.jsx** - the main template of your site\n- **styles/base** - your base styles\n- **styles/components** - the styles for your components\n- **styles/main.css** - your main stylesheet\n- **config.toml** - configuration file\n\n#### May leave as it is\n- **utils** - utilities such as typography.js\n- **wrappers** - wrappers for Gatsby, such as html, md, and so on.\n- **styles/markdown-styles.css** - the styles used for your code blocks (highlight.js)\n- **gatsby-node.js** - webpack configuration overrides\n- **html.jsx** - the main html tree\n\n## Installing\n`gatsby new my-site https://github.com/bntzio/gatsby-starter-alchemy`\n\n`cd my-site`\n\n`npm run develop`\n\n## License\nMIT License\n\nCopyright (c) 2017 Enrique Benitez (bntz.io)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbntzio%2Fgatsby-starter-alchemy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbntzio%2Fgatsby-starter-alchemy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbntzio%2Fgatsby-starter-alchemy/lists"}