mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 23:09:52 +00:00
Update readme.md
This commit is contained in:
parent
56688b26f5
commit
1d9245fb8f
13
readme.md
13
readme.md
@ -28,7 +28,18 @@ doing it for me:
|
||||
|
||||
1. Run `make install` as root
|
||||
|
||||
## Usage
|
||||
## Things to Remember Whilst Writing Notes
|
||||
|
||||
- notes2web reads the following YAML [frontmatter](https://jekyllrb.com/docs/front-matter/) variable:
|
||||
|
||||
- `author` --- The person(s) who wrote the article
|
||||
- `tags` --- A YAML list of tags which the article relates to - this is used for browsing and also searching
|
||||
- `title` --- The title of the article
|
||||
|
||||
- notes2web indexes [ATX-style headings](https://pandoc.org/MANUAL.html#atx-style-headings) for searching
|
||||
- notes2web attempts to display file history through the `git log` command
|
||||
|
||||
## CLI Usage
|
||||
|
||||
```
|
||||
$ notes2web.py notes_directory
|
||||
|
Loading…
Reference in New Issue
Block a user