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
92
votes
16 answers

Embedding images inside a GitHub wiki (gollum) repository?

The Github wikis are backed by a separate git repository then the main project repository. This post by the Github team makes it sound like you should be able to link to images stored in the wiki repository inside the wiki markup. Images and…
James McMahon
  • 48,506
  • 64
  • 207
  • 283
42
votes
2 answers

How can you track or be notified of changes to GitHub wikis?

Are there service hooks for GitHub wiki repositories? Is there some other mechanism that GitHub provides for me to track wiki edits?
Eric Bloch
  • 2,882
  • 2
  • 20
  • 26
27
votes
3 answers

Gollum Wiki - undefined method `new' for Redcarpet:Module

I'm trying to use Gollumn Wiki, so I could edit my GitHub Wiki but I can't seem to get it to work. I'm on Ubuntu 11.10, 64Bit. I've tried this as well with Ruby 1.9, also the same error. I cloned my GitHub Wiki git repository for my project, fired…
Mark Mandel
  • 1,316
  • 9
  • 17
19
votes
5 answers

Strong access control for Gollum?

What is the best way to add multiple role access to a Gollum wiki? I understand how to add Basic HTTP auth via, Rack middleware. However, I would like to know what's required to have full multi user/role authentication and authorization. Can Devise…
Joshua Hoblitt
  • 342
  • 2
  • 11
15
votes
1 answer

How can I override the title of a GitLab wiki page?

I'm am editing pages in a GitLab project wiki. If I name a page "first-last", the URL is "project/wikis/first-last" and the page title is rendered in sentence case as "First last". If I name a page "first-(last)", the URL is…
lofidevops
  • 15,528
  • 14
  • 79
  • 119
15
votes
2 answers

GitLab: How to embed image from repo in the wiki?

I have a GitLab repository with documentation in the attached wiki (i.e. NOT in the repo itself) and an image file inside the repository itself that I want to embed in wiki pages. How can this be done? From a wiki page, I can successfully link to…
hdkrgr
  • 1,666
  • 1
  • 12
  • 22
14
votes
1 answer

Github: Wiki page title from markup not filename/web client

Is there a way in github to have a wiki's title be based on the markup? I have found another project using markdown that has the title for Home.md wiki page come from the file. The author could have also used the web interface and made the title…
djhoese
  • 3,567
  • 1
  • 27
  • 45
13
votes
1 answer

Can a GitHub wiki embed HTML

I would like to create a wiki page that is a preamble (standard markdown) followed by an HTML/JS code listing followed by (in a frame I suppose) the page that this code would generate. Is this possible? PS The code is:…
P i
  • 29,020
  • 36
  • 159
  • 267
13
votes
2 answers

Migrate Confluence to Github wiki (Gollum)

Does somebody know a nice way to migrate a Confluence wiki to the Github wiki (aka Gollum) ? By nice way I mean quick and effective.
tbruyelle
  • 12,895
  • 9
  • 60
  • 74
12
votes
1 answer

GitHub: Using wiki locally: Error when making initial push to GitHub wiki

I searched this problem many times, but still cannot resolve it. Say, I fork a repo (let's name it repo1) from user1, and now I would like to fork the Wiki section of that repo as well, which GitHub won't do for you when you fork the repo. I tried…
phil
  • 171
  • 2
  • 8
11
votes
1 answer

How can you use subdirectories in a GitHub wiki checkout?

I'd like to organize my GitHub wiki pages in subdirectories. How do we refer to the pages in subdirectories?
Alexy
  • 1,520
  • 2
  • 16
  • 30
9
votes
1 answer

How to properly mount github's gollum wiki inside a Rails App?

I'm trying to provide a gollum based wiki for my app by mounting it as a rack application inside my routes.rb file: require 'gollum/frontend/app' #Gollun config gollum_path = Rails.root Precious::App.set(:gollum_path,…
marcosbeirigo
  • 11,098
  • 6
  • 39
  • 57
8
votes
1 answer

Work with GitHub Wiki repository using Python

Is there any way to programmatically (using libraries like PyGithub, GitPython or dulwich) load any file right into MyRepo.wiki.git repository? Using Python, of course. I can easily upload a file right into MyRepo.git repository with a help of…
Sergei Danielian
  • 4,938
  • 4
  • 36
  • 58
6
votes
0 answers

Is it possible to embed a github git-lfs image in a github wiki for a private repo+wiki?

Github allows you to embed images in a wiki page. The problem seems to be that for private repos, the right to access the image is determined by a transient token appended to the URL like…
bbarker
  • 11,636
  • 9
  • 38
  • 62
6
votes
2 answers

How to install libicu-dev on Ubuntu

I am trying install gollum by gem on Ubuntu 14.10. When I try to use gem install gollum, I see the error below: /usr/bin/ruby2.1 extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h ERROR: Error installing gollum: …
mashpolo
  • 61
  • 1
  • 1
  • 6
1
2 3 4 5