Go to file
dependabot[bot] a1049b1bdc
build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 (#41)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0.
- [Commits](https://github.com/golang/sync/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  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-04-15 17:21:29 +07:00
.github feat: add markdown link check workflow 2024-04-15 00:31:38 +07:00
docs feat: add gitfast 2024-04-14 23:52:40 +07:00
posts feat: add gitfast 2024-04-14 23:52:40 +07:00
templates feat: update fonts css 2024-03-01 17:11: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: disable go install 2024-02-10 08:50:52 +07:00
README.md feat: update fonts css 2024-03-01 17:11:20 +07:00
go.mod build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 (#41) 2024-04-15 17:21:29 +07:00
go.sum build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 (#41) 2024-04-15 17:21:29 +07:00
main.go build: bump go-github to v60 2024-03-01 14:20:41 +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

I use My fonts CSS

Thanks