Go to file
sudo pacman -Syu fe069a2dcb chore: sync golangci-lint 2023-06-29 14:21:58 +07:00
.github chore: optimize github action 2023-03-30 16:44:51 +07:00
docs feat: San Francisco go 2023-06-28 19:14:23 +07:00
posts feat: San Francisco go 2023-06-28 19:14:23 +07:00
templates feat: archlinux gnome update 2023-05-11 16:05:35 +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: use prettier default 2023-05-23 16:39:48 +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