An open API service indexing awesome lists of open source software.

https://github.com/icukeng/docker-gollum

Image for gollum wiki engine with some benefits
https://github.com/icukeng/docker-gollum

docker gollum wiki

Last synced: 4 months ago
JSON representation

Image for gollum wiki engine with some benefits

Awesome Lists containing this project

README

          

# gollum wiki with benefits

wiki engine - https://github.com/gollum/gollum
Оne needs initialised git repo and config.rb file (example provided)

## features

* ldap auth
* tags/sections/categories (by macros)
field 'setions' and 'title' in frontmatter and macros call for the list of pages
```
---
display_metadata: true,
sections: ['one', 'two', three]
---

<>

```