Jekyll-Pithy
Jekyll-Pithy is a theme for Jekyll. Here is my blog which use this theme.
Usage
- Setup a new jekyll site
gem install jekyll bundler
jekyll new my-awesome-site- Add the
pithytheme to yourGemfile
gem "pithy"
- Adjust your
_config.yml
theme: pithy- Install the theme using bundler
bundle install
- Serve and enjoy!
bundle exec jekyll serve
License
The code follows MIT License.
