jekyll-boilerplate
jekyll-boilerplate copied to clipboard
My boilerplate Jekyll setup. Design agnostic. Mostly just for file structure.
jekyll-boilerplate
My boilerplate Jekyll setup. Includes:
- Bundler
- Sass setup (SMACSS style)
- My basic includes structure
- Layout grid from Primer (in
_layout.scss
)
These are just some super basic things I find myself often doing at the beginning of many new Jekyll setups.
This boilerplate is design agnositic, and contains only bare minimal styles. It is mostly just a framework of spiked out files for styles and markup to be added into.
Note: this boilerplate is more for Jekyll powered sites than blogs.
Usage
Setup
- Clone repo
git clone https://github.com/jglovier/jekyll-boilerplate.git
- Rename the directory for your own use, or copy the files into your existing repository.
- Run
bundle install
- Build on what's there!
Running locally
- Run
bundle exec jekyll serve
- Open
localhost:4000
in your browser
Contributing
Feel free to open an issue or pull request if you have suggestions. Since this is primarily for personal use, if I think it will be useful to me I'll merge the pull. But if not, feel free to just fork my setup and customize for your own needs. :sparkles: :heart:
Licensing
Code released under the MIT license.