Zetsu - is a clean theme for Jekyll 😏
⚠️ This theme requires ruby and rubygems installed
- Clean layout
- Resposive layout
- Preprocessor SASS
- CSS minified
- HTML minified
- Pagination
- Syntax highlight
- Author config
- Social links
- Share posts
- Comments with Disqus
- 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
- Change the variables
GITHUB_REPONAME
andGITHUB_REPO_BRANCH
inRakefile
- Run
rake site:publish
for build and publish on Github
It is under the MIT license.
⚠️ Please remove metas<meta name="robots" content="noindex">
and<meta name="googlebot" content="noindex">
in_layouts/default.html
Enjoy 😋