Go to file
dependabot[bot] 8656e95c35
build(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#36)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.16.0...v0.17.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-10 01:41:36 +07:00
.github build(deps): bump actions/setup-go from 4 to 5 2023-12-07 10:06:29 +07:00
docs feat: add zed settings 2024-02-09 00:13:49 +07:00
posts feat: add zed settings 2024-02-09 00:13:49 +07:00
templates build: bump github-markdow-css v5.5.1 2024-02-04 22:04:33 +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.4 2023-10-12 11:02:25 +07:00
LICENSE chore: bump license 2022-09-28 00:50:14 +07:00
Makefile feat: more tools 2024-01-12 17:19:30 +07:00
README.md chore: add gh badges 2023-09-25 01:13:52 +07:00
go.mod build(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#36) 2024-02-10 01:41:36 +07:00
go.sum build(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#36) 2024-02-10 01:41:36 +07:00
main.go build: bump go-github v59 2024-02-10 01:39:40 +07:00

README.md

posts-go

Go Latest Version

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