Dev Station Setup Notes
#Dev Station Setup Notes
- install pip on mac
- installing pygments for jekyll
- easy_install pip
- gem install pygments
- github paginate
brew update
brew install python
sudo easy_install pip
python -m pip install Pygments
this one works »>
gem install pygments.rb
gem install jekyll-paginate
then add
gems: [jekyll-paginate]
to config.yml
Note: Jekyll 3 deprecates “pygments” and uses/suggests “rouge” instead.
Jekyll 3 support is changing May 1, 2016
-
use kramdown, rouge, and xhtml tags after May 1, 2016 kramdown xhtml syntax
-
sudo gem install kramdown