A css for numbering wiki titles
- Put the file custom.cssat the root of your wiki repository and commit the file.
- If you need a table of contents, add the [[_TOC_]]tag in the wiki markdown:
# Main Title
## Contents
[[_TOC_]]
## Introduction
...
- Launch Gollum with the --cssoption:
docker run -d -p 80:4567 -v ${MY_WIKI_DIR}:/wiki gollumwiki/gollum:master --css