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

Does a what-links-here report for Gollum exist?

Is there any existing way to generate a what-links-here report for a gollum wiki? In other words, a list of the pages within the same wiki that link to the current page: a list of the local inbound links. I wasn't able to spot any feature like…
Rob Hoare
  • 275
  • 1
  • 11
6
votes
1 answer

Is it possible to redirect in Gollum wiki (GitHub wiki) pages?

At RailsConf 2012, our local Ruby group created a crowd-sourced wiki. We're very happy with how well it was received (218 watchers as of today). Some members are attending Goruco 2012, and we'd like to do something similar for that conference. The…
Benjamin Oakes
  • 12,262
  • 12
  • 65
  • 83
5
votes
3 answers

ERROR: Error installing gollum: ERROR: Failed to build gem native extension

I was unable to install gollum-wiki after a fresh install of ruby v2.2.2 via rbenv. I run Ubuntu-Gnome 14.04 Trusty Thar. Here is the install log: user@host:~/dev/drafts$ gem install gollum Fetching: useragent-0.10.0.gem (100%) Successfully…
Rémi Becheras
  • 14,902
  • 14
  • 51
  • 81
5
votes
2 answers

Can I use gollum to create a wiki which isn't hosted by Github?

I want to create a wiki with gollum and push it to my own git repo, is that possible? I created a new git repo, install gollum and started it. I got the "edit/Home" page. I added some content, saved...all looked good. Even the "revision history"…
codecraig
  • 3,118
  • 9
  • 48
  • 62
4
votes
1 answer

Github Wiki Pages: Is there a way to modify the Pages menu?

I'm using Github Wiki Pages to document my private repository. By default, Github displays a Pages sidebar with a search box and a list of all pages: I have created custom sidebar menus using _Sidebar.md and would love to remove the Pages menu, but…
Shaun Scovil
  • 3,905
  • 5
  • 39
  • 58
4
votes
1 answer

How can I add Disqus commenting to my Gollum wiki?

I would like to use my Gollum Wiki (using aws & github) for a book project. I want to give each chapter its own page and let a circle of friends (and anyone) leave comments. I was expecting there to be a dozen how to pages for this already out…
exzackley
  • 365
  • 1
  • 2
  • 8
4
votes
4 answers

Gollum wiki for multiple projects

I like Gollum for wiki, but one instance seems to be able to handle a single repository only. Is some similar project out there that handles multiple repos, or an out-of-the-box solution that maintains multiple Gollum projects instances? By the…
Mailo Světel
  • 24,002
  • 5
  • 30
  • 40
4
votes
1 answer

GitHub wiki IS the project, how to get all the stats and graphs?

I'm working on an open-source wiki using the GitHub's built-in gollum on the wiki tab of the project. So the wiki is itself the project. But though I've done tons of commits on the wiki repository, in the main project repository (the one with the…
devlord
  • 4,054
  • 4
  • 37
  • 55
3
votes
1 answer

OpenSource Wiki hosting

I have several .md files (in markdown format) initially on github, but I would like to put it up as a wiki with a custom link. I use the Gollum gem and like it alot, however it is only built on top of github or use in local server to edit the files…
John Lee
  • 1,241
  • 2
  • 16
  • 29
3
votes
1 answer

How can I add an extension that uses the internal Gollum markdown processor?

Description: I am trying to integrate a workflow and tools which incorporates vimwiki and Gollum. I want to merely add vimwiki as an extention type for the editor while being processed by Gollum's internal Markdown processor (see "Things I've…
3
votes
2 answers

How to configure Gollum-wiki to allow basic authentication and to use the username for the git commit

I'm trying to configure basic http authentication for gollum, but I want the logged in username to be used for the git commit. I've modified config.ru so that basic authentication works, now I just need to figure out how I can achieve the equivalent…
James
  • 361
  • 3
  • 11
3
votes
1 answer

Is there a way to display the outdated dependencies from a requirements.txt in a Github wiki?

I have a Github wiki that I am maintaining and I want to include a section that displays whether or not the python dependancies within requirements.txt are outdated. I know how to do this manually using: pip list --outdated What is the easiest way…
mattjegan
  • 2,724
  • 1
  • 26
  • 37
3
votes
2 answers

What's the best way to edit and test an existing Ruby gem, namely Gollum?

I'm starting a project where I will work with the base Gollum wiki gem, and add some features to it. I was wondering what is the best way to do this. Do I need to build and install the gem everytime I need to test it? Is there a way to edit the…
user1025725
  • 147
  • 1
  • 2
  • 8
3
votes
0 answers

add disqus commenting to gollum

I am a n00b so please bear with my stupidity here. What I am trying to do is add disqus commenting to gollumwiki. First of all, is it alright to give localhost as my website URL on the disqus website where I am registering the website? I hope not.…
esh
  • 2,842
  • 5
  • 23
  • 39
3
votes
2 answers

Gollum Wiki for Windows?

https://github.com/gollum/gollum - ‘Gollum is a simple wiki system built on top of Git.’ Gollum is great but it’s written in Ruby (I'm not insinuating that there is anything wrong with that). I want to use it as part of an existing ASP.NET website…
marvc1
  • 3,641
  • 3
  • 25
  • 34