add tag browser generation

This commit is contained in:
2023-09-17 20:18:24 +01:00
committed by Akbar Rahman
parent 29529cfd6a
commit 5bb40a57d1
6 changed files with 75 additions and 34 deletions

View File

@@ -81,6 +81,19 @@ a file called `styles.css`.
To add additional styling, the default styling will attempt to import `styles.css` from the root of the notes
directory.
To add additional content to the homepage, create a file called `index.md` at the top level of your notes directory.
To set the HTML `title` tag, set `title` in the frontmatter of `index.md`:
```markdown
---
title: "alv's notes"
---
# alv's notes
these notes are probably wrong
```
## CLI Usage
```