posts-go/README.md

312 B

posts-go

Write markdown, convert to html, then publish using Github Pages.

Steps:

# Write new post in posts/

# Update index in posts/index.md

# Generate HTML
make

Thanks