- Clean layout
- Resposive layout
- Preprocessor SASS
- CSS minified
- Pagination
- Syntax highlight
- Author config
- Comments with Disqus
- Search posts
- Share posts
- Download or clone repo
git clone git@github.com:nandomoreirame/end2end.git - Enter the folder:
cd end2end/ - Install Ruby gems:
bundle install - Start Jekyll server:
bundle exec jekyll serve
Access, localhost:4000/end2end
- 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">insource/_layouts/default.html
Enjoy 😋
