Go to file
sudo pacman -Syu cd0ba635cd chore: fix wrong grammar 2023-07-06 00:23:20 +07:00
.github chore: optimize github action 2023-03-30 16:44:51 +07:00
docs chore: fix wrong grammar 2023-07-06 00:23:20 +07:00
posts chore: fix wrong grammar 2023-07-06 00:23:20 +07:00
templates feat: remove custom fonts 2023-06-30 23:00:44 +07:00
.gitignore chore: remove bun lockfile 2023-02-28 12:52:55 +07:00
.golangci.yml chore: sync golangci-lint 2023-06-29 14:21:58 +07:00
.nojekyll chore: add .nojekyll 2022-07-10 18:08:47 +07:00
LICENSE chore: bump license 2022-09-28 00:50:14 +07:00
Makefile chore: bun upgrade 2023-06-30 14:51:56 +07:00
README.md feat: go clean 2023-06-04 20:57:18 +07:00
go.mod build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 2023-06-15 09:27:38 +07:00
go.sum build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 2023-06-15 09:27:38 +07:00
main.go feat: support srht html 2023-04-19 15:56:12 +07:00

README.md

posts-go

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

First add GitHub access token in .github_access_token.

Steps:

  • Write new post in posts

  • Update index in posts/index.md

  • Generate HTML by running make

Thanks