mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-12-13 10:43:59 +00:00
convert script to python
This commit is contained in:
@@ -18,7 +18,7 @@ View your notes as a static html site.
|
||||
## Usage
|
||||
|
||||
```
|
||||
$ notes2web NOTES_DIRECTORY_1 [NOTES_DIRECTORY_2 [...]]
|
||||
$ notes2web.py NOTES_DIRECTORY_1 [NOTES_DIRECTORY_2 [...]]
|
||||
```
|
||||
|
||||
The command will generate a website in the `$output` directory (`./web` by default).
|
||||
@@ -28,6 +28,8 @@ Then you just have to point a webserver at `$output`.
|
||||
|
||||
## Config
|
||||
|
||||
NOT CURRENTLY IMPLEMENTED
|
||||
|
||||
`notes2web` looks for a config file called `.notes2web.conf` in your current directory and your home
|
||||
directory.
|
||||
Default config values:
|
||||
|
||||
Reference in New Issue
Block a user