Add links and some cleanup/wording

This commit is contained in:
Scott Emmons 2014-09-13 18:03:25 -07:00
parent 77b1a94f7b
commit 7e1355eb7d
3 changed files with 22 additions and 8 deletions

View File

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

View File

@ -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

View File

@ -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
@ -32,11 +36,11 @@ Best to do that directly on github and then clone that down to your computer.
If you already do have a blog, You can certainly apply this theme to your existing
blog in place, but then you won't be able to merge as the theme changes. If you
re-apply your blog history on top of this theme's **gh-pages** branch, it's then
easy to update to the latest version of the theme. You also don't want to have to
easy to update to the latest version of the theme. You also don't want to have to
deal with resolving old conflicts from your existing history, so you may wish to to
push your existing master off to a new branch so you have the old history and start
a new branch with this as the start, merging in your \_posts and other assets (after
git rm'ing the current \_posts.
push your existing master off to a new branch so you have the old history and start
a new branch with this as the start, merging in your \_posts and other assets (after
git rm'ing the current \_posts.
Not ideal, but you have to make a choice - either apply it manually or base your
blog off this theme's branch. Either way it will work, and both have their own
@ -68,13 +72,16 @@ The content of this theme is distributed and licensed under a
![License Badge]({{ site.baseurl}}/images/cc_by_88x31.png)
[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)