A jekyll-based self-publishing site.
This is a static website for publishing creative works. Thus, the licensing is different for the website's source code vs the creative works.
- The source code for website, static site generation code (Jekyll), etc. is MIT licensed. Feel free to copy whatever you like and use the website as a template.
- The creative works hosted on the site are licensed as Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This includes the written stories & chapters, appendices, glossaries, and embedded images, audio, video, blog posts, etc.
Install Ruby (e.g. brew install ruby
) and the Jekyll Ruby gem via the instructions at: https://jekyllrb.com/docs/installation/. Proceed once the Jekyll gem is installed.
Build the site with jekyll build
.
Run a local instance of the site with jekyll serve
. Preview the locally running site.