No commit activity in last 3 years
No release in over 3 years
another simple theme for jekyll
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.12
~> 3.2
~> 10.0
 Project Readme

jekyll-simple-theme

custom jekyll theme for my blog.

Installation

Add this line to your Jekyll site's Gemfile:

gem "jekyll-simple-theme"

And add this line to your Jekyll site:

theme: jekyll-simple-theme

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-simple-theme

Usage

You might define variables of site or page to use includes below.

disqus

  • page.comments = true
  • jekyll.environment = "production"
  • site.url or site.github.url
  • site.disqus.shortname

footer

  • site.title, site.author, site.email, site.description
  • site.github_username, site.twitter_username

google-analytics

  • site.google_analytics

head

  • site.baseurl

Preview

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

License

The theme is available as open source under the terms of the MIT License.