Jekyll theme
โ ๏ธ This theme requires ruby and rubygems installed
- Clean layout
- Resposive layout
- Preprocessor SASS
- CSS minified
- Search posts
- Pagination
- Syntax highlight
- Author config
- Share posts
- Comments with Disqus
- Download or clone repo
git clone git@github.com:nandomoreirame/mug.git - Enter the folder:
cd mug/ - Install Ruby gems:
bundle install - Start Jekyll server:
jekyll serve
Access, localhost:4000/mug
- Change the variables
GITHUB_REPONAMEandGITHUB_REPO_BRANCHinRakefile - Run
rakeorrake publishfor build and publish on Github
- Create a new page:
rake page name="contact.md" - Create a new post:
rake post title="TITLE OF THE POST"
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 ๐
