Gollum wiki downers

I’ve been fiddling with a Gollum wiki and found a couple disappointments running locally.

  • Changes must be committed in the git repo before they are seen in the wiki.
  • Gollum only runs from master branch. Issue 94. Coupled with the previous issue, this prevents any way to preview changes. If you wish to view changes, you must commit to the master branch.
  • If the Home page is missing, no table of contents will be automatically generated (as they are on GitHub). Issue 74
  • Sidebars are not added to pages (as they are on GitHub). Issue 97

These issues are all bummers considering how slick Jekyll is.