This is a Jekyll blog. To maintain the blog, it's best you have Ruby installed. From within Ruby, install Jekyll and Rake too.
gem install jekyll
gem install rake
There is a rake task for this -
rake new_post["Topic of new post"]
There is a rake task for this as well -
rake new_page["Title of Page"]
Set page.sitemap.include
to 'yes'
, to include the page in sitemap.
sitemap:
include: 'yes'
Based on Type Theme by Rohan Chandra
A free and open-source Jekyll theme. Great for blogs and easy to customize.
The MIT License (MIT)