Go to file
sudo pacman -Syu 43c8b7c222 go: more generics 2023-09-24 23:04:22 +07:00
.github build(deps): bump actions/checkout from 3 to 4 2023-09-05 10:23:14 +07:00
docs go: more generics 2023-09-24 23:04:22 +07:00
posts go: more generics 2023-09-24 23:04:22 +07:00
templates chore: more fun 2023-08-21 00:29:13 +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.2 2023-08-27 01:39:12 +07:00
LICENSE chore: bump license 2022-09-28 00:50:14 +07:00
Makefile chore: clean up make 2023-09-11 01:05:58 +07:00
README.md feat: use netrc to login github 2023-08-15 16:42:08 +07:00
go.mod build(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 2023-09-06 10:16:23 +07:00
go.sum build(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 2023-09-06 10:16:23 +07:00
main.go build: bump go-github v55 2023-09-06 00:10:24 +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