Start in 4 steps
- Download or clone repo git clone [email protected]:nandomoreirame/end2end.git
- Enter the folder: cd end2end/
- Install Ruby gems: bundle install
- Start Jekyll server: jekyll serve
Access, localhost:4000/end2end
Deploy in Github pages in 2 steps
- Change the variables GITHUB_REPONAMEandGITHUB_REPO_BRANCHinRakefile
- Run rakeorrake publishfor build and publish on Github
Using Rake tasks
- Create a new page: rake page name="contact.md"
- Create a new post: rake post title="TITLE OF THE POST"
Demo and Download

Copyright and license
It is under the MIT license.
Enjoy
