Go to file
dependabot[bot] e290d891de build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.8.0...v0.9.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-06-14 10:48:57 +07:00
.github chore: optimize github action 2023-03-30 16:44:51 +07:00
docs feat: proto tips 2023-06-11 18:02:42 +07:00
posts feat: proto tips 2023-06-11 18:02:42 +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: update golangci-lint 2022-12-03 14:45:31 +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/oauth2 from 0.8.0 to 0.9.0 2023-06-14 10:48:57 +07:00
go.sum build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 2023-06-14 10:48:57 +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