Simple & Beautiful Jekyll theme
- Download or clone repo
git clone [email protected]:nandomoreirame/dotX.git - Enter the folder:
cd dotX/ - Install Ruby gems:
bundle install - Start Jekyll server:
jekyll serve
Access, localhost:4000/dotX
- 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.
Enjoy ๐
