Go to file
dependabot[bot] a5792de9b1 build(deps): bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 10:06:29 +07:00
.github build(deps): bump actions/setup-go from 4 to 5 2023-12-07 10:06:29 +07:00
docs feat: re-add basic apple 2023-12-04 23:56:56 +07:00
posts feat: re-add basic apple 2023-12-04 23:56:56 +07:00
templates feat: bump go, debian, css 2023-10-11 13:57:20 +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 chore: latest prettier 2023-12-01 17:21:57 +07:00
README.md chore: add gh badges 2023-09-25 01:13:52 +07:00
go.mod build: bump go-github v57 2023-12-02 14:57:08 +07:00
go.sum build: bump go-github v57 2023-12-02 14:57:08 +07:00
main.go build: bump go-github v57 2023-12-02 14:57:08 +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