25 lines
483 B
YAML
25 lines
483 B
YAML
site_name: webhosting
|
|
site_url: https://0.0.0.0:8000
|
|
site_description: webhosting information RUG
|
|
site_author: p.h.vos
|
|
dev_addr: 0.0.0.0:8000
|
|
|
|
|
|
|
|
repo_url: https://git.webhosting.rug.nl
|
|
|
|
copyright: Copyright © 2017 <a href="https://rug.nl/staff/p.h.vos">P.H.Vos</a>
|
|
|
|
theme_dir: mkdocs-bootstrap/mkdocs_bootstrap/
|
|
|
|
pages:
|
|
- 'Home': 'index.md'
|
|
- 'User Guide': 'user-guide.md'
|
|
- 'About': 'about.md'
|
|
|
|
|
|
markdown_extensions:
|
|
- smarty
|
|
- toc:
|
|
permalink: True
|