Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free, MIT-licensed Jekyll blog theme with Rake automation for pages, posts, and GitHub Pages deployment.

A simple, clean, responsive Jekyll theme with a fixed sidebar cover image and minimal design.

A mobile-friendly Jekyll blog theme with a fixed navigation header, configurable footer sidebar, tags, categories, archive, and search.

A minimal Jekyll theme for diary blogs with a calendar view, responsive layout, and configurable colors.

Ed is a minimal Hugo theme for textual editors, designed for legibility and low-bandwidth digital editions.
Lora is a free, MIT-licensed Jekyll theme for personal blogs that uses Ruby, Rubygems, and Rake to automate page creation, post publishing, and GitHub Pages deployment.
Lora is a static blog theme built on Jekyll, the Ruby-based static site generator. It takes Markdown posts and pages as input and generates a deployable static website, with a built-in Rake workflow for creating content and pushing it to GitHub Pages. The theme is developed by GitHub user nandomoreirame and distributed through a public repository. It requires Ruby and Rubygems installed on your system to run the Jekyll server locally.
rake page name="contact.md" and a new post with rake post title="TITLE OF THE POST" from the command line.GITHUB_REPONAME and GITHUB_REPO_BRANCH variables supports two-step publishing: edit the variables, then run rake or rake publish.bundle install, then run jekyll serve to view the site at localhost:4000._layouts/default.html contains noindex meta tags that should be removed to allow search engine indexing.jekyll serve.rake.rake page name="docs.md" and publish it to the same repository.The README describes a two-part workflow. First, local development requires Ruby and Rubygems: clone the repository, run bundle install to install dependencies, then jekyll serve to launch the site at localhost:4000. For publishing, edit GITHUB_REPONAME and GITHUB_REPO_BRANCH in the Rakefile and execute rake or rake publish, which builds the site and pushes it to the configured GitHub Pages branch. Content generation is handled through the Rake tasks rake page and rake post.
Lora is free to use. The theme is released under the MIT license, and the source code is publicly available on GitHub, so there are no paid tiers or subscription requirements.
Yes, Lora is free and open source under the MIT license. You can download, modify, and use it for personal or commercial projects without paying a fee.
Yes, the theme requires Ruby and Rubygems to be installed on your machine for local development and to run Jekyll commands such as bundle install and jekyll serve.
Edit the GITHUB_REPONAME and GITHUB_REPO_BRANCH variables in the Rakefile to match your repository and branch, then run rake or rake publish. The Rake task will build the static site and push it to GitHub Pages.
Yes, use the Rake task rake post title="TITLE OF THE POST" from the theme's root folder. This scaffolds a new Markdown post with the specified title.
The default layout _layouts/default.html includes a noindex meta tag. Remove this line before deploying to a live site so search engines can index your content.
