smburdick / graem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:HTML 54.9%Language:CSS 36.1%Language:Python 4.9%Language:Shell 3.3%Language:Ruby 0.8%