keegoid / jekyll-architect-theme

Open Source version of the GitHub Pages theme, now for Jekyll. Demo at http://pietro.menna.net.br/jekyll-architect-theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Architect theme

This is a Jekyll theme that is an adaptation of @jasonlong's Architect theme on GitHub Pages.

This is the raw HTML and styles that are used for the Architect theme on GitHub Pages.

How to use it?

Download the theme @ http://github.com/pietromenna/jekyll-architect-theme/archive/master.zip

Unzip it and use it as a regular jekyll folder.

$ unzip master.zip

Get inside the newly extracted folder

$ cd jekyll-architect-theme

Install the dependencies

$ bundle install

Use it!

$ jekyll serve

Setup

Some important configuration can be done in the file _config.yml. Please, check the Setup section in that file.

baseurl

baseurl parameter is required in the case the site doesn't sit on the root of the domain. For example: http://pietromenna.github.io/jekyll-cayman-theme

In the case above the baseurl should be set to "/jekyll-cayman-theme".

In the case the site sits in the root, you can leave baseurl as empty "".

For more details read about Jekyll on its web page.

License

This work is licensed under a Creative Commons Attribution 4.0 International.

About

Open Source version of the GitHub Pages theme, now for Jekyll. Demo at http://pietro.menna.net.br/jekyll-architect-theme/


Languages

Language:CSS 85.6%Language:HTML 10.3%Language:Ruby 4.1%