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
0
votes
0 answers

Unable to build and run Gollum gem with rbenv

I wish to run the development version of Gollum on an Ubuntu 14.04 server using rbenv to manage the ruby and gem versions. I have used the following commands to build and install gollum. If I use rbenv shell system first to bypass rbenv then I am…
Derek
  • 1,572
  • 1
  • 14
  • 25
0
votes
1 answer

Make Gollum Gem work with Rails 4

I need to add wiki pages to my application and I've just read about the Gollum gem. Since I'm new to Rails I'm not completely sure about how to integrate gems installed separately with a working project. What are the next steps after installing the…
Victor Ferreira
  • 6,151
  • 13
  • 64
  • 120
0
votes
3 answers

Gollum-wiki error from start

After succesful installation I do sudo gollum --port 80 and get error Gollum::InvalidGitRepositoryError at / Gollum::InvalidGitRepositoryError file: git_layer_grit.rb location: rescue in initialize line: 280 BACKTRACE …
user7591
  • 31
  • 6
0
votes
1 answer

How to find orphan pages in Gollum

In Gollum wiki, how do I find orphan pages - that is pages that don't have a link to them? I have tried to write a bash script (see below) but it seems to not work good with pages that have special characters (, ), / in the…
warpech
  • 6,293
  • 4
  • 35
  • 36
0
votes
1 answer

Convert Gollum (markdown) wiki to PDF

We have a wiki written in Markdown served up by Gollum. We'd like to PDF the current state of the wiki to make a "book". All the files are .md on disk, or they can be browsed via HTTP/HTML. Is there a tool that can recursively traverse the wiki or…
Jonathan S. Fisher
  • 8,189
  • 6
  • 46
  • 84
0
votes
2 answers

Deploy Gollum wiki with Engine Yard

Gollum is "A simple, Git-powered wiki with a sweet API and local frontend." It's hosted on GitHub: http://github.com/github/gollum Deploying my site to EngineYard is generating this error. Fetching gem metadata from https://rubygems.org/ Installing…
Evolve
  • 8,939
  • 12
  • 51
  • 63
0
votes
1 answer

no such file to load -- gollum

I've been trying stubbornly to install gollum behind a firewall, downloading all dependency gems until gollum installed without error or --force. Now that it is installed, I get the following error: ~/docs$…
lowerkey
  • 8,105
  • 17
  • 68
  • 102
0
votes
1 answer

Is it possible to manage a github wiki (perhaps with gollum) without a local working directory?

I'd like to build a (ruby) script that interacts with a github wiki. Gollum seems to want to manage a local working directory. Is it possible to interact directly with a github wiki?
cluesque
  • 1,100
  • 11
  • 17
0
votes
1 answer

Gollum `_Header.md` will not render

Working with gollum I am unable to get headers to render. The file is name _Header.md following the specifications, and contains the following content Hello Header! however, it is not rendered when the site is accessed running gollum in the root…
rudolph9
  • 8,021
  • 9
  • 50
  • 80
1 2 3 4
5