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
1
vote
0 answers

gem install gollum gives me error bits/c++config.h not found in Mac OS Sierra

When I run sudo gem install gollum or sudo gem install charlock_holmes -- --with-icu-dir=/opt/local/lib/icu --with-opt-include=/opt/local/include/ --with-opt-lib=/opt/local/lib/ I get the following error: compiling transliterator.cpp In file…
Giper
  • 43
  • 1
  • 4
1
vote
1 answer

Is it possible to override the .mustache-files that are in the Gollum-gem?

I'm asking myself if I can change the .mustache templates to use my own html in my Gollum-wiki. If so it doesn't seem to documented (or am I just blind?). I mean this:…
TNT
  • 3,392
  • 1
  • 24
  • 27
1
vote
0 answers

Synchronize MediaWiki with Gollum

I would like to synchronize (bidirectional) selected pages of a corporate wiki (MediaWiki) with my personal wiki (Gollum). Server: 'vanilla' installation of MediaWiki SyntaxHighlight GeSHi extension installed Workstation packages: Jenkins…
craig
  • 25,664
  • 27
  • 119
  • 205
1
vote
0 answers

Multi-user gollum-wiki workflow

I installed gollum-wiki to serve as our labs wiki (14 members). Since it is git based, I imagine the most logical workflow would be that every user has a local copy of the repository and whenever they make changes, would initiate a pull request?…
Vijay Ivaturi
  • 828
  • 2
  • 8
  • 20
1
vote
1 answer

Gollum wiki github - Your branch is ahead of 'origin/master' by 1 commit

I have problems using Gollum wiki with github remote wiki pages. I created a wiki for this project, and Create Wiki pages in wiki git repo. Clone the repo using ssh: $ git clone git@github.com:ricardogarfe/python-sample-test.wiki.git Install…
Ricardo García
  • 325
  • 3
  • 14
1
vote
2 answers

Running Gollum wiki produces NoMethodError at

Just installed Gollum wiki on Ubuntu server 11.10, and when I go to launch it I get this error: NoMethodError at / private method `settings' called for Precious::App:Class file: create.rb location: default_markup line: 44 to install it I ran the…
cessationoftime
  • 896
  • 8
  • 17
0
votes
0 answers

Fail to install Gollum on MacOS BigSUr. Gem::Ext::BuildError: ERROR: Failed to build gem native extension

I want to install Gollum in my MacOS Big Sur I already follow the instruction on Github. My Ruby and gem version is as follows ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [arm64-darwin20] gem 3.2.3 When I write sudo bundle install, I found the…
0
votes
1 answer

How can I include a unicode symbol in a Gollum wiki (Sinatra app)?

I'm trying to use a Unicode character in a Gollum wiki, but it gets escaped - the & gets turned into $amp;. Is there something like Rails' .html_safe for Gollum or for Sintra apps in general?
Nathan Long
  • 122,748
  • 97
  • 336
  • 451
0
votes
0 answers

How to use reStructuredText roles in Gollum?

How do I use reStructuredText (rst) directives like math in Gollum? My Bitbucket wiki has rst files with math content, such as :math:`1+1` But any rst directive in Gollum renders like code. Instead it expects $1+1$ (for inline math). I can change…
user7384
  • 31
  • 4
0
votes
2 answers

Editing page views with Irwi Wiki gem in Rails

What's the best way to edit and format page views using Irwi Wiki in Rails? Here is the controller it's set up for me: class WikiPagesController < ApplicationController acts_as_wiki_pages_controller end Though there's no views folder…
Forrest Wilkins
  • 398
  • 4
  • 15
0
votes
0 answers

Start Gollum via Rack

I am new to Ruby and Rack. I found a project called Gollum. I want to set the Author and followed this instruction. I installed it via gem install gollum. But when I want to start the project via: /gollum/config.ru the commandline tells me…
Lee
  • 819
  • 7
  • 32
0
votes
1 answer

Finding and Editing Multiple Regex Matches on the Same Line

I want to add markdown to key phrases in a (gollum) wiki page that will link to the relevant wiki page in the form: This is the key phrase. Becomes This is the [[key phrase|Glossary#key phrase]]. I have a list of key phrases such as: keywords =…
Nich Del
  • 135
  • 8
0
votes
1 answer

Images not linking in Gollum wiki

I have images in the same directory as the .md files: ... ... test.md test.png to-do.md balter@bcore:/var/www/B-Core-Collaboration.wiki$ My source looks like this: ![](test.png) I have also tried ![](/test.png) But the image is not showing…
abalter
  • 9,663
  • 17
  • 90
  • 145
0
votes
2 answers

Gollum wiki not starting

I've been trying to get Gollum-wiki up and going but I keep getting an error about 'library not load' Here is what error Im getting for when I try to start it…
Chad Watkins
  • 531
  • 1
  • 8
  • 23
0
votes
1 answer

Where does Gollum (the wiki engine) store its files? (when created via browser)

I've got gollum deployed on my server. I set up a wiki directory, seeded it with some files, created a git repo there, then called gollum on the directory. I can access my wiki via a browser and update and create files. However, I can't find any of…
Anthony C
  • 1,990
  • 3
  • 23
  • 40