zetsu
zetsu copied to clipboard
💎 Zetsu - a free Jekyll theme
Zetsu
Zetsu - is a clean theme for Jekyll :smirk:
:warning: This theme requires ruby and rubygems installed
- [x] Clean layout
- [x] Resposive layout
- [x] Preprocessor SASS
- [x] CSS minified
- [x] HTML minified
- [x] Pagination
- [x] Syntax highlight
- [x] Author config
- [x] Social links
- [x] Share posts
- [x] Comments with Disqus
Start in 4 steps
- Download or clone repo
git clone [email protected]:nandomoreirame/zetsu.git
- Enter the folder:
cd zetsu/
- Install Ruby gems:
bundle install
- Start Jekyll server:
jekyll serve
Access, localhost:4000/zetsu
Deploy in Github pages in 2 steps
- Change the variables
GITHUB_REPONAME
andGITHUB_REPO_BRANCH
inRakefile
- Run
rake site:publish
for build and publish on Github
Copyright and license
It is under the MIT license.
:warning: Please remove metas
<meta name="robots" content="noindex">
and<meta name="googlebot" content="noindex">
in_layouts/default.html
Enjoy :yum: