/graem

Primary LanguageHTML

Graem Wiki

GitHub version Build Status

A wiki platform for the Graem campaign setting.

Forked from StrikingLoo's Jekyll template

Live site

Link

Setup

To host the site locally, run

sudo gem install rails
sudo gem install jekyll
sudo gem install jekyll bundler
bundle install
bundle add jekyll
bundle exec jekyll serve

Creating new wiki pages

Each article has this header:

---
title: "Article"
description: "Description"
tags: tag1, tag2[, ...]
---

Tags are used by the search bar.