custom jekyll theme for my blog.
Add this line to your Jekyll site's Gemfile:
gem "jekyll-simple-theme"And add this line to your Jekyll site:
theme: jekyll-simple-themeAnd then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-simple-theme
You might define variables of site or page to use includes below.
page.comments = truejekyll.environment = "production"site.url or site.github.urlsite.disqus.shortname
site.title,site.author,site.email,site.descriptionsite.github_username,site.twitter_username
site.google_analytics
site.baseurl
clone this repository:
$ git clone [THIS REPOSITORY]
and then execute:
$ bundle
and then build:
$ jekyll build -s example -d example/_site
and then server:
$ jekyll serve -s example -d example/_site
The theme is available as open source under the terms of the MIT License.