A css for numbering wiki titles
- Put the file
custom.css
at 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
--css
option:
docker run -d -p 80:4567 -v ${MY_WIKI_DIR}:/wiki gollumwiki/gollum:master --css