generate website in separate folder

This commit is contained in:
2021-05-01 13:37:23 +01:00
parent 32e2aeff45
commit b452df9822
2 changed files with 19 additions and 14 deletions

View File

@@ -34,7 +34,8 @@ directory.
Default config values:
```bash
name=""
name="" # your name
output="web" # the folder where the website will be generated in
article_template="/opt/notes2web/templates/article.html"
textarticlehead_template="/opt/notes2web/templates/textarticlehead.html"
textarticlefoot_template="/opt/notes2web/templates/textarticlefoot.html"