Questions tagged [gollum-wiki]

Gollum is a simple wiki system built on top of Git that powers GitHub Wikis.

Gollum wikis are simply Git repositories that adhere to a specific format. Gollum pages may be written in a variety of formats and can be edited in a number of ways depending on your needs. You can edit your wiki locally:

  • With your favorite text editor or IDE (changes will be visible after committing).
  • With the built-in web interface.
  • With the Gollum Ruby API.

Online resources

69 questions
3
votes
1 answer

Rails wiki gem for production with devise/cancan - not personal use

I've been looking into wikis for use in production in an existing rails app, not for personal use - have seen a few questions on wiki gems here but little outside of personal use. Gollum seems simple to get up an running locally, but is it a good…
pvskisteak5
  • 4,162
  • 3
  • 24
  • 26
2
votes
1 answer

undefined method `Py_IsInitialized' for RubyPython::Python:Module

I'm attempting to use Gollum on an Ubuntu server to serve up markdown pages but am receiving the following error whenever I attempt to highlight any syntax. undefined method `Py_IsInitialized' for RubyPython::Python:Module Stack…
featherless
  • 2,118
  • 19
  • 19
2
votes
2 answers

Have anyone use gollum-site to generete markdown wikis and host it on heroku?

Hi i have tried using gollum-site gem, but it seems to only generate the site on localhost:8000 by default. How can i get the markdown wiki hosted on heroku. Anyone tried doing it before ?
John Lee
  • 1,241
  • 2
  • 16
  • 29
2
votes
1 answer

Does github's wiki supports header?

Githus uses gollum to renders it's wikis. It's features says that it supports _Header, _Sidebar and _Footer. I have a wiki with _Sidebar and it works, but does github supports _Header?
Eduardo Santana
  • 5,780
  • 3
  • 19
  • 21
2
votes
1 answer

Piping from a long-running process into xargs having no effect

In bash, I want to start my program (gollum) and use a part of the stderr (the port number) as an argument for another program. I redirect stderr to stdout and use grep and sed to filter the output. I get the result in stdout: gollum -p0 2>&1| sed …
Arnaud B.
  • 151
  • 1
  • 7
2
votes
1 answer

Adding a new page to a GitHub wiki using Gollum

Months back I started populating a wiki for someone else's GitHub repo. I put instructions here. Yesterday I decided I wanted to add a new page. Nobody has modified the wiki in the meanwhile so I figured I can just repeat those instructions…
P i
  • 29,020
  • 36
  • 159
  • 267
2
votes
1 answer

github local wiki (aka gollum), how to use static files?

I've done my research and I cannot find a solution to this problem. Can the Gollum HTTP server serve static files? I'm trying to do that from the local copy of my project's wiki, cloned from gitHub, and of course I've installed Gollum on my…
zakmck
  • 2,715
  • 1
  • 37
  • 53
2
votes
1 answer

Github wiki and tags

So I have a Github project with a wiki I use to maintain the documentation. Every time something changes in the project or gets added to it, which is bloody often, I document it in the wiki immediately, which helps keep everything documented. At the…
RN3AOH
  • 86
  • 2
  • 6
2
votes
0 answers

Using a custom markdown renderer with github-markup/gollum and Rails 3

I'm having what I think is a load ordering issue using github-markup. I'm trying to override the default markdown renderers and use my own custom renderer in a Rails initializer. However it doesn't work; it just seems to ignore my initializer…
Luke
  • 1,639
  • 15
  • 16
2
votes
2 answers

How do I generate a static copy of my github project wiki?

I'd like to generate a local static copy of the generated HTML of my github project wiki, from the directory of markdown files. What's the best way of doing that?
Ovesh
  • 5,209
  • 11
  • 53
  • 73
2
votes
1 answer

Syntax highlighting on GitHub Wiki refuses to work

This is driving me nuts. Syntax highlighting doesn't work on a single Wiki page in a project on GitHub. Take this page, for example: https://github.com/oscar-broman/PAWN-Boilerplate/wiki/Built-in-modules Here's the source for it:…
Oscar Broman
  • 1,109
  • 8
  • 19
1
vote
0 answers

gollum-auth, for newbies

I am a non-Ruby person looking for some basic help. I am thinking gollum is an easy way to do a personal wiki, I love that it is backed by simple files, sitting in git. Following the simple instructions I have it working! Very cool. But I would like…
kentborg
  • 11
  • 1
1
vote
0 answers

how to debug gollum issue with mathjax

Can anyone outline steps to resolve issue with gollum not rendering math? I am running gollum with --mathjax but it doesn't produce desired outcome. My version of gollum is 5.2.1. I am trying to render this file:…
lowtech
  • 2,492
  • 2
  • 22
  • 31
1
vote
1 answer

Trigger a Github action on wiki edit?

Our local hackerspace has a Github Wiki where we document our organisation. Some assets could be autogenerated by github actions, but in order to get there we need something to trigger the action. Is there a way to make Github Action run each time a…
d33tah
  • 10,999
  • 13
  • 68
  • 158
1
vote
1 answer

Customizing layout of gollum wiki

I would like to customize layout of a gollum wiki by: moving sidebar to the left (it is on the right by default) making the body of the page wider. Right now it takes slightly about a third of screen width and the text is really narrow. I know…
Jan Stolarek
  • 1,409
  • 1
  • 11
  • 21