Skip to content

hyfather/reynard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reynard

This is a fork of Adrian's great looking foxslide theme for octopress.

Navbar

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.

Sticking custom links in the Navbar

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.

New background

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".

Spacelab from Bootswatch

Since the original foxslide is built upon Bootstrap by Twitter, it was simple to switch it out with Spacelab.

Installation

$ cd blog
$ git clone https://github.com/hyfather/reynard.git .themes/reynard
$ rake install["reynard"]
$ rake generate

Live preview

My personal blog uses Reynard.

Screenshots

Landing Page

Landing page

Blog Post

Blog post

Footer

Footer

About

This is a jekyll/octopress theme with a navbar, bootstrap, html5boilerplate, SEO practices, and a strong hero.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%