2

I am trying to build a blog using Jekyll ( http://jekyllbootstrap.com/usage/jekyll-quick-start.html) on github pages.

After publishing the site, a found a theme Hyde, that uses Poole (https://github.com/poole/poole/#readme).

I am finding it a bit tricky to install it over Jekyll. I hope someone can point me through.

Thanks!

user1502
  • 527
  • 1
  • 7
  • 21

1 Answers1

4
rake theme:install git="https://github.com/jekyllbootstrap/theme-the-program.git"

Check out the API if you are having trouble or just drop it in the includes/themes/THEME-NAME

http://jekyllbootstrap.com/api/theme-api.html http://jekyllbootstrap.com/usage/jekyll-theming.html

BoDogLLL
  • 82
  • 1
  • 9