README.md
This commit is contained in:
parent
359aec7b41
commit
fe1994fcde
18
README.md
18
README.md
@ -43,6 +43,8 @@ DIR templates
|
|||||||
FIL site.tmpl
|
FIL site.tmpl
|
||||||
FIL TOP.tmpl
|
FIL TOP.tmpl
|
||||||
FIL BOTTOM.tmpl
|
FIL BOTTOM.tmpl
|
||||||
|
|
||||||
|
FIL config.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
### content
|
### content
|
||||||
@ -95,3 +97,19 @@ In jedem Ordner kann sich eine `config.toml` befinden.
|
|||||||
goto=/de/main/service/impressum
|
goto=/de/main/service/impressum
|
||||||
navname=Impressum
|
navname=Impressum
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Haupt-Konfiguration im Root
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[global]
|
||||||
|
default_file=README.md
|
||||||
|
|
||||||
|
[meta]
|
||||||
|
title=meine Website
|
||||||
|
description=Standard-Meta-Beschreibung, die verwendet wird, wenn keine pro Seite definiert ist
|
||||||
|
keywords=Standard-Keywords, welche in den einzelnen Seiten überschrieben werden kann
|
||||||
|
```
|
||||||
|
|
||||||
|
## Templates
|
||||||
|
|
||||||
|
Die Template sind golang `template/html`.
|
Loading…
Reference in New Issue
Block a user