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
- Host: GitHub
- URL: https://github.com/icukeng/docker-gollum
- Owner: icukeng
- Created: 2020-09-09T11:19:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T14:13:50.000Z (over 3 years ago)
- Last Synced: 2025-02-23T15:14:24.215Z (9 months ago)
- Topics: docker, gollum, wiki
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
---
<>
```