Start in 4 steps
- Download or clone repo
git clone git@github.com:nandomoreirame/lora.git
- Enter the folder:
cd lora/
- Install Ruby gems:
bundle install
- Start Jekyll server:
jekyll serve
Access, localhost:4000
Deploy in Github pages in 2 steps
- Change the variables
GITHUB_REPONAME
andGITHUB_REPO_BRANCH
inRakefile
- Run
rake
orrake publish
for 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"
Copyright and license
Lora is under the MIT license.