mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-12-13 10:43:59 +00:00
add config options for article template, listitem template, index template, stylesheet
This commit is contained in:
@@ -31,10 +31,14 @@ Then you just have to point a webserver at your notes directory.
|
||||
|
||||
`notes2web` looks for a config file called `.notes2web.conf` in your current directory and your home
|
||||
directory.
|
||||
Right now the only config available is `name`:
|
||||
Default config values:
|
||||
|
||||
```bash
|
||||
name="alv"
|
||||
name=""
|
||||
article_template="/opt/notes2web/templates/article.html"
|
||||
listitem_template="/opt/notes2web/templates/listitem.html"
|
||||
index_template="/opt/notes2web/templates/index.html"
|
||||
stylesheet="/opt/notes2web/styles.css"
|
||||
```
|
||||
|
||||
If the name is not set, the title is set to 'notes'.
|
||||
|
||||
Reference in New Issue
Block a user