I would like to customize layout of a gollum wiki by:
- moving sidebar to the left (it is on the right by default)
- making the body of the page wider. Right now it takes slightly about a third of screen width and the text is really narrow.
I know that I am able to have a custom.css
file in my repo that should load when I use the --css
flag. However, I have no idea what to put in the file and looking at the css files in gollum repo has not proved helpful.