-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (30 loc) · 855 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
site_name: staticjinjaplus documentation
site_description: A sweet spot between staticjinja and a full-blown static site generator.
nav:
- 'index.md'
- 'installation.md'
- 'templates.md'
- 'cli.md'
- 'configuration.md'
- 'Links':
- 'PyPI': 'https://pypi.org/project/staticjinjaplus/'
- 'Source code': 'https://github.com/EpocDotFr/staticjinjaplus'
- 'Issue tracker': 'https://github.com/EpocDotFr/staticjinjaplus/issues'
- 'Changelog': 'https://github.com/EpocDotFr/staticjinjaplus/releases'
markdown_extensions:
- codehilite:
use_pygments: true
- toc:
permalink: true
- smarty
- admonition
- footnotes
- def_list
edit_uri: ''
theme:
name: readthedocs
highlightjs: false
dev_addr: localhost:8080
extra_css:
- extra/pygments.css
copyright: © 2024 <a href="https://epoc.fr/">Maxime "Epoc" Gross</a>