⚠️ This theme requires ruby and rubygems installed
- Download or clone repo
git clone [email protected]:nandomoreirame/lora.git
- Enter the folder:
cd lora/
- Install Ruby gems:
bundle install
- Start Jekyll server:
jekyll serve
Access, localhost:4000
- Change the variables
GITHUB_REPONAME
andGITHUB_REPO_BRANCH
inRakefile
- Run
rake
orrake publish
for 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"
Lora is under the MIT license.
⚠️ Please remove metas<meta name="robots" content="noindex">
and<meta name="googlebot" content="noindex">
in_layouts/default.html
Enjoy 😋