hhargreaves.net/README.md
Hayden Hargreaves bacbe620d4
All checks were successful
Deploy to Server / deploy (push) Successful in 37s
Updated README.md
2025-05-29 19:45:09 -07:00

19 lines
571 B
Markdown

# hhargreaves.net
This is live at [https://hhargreaves.net](https://hhargreaves.net)
## Create Journal Posts
To create a new post, all you must do is create a new markdown file in the `./src/journal/` directory.
However, before you begin writing, you must first add the following two lines at the top of the
new markdown file:
```markdown
Date: YYYY-MM-DD
Desc: Some short description to post on the index page of the journal.
```
Below this, you can write your journal post in the markdown format. The metadata above is used for
displaying and parsing the post.