Project

simplicity

0.0
No commit activity in last 3 years
No release in over 3 years
simplicity: simple theme built by bulma.css
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

simplicity

Theme preview

simplicity theme preview

Installation

git clone https://github.com/bananaappletw/simplicity/ [your_github_username].github.io
cd [your_github_username].github.io
bundle install
jekyll serve

Usage

Enabling comments (via Disqus)

Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post.

To enable it, add the following lines to your Jekyll site:

  disqus:
    shortname: my_disqus_shortname

You can find out more about Disqus' shortnames here.

Comments are enabled by default and will only appear in production, i.e., JEKYLL_ENV=production

If you don't want to display comments for a particular post you can disable them by adding comments: false to that post's YAML Front Matter.

--

Enabling Google Analytics

To enable Google Anaytics, add the following lines to your Jekyll site:

  google_analytics: UA-NNNNNNNN-N

Google Analytics will only appear in production, i.e., JEKYLL_ENV=production

License

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