Go to file
sudo pacman -Syu b811761c00 feat: use goldmark and minify 2022-07-11 11:28:06 +07:00
.github chore: add github action 2022-07-10 18:03:43 +07:00
docs feat: use goldmark and minify 2022-07-11 11:28:06 +07:00
posts chore: add index.md for use with github pages 2022-07-10 18:21:04 +07:00
templates feat: use goldmark and minify 2022-07-11 11:28:06 +07:00
.gitignore chore: use docs/ 2022-07-10 18:09:42 +07:00
.golangci.yml chore: add golangci-lint 2022-07-11 11:28:06 +07:00
.nojekyll chore: add .nojekyll 2022-07-10 18:08:47 +07:00
LICENSE chore: add MIT LICENSE 2020-12-23 14:35:06 +07:00
README.md chore: update steps in readme 2022-07-10 18:24:30 +07:00
go.mod feat: use goldmark and minify 2022-07-11 11:28:06 +07:00
go.sum feat: use goldmark and minify 2022-07-11 11:28:06 +07:00
main.go feat: use goldmark and minify 2022-07-11 11:28:06 +07:00

README.md

posts-go

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

Steps:

# Write new post in posts/

# Update index in posts/index.md

# Genrate HTML
go run ./main.go