moved custom Markdown pages to configurable directory.

This commit is contained in:
Johannes Erwerle 2026-04-19 09:09:15 +02:00
parent 79bc9a92be
commit 2f0db972de
4 changed files with 21 additions and 3 deletions

View file

@ -78,6 +78,16 @@ Create a superuser account
```
## Custom pages
Some pages are specific to your installation. E.g. an imprint.
Those files are markdown files that are rendered as HTML. You have to supply them and put them into the `MARKDOWN_PAGE_DIR`.
The following files are expected:
* `imprint.md` with your imprint information.
## Settings
### BACKUP_USER
@ -120,3 +130,7 @@ The secret key used by django for session cookies and other things.
### DEBUG
Django debug setting.
### MARKDOWN_PAGE_DIR
`MARKDOWN_PAGE_DIR` is the directory where customized markdown files are put. This directory is required.