All Projects → bntzio → Gatsby Starter Alchemy

bntzio / Gatsby Starter Alchemy

Licence: mit
A Gatsby starter with PostCSS powers ✨🔮

Projects that are alternatives of or similar to Gatsby Starter Alchemy

Gatsby Theme Superstylin
💅 A Gatsby Theme with styled-components
Stars: ✭ 165 (+617.39%)
Mutual labels:  blog, gatsby, static-site, landing-page
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (+504.35%)
Mutual labels:  blog, static-site, starter-kit, boilerplate
Gatsby Blog Starter Kit
A simple starter kit for a static blog created with Gatsby
Stars: ✭ 131 (+469.57%)
Mutual labels:  blog, gatsby, starter-kit, boilerplate
Gatsby Universal
🔮 An opinionated Gatsby v2 starter for state-of-the-art marketing sites.
Stars: ✭ 617 (+2582.61%)
Mutual labels:  gatsby, static-site, boilerplate
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (+69.57%)
Mutual labels:  starter-kit, boilerplate, landing-page
Jekyll Boilerplate
Helpful files to get started working on a new Jekyll website
Stars: ✭ 30 (+30.43%)
Mutual labels:  static-site, boilerplate, postcss
Gp Vue Boilerplate
Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
Stars: ✭ 71 (+208.7%)
Mutual labels:  static-site, boilerplate, postcss
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+7000%)
Mutual labels:  starter-kit, boilerplate, postcss
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+482.61%)
Mutual labels:  static-site, starter-kit, boilerplate
gatsby-starter-landing-page
🖱 A simple, minimal Gatsby starter for quick and easy landing pages
Stars: ✭ 132 (+473.91%)
Mutual labels:  landing-page, gatsby, static-site
Devblog
A lightweight, customizable personal blog template built with GatsbyJS and React
Stars: ✭ 312 (+1256.52%)
Mutual labels:  blog, gatsby, static-site
Redux Webpack Es6 Boilerplate
A starter project for modern React apps with Redux
Stars: ✭ 566 (+2360.87%)
Mutual labels:  starter-kit, boilerplate
Nth Start Project
Startkit for HTML / CSS / JS pages layout.
Stars: ✭ 578 (+2413.04%)
Mutual labels:  starter-kit, postcss
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+2447.83%)
Mutual labels:  blog, postcss
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (+2113.04%)
Mutual labels:  starter-kit, boilerplate
React Redux Universal Hot Example
A starter boilerplate for a universal webapp using react, redux, express and feathers
Stars: ✭ 639 (+2678.26%)
Mutual labels:  starter-kit, boilerplate
Base
A starting point for Meteor apps.
Stars: ✭ 654 (+2743.48%)
Mutual labels:  starter-kit, boilerplate
React Starterify
A minimal React JS application starter kit
Stars: ✭ 669 (+2808.7%)
Mutual labels:  boilerplate, postcss
Akka Http Microservice
Example of http (micro)service in Scala & akka-http
Stars: ✭ 701 (+2947.83%)
Mutual labels:  starter-kit, boilerplate
Gatsby Starter Gcn
A starter template to build amazing static websites with Gatsby, Contentful and Netlify
Stars: ✭ 488 (+2021.74%)
Mutual labels:  gatsby, static-site

Alchemy

A Gatsby starter with PostCSS powers ✨🔮

What is Alchemy?

Alchemy is a Gatsby starter with PostCSS powers, you get the power of Gatsby and the power of PostCSS.

This starter is intended to get you up and running with your first Gatsby site.

Alchemy was designed to provide easy and quick customization, this starter is not a theme, is a boilerplate.

Use this boilerplate to design your own site from 0.

Features

  • Uses PostCSS
  • Includes PostCSS plugins out of the box
  • Uses Lost Grid as the grid system
  • Easy to customize
  • Neat folder structure

PostCSS plugins

Folder structure

Must edit

  • components - your react components
  • pages/articles - the articles for your blog
  • pages/pages - the pages for your site
  • pages/index.jsx - the index of your site
  • pages/_template.jsx - the main template of your site
  • styles/base - your base styles
  • styles/components - the styles for your components
  • styles/main.css - your main stylesheet
  • config.toml - configuration file

May leave as it is

  • utils - utilities such as typography.js
  • wrappers - wrappers for Gatsby, such as html, md, and so on.
  • styles/markdown-styles.css - the styles used for your code blocks (highlight.js)
  • gatsby-node.js - webpack configuration overrides
  • html.jsx - the main html tree

Installing

gatsby new my-site https://github.com/bntzio/gatsby-starter-alchemy

cd my-site

npm run develop

License

MIT License

Copyright (c) 2017 Enrique Benitez (bntz.io)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].