This is a fork of Adrian's great looking foxslide theme for octopress.
Instead of the About me and the other social widgets that appear in the original foxslide, Reynard has a navbar. I did this because my blog is also my personal website and I needed a navbar to stick in a few custom links.
Adding links to pages
or even external websites to the navbar is
easy. Add a section like this to the _config.yml
of your blog --
navigation_elements: [
{name: "About Me", link: "/aboutme"},
{name: "Code", link: "https://github.com/hyfather"}]
Note that these links will open in the same window, they don't have a
target
attribute as of now.
I also replaced the original photo from foxslide with a wonderful black and white from Carrie Nelson that I found here. It is licensed under Creative Commons with "Noncommercial, Attribution and No Derivative Works".
Since the original foxslide is built upon Bootstrap by Twitter, it was simple to switch it out with Spacelab.
$ cd blog
$ git clone https://github.com/hyfather/reynard.git .themes/reynard
$ rake install["reynard"]
$ rake generate
My personal blog uses Reynard.