Go to file
sudo pacman -Syu e7ad9f8d5f chore: rm zellij 2025-03-17 16:36:33 +07:00
.github chore: add gitleaks 2024-06-08 15:58:53 +07:00
docs chore: rm zellij 2025-03-17 16:36:33 +07:00
posts chore: rm zellij 2025-03-17 16:36:33 +07:00
templates chore: improve font 2025-01-14 19:01:08 +07:00
.gitignore chore: remove bun lockfile 2023-02-28 12:52:55 +07:00
.gitleaksignore chore: gitleaksignore 2024-06-08 16:02:15 +07:00
.golangci.yml chore: deprecated check-shadowing in golangci.yml 2025-01-05 10:04:27 +07:00
.nojekyll chore: add .nojekyll 2022-07-10 18:08:47 +07:00
CHANGELOG.md chore(changelog): generate v0.0.6 2025-02-25 09:54:54 +07:00
LICENSE chore: bump license 2022-09-28 00:50:14 +07:00
README.md chore: improve font 2025-01-14 19:01:08 +07:00
go.mod build(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 (#60) 2025-03-06 10:06:28 +07:00
go.sum build(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 (#60) 2025-03-06 10:06:28 +07:00
justfile chore 2025-02-22 13:40:52 +07:00
main.go build: bump go-github v69 2025-02-05 21:56:50 +07:00

README.md

posts-go

Go gitleaks 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