wd-shiroma / gollum-work

gollum working repository template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gollum working directory

This is working directory template for gollum wiki.

directories summery

  • repos
    wiki repository (make directory yourself)
  • util
    custom js/css building utility (require node.js and yarn)
  • dist
    configuration file example
  • mastodon
    scripts used by omniauth-mastodon

usage

First of all, clone this repository.

$ git clone https://github.com/wd-shiroma/gollum-work.git
$ cd gollum-work

Create wiki repository

$ mkdir repos
$ cd repos
$ git init

If you use omnigollum, you will need to install the gem module.

$ git clone https://github.com/arr2036/omnigollum.git
$ cd omnigollum
$ gem build omnigollum.gemspec
$ gem install omnigollum-*.gem

More detail, check the official repository's Readme.md.
omnigollum/Readme.md at master · arr2036/omnigollum

If you use omniauth-mastodon, check dist/omniauth-config.rb and initialize with mastodon/create_db.sh

If you want to customize with SCSS stylesheets and javascript over ES2015, you can use my prepared the building utility.
Usage is here.

About

gollum working repository template


Languages

Language:CSS 75.1%Language:JavaScript 19.9%Language:Ruby 3.1%Language:Shell 1.9%