/fantasy-rpg-wiki-fork

Personal Wiki / Digital Garden and Static Site Setup. This is a template for a personal site, made with GitHub pages. A good starting point for a wiki or zettelkasten

Primary LanguageHTML

fantasy-rpg-wiki

Live

Setup

To run the site locally, run

sudo gem install rails
sudo gem install jekyll
sudo gem install jekyll bundler
cd ~/this_project

bundle init
bundle install
bundle add jekyll
bundle exec jekyll serve