This static theme uses Jekyll for better organization and maintainability.
- RVM is recommended.
- Please look at
.ruby-version
for the Ruby version used. It's also ideal to use the same version and RVM can help with that without affecting other project versions.
- Make sure to install Bundler first.
- Run
bundle install
to install the gems needed. - Once gem installation is successful, Run
bundle exec jekyll serve
. This will run the Jekyll gem installed for this project.
- To update the sitemap.xml file to include more than the homepage, run
bundle exec jekyll build
. - To exclude pages from the sitemap.xml file, just add
sitemap: false
in the Front Matter of the post/page.
Reference: Jekyll Sitemap Generator Plugin