Go to file
sudo pacman -Syu 7a0f0c5ce2 feat: add hardware (wip) 2023-08-20 22:06:47 +07:00
.github chore: optimize github action 2023-03-30 16:44:51 +07:00
docs feat: add hardware (wip) 2023-08-20 22:06:47 +07:00
posts feat: add hardware (wip) 2023-08-20 22:06:47 +07:00
templates feat: use github light theme 2023-08-06 14:41:38 +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
CHANGELOG.md chore(changelog): generate v0.0.1 2023-08-15 16:42:44 +07:00
LICENSE chore: bump license 2022-09-28 00:50:14 +07:00
Makefile Revert "feat: no need gh access token" 2023-08-15 15:27:59 +07:00
README.md feat: use netrc to login github 2023-08-15 16:42:08 +07:00
go.mod bump: go-github v54 2023-08-17 09:37:38 +07:00
go.sum bump: go-github v54 2023-08-17 09:37:38 +07:00
main.go bump: go-github v54 2023-08-17 09:37:38 +07:00

README.md

posts-go

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

First add GitHub access token in ~/.netrc.

Steps:

  • Write new post in posts

  • Update index in posts/index.md

  • Generate HTML by running make

Thanks