Add links and some cleanup/wording
This commit is contained in:
parent
77b1a94f7b
commit
7e1355eb7d
@ -1,6 +1,10 @@
|
||||
Jekyll Clean
|
||||
============
|
||||
|
||||
* Get it from [github](https://github.com/scotte/jekyll-clean).
|
||||
* See the [live demo](https://scotte.github.io/jekyll-clean).
|
||||
* See it [in action on my own blog](https://scotte.github.io).
|
||||
|
||||
A simple and clean Jekyll theme using [bootstrap](http://getbootstrap.com)
|
||||
(not to be confused with jekyll-bootstrap) that's easy to modify and very
|
||||
modular in component and element reuse.
|
||||
|
@ -6,7 +6,10 @@ description: A jekyll theme
|
||||
# url is currently only used only for the RSS feed in feed.xml
|
||||
url: http://scotte.github.io
|
||||
|
||||
# baseurl will usually be ''
|
||||
# baseurl will often be '', but for a project page on gh-pages, it needs to
|
||||
# be the project name.
|
||||
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
|
||||
# run it like so: jekyll serve --baseurl=''
|
||||
baseurl: /jekyll-clean
|
||||
|
||||
# This can be '' to hide the Github nav button
|
||||
|
@ -5,6 +5,10 @@ date: 2014-08-22 16:25:06 -0700
|
||||
comments: false
|
||||
---
|
||||
|
||||
* Get it from [github](https://github.com/scotte/jekyll-clean).
|
||||
* See the [live demo](https://scotte.github.io/jekyll-clean).
|
||||
* See it [in action on my own blog](https://scotte.github.io).
|
||||
|
||||
Welcome to the sample post for the Jekyll Clean theme.
|
||||
|
||||
A simple and clean Jekyll theme using [bootstrap](http://getbootstrap.com)
|
||||
@ -17,7 +21,7 @@ can also rip this code out of the templates if you like (footer.html and post.ht
|
||||
The beauty of Jekyll - keep things clean... Jekyll Clean!
|
||||
|
||||
The theme works well on mobile phones, using a collapsable nav bar and hiding the
|
||||
sidebar. The links pane in the sidebar is available on mobile through the nav menu.
|
||||
sidebar. The links pane in the sidebar is available on mobile through the nav menu,
|
||||
and you can do the same thing for any other sections added to the sidebar.
|
||||
|
||||
Don't forget to occassionally merge against my upstream repository so you can get
|
||||
@ -68,13 +72,16 @@ The content of this theme is distributed and licensed under a
|
||||

|
||||
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode)
|
||||
|
||||
This license lets others distribute, remix, tweak, and build upon your work, even commercially, as long as they credit you for the original creation. This is the most accommodating of licenses offered. Recommended for maximum dissemination and use of licensed materials.
|
||||
This license lets others distribute, remix, tweak, and build upon your work,
|
||||
even commercially, as long as they credit you for the original creation. This
|
||||
is the most accommodating of licenses offered. Recommended for maximum
|
||||
dissemination and use of licensed materials.
|
||||
|
||||
This theme includes the following files which are the properties of their
|
||||
respective owners:
|
||||
|
||||
* js/bootstrap.min.js - [bootstrap](http://getbootstrap.com)
|
||||
* css/bootstrap.min.css - [bootstrap](http://getbootstrap.com)
|
||||
* js/jquery.min.js - [jquery](https://jquery.com/)
|
||||
* js/jquery.min.js - [jquery](https://jquery.com)
|
||||
* images/cc_by_80x15.png - [creative commons](https://creativecommons.org)
|
||||
* images/cc_by_88x31.png - [creative commons](https://creativecommons.org)
|
||||
|
Reference in New Issue
Block a user