Project

pithy

0.0
No commit activity in last 3 years
No release in over 3 years
simplistic jekyll theme
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 3.3
~> 10.0
 Project Readme

Jekyll-Pithy

Jekyll-Pithy is a theme for Jekyll. Here is my blog which use this theme.

image

Usage

  1. Setup a new jekyll site
gem install jekyll bundler
jekyll new my-awesome-site
  1. Add the pithy theme to your Gemfile
gem "pithy"
  1. Adjust your _config.yml
theme: pithy
  1. Install the theme using bundler
bundle install
  1. Serve and enjoy!
bundle exec jekyll serve

License

The code follows MIT License.