Go to file
dependabot[bot] 1b32e2da8f build(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-08 10:05:54 +07:00
.github chore: optimize github action 2023-03-30 16:44:51 +07:00
docs feat: remove todo backup 2023-08-06 17:52:12 +07:00
posts feat: remove todo backup 2023-08-06 17:52:12 +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
LICENSE chore: bump license 2022-09-28 00:50:14 +07:00
Makefile feat: only format markdown with deno 2023-08-06 02:13:47 +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.10.0 to 0.11.0 2023-08-08 10:05:54 +07:00
go.sum build(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 2023-08-08 10:05:54 +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