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.
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
Some important configuration can be done in the file _config.yml
. Please, check the Setup section in that file.
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.
This work is licensed under a Creative Commons Attribution 4.0 International.