Go to file
sudo pacman -Syu d82cc62524 feat: use deno fmt instead of prettier 2023-08-06 01:56:25 +07:00
.github chore: optimize github action 2023-03-30 16:44:51 +07:00
docs feat: more tools 2023-08-03 17:33:40 +07:00
posts feat: use deno fmt instead of prettier 2023-08-06 01:56:25 +07:00
templates chore: format using latest prettier 2023-07-19 01:38:30 +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 feat: use deno fmt instead of prettier 2023-08-06 01:56:25 +07:00
README.md feat: go clean 2023-06-04 20:57:18 +07:00
go.mod build(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 2023-07-06 09:32:38 +07:00
go.sum build(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 2023-07-06 09:32: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