diff --git a/README.md b/README.md index 007c4f4..738cec5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# miti99 +# blog Source of [miti99.com](https://miti99.com) — personal blog (VN/EN) built with [Hugo](https://gohugo.io) and the [Stack](https://github.com/CaiJimmy/hugo-theme-stack) theme. diff --git a/config/_default/params.yml b/config/_default/params.yml index ff2a05e..bc75510 100644 --- a/config/_default/params.yml +++ b/config/_default/params.yml @@ -88,7 +88,7 @@ comments: siteName: "" giscus: - repo: tiennm99/miti99 + repo: tiennm99/blog repoID: R_kgDOILzXrw category: Announcements categoryID: DIC_kwDOILzXr84CeYAw diff --git a/go.mod b/go.mod index dbc45c1..08d10c8 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/tiennm99/miti99 +module github.com/tiennm99/blog go 1.26