mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-12-13 10:43:59 +00:00
add config option to set name
This commit is contained in:
12
readme.md
12
readme.md
@@ -19,6 +19,18 @@ root directory.
|
||||
|
||||
Then you just have to point a webserver at your notes directory.
|
||||
|
||||
## Config
|
||||
|
||||
`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`:
|
||||
|
||||
```bash
|
||||
name="alv"
|
||||
```
|
||||
|
||||
If the name is not set, the title is set to 'notes'.
|
||||
|
||||
## Uninstall
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user