chore: update steps in readme

main
sudo pacman -Syu 2022-07-10 18:24:30 +07:00
parent 92b4a8cc61
commit 37e82b669e
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# posts-go
Write markdown, then convert to html.
Write markdown, convert to html, then publish using Github Pages.
Steps:
```sh
# Write new post in posts/
# Update index in posts/index.md
# Genrate HTML
go run ./main.go
```