for05.github.io/README.md

47 lines
981 B
Markdown
Raw Normal View History

2013-12-10 17:06:32 +01:00
# Architect theme
2014-04-07 00:07:26 +02:00
This is a [Jekyll][1] theme that is an adaptation of [@jasonlong][2]'s [Architect theme][4] on [GitHub Pages][3].
2013-12-10 17:19:38 +01:00
This is the raw HTML and styles that are used for the *Architect* theme on [GitHub Pages](http://pages.github.com/).
2013-12-10 17:06:32 +01:00
![](http://cl.ly/image/1x0Q3213330G/content)
# 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
```
For more details read about [Jekyll][1] on its web page.
2013-12-10 17:06:32 +01:00
# License
This work is licensed under a [Creative Commons Attribution 4.0 International](http://creativecommons.org/licenses/by/4.0/).
2013-12-10 17:06:32 +01:00
[1]: http://jekyllrb.com
[2]: https://github.com/jasonlong
2014-04-07 00:07:26 +02:00
[3]: http://pages.github.com/
[4]: http://github.com/jasonlong/architect-theme