From 0e578ae405432ff13d8471521f81ec58370b2189 Mon Sep 17 00:00:00 2001 From: remvn <34063162+remvn@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:34:25 +0700 Subject: [PATCH] custom domain --- README.md | 5 +++++ config/_default/config.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f691c29 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ + +This is my personal blog powered by: +- [Hugo](https://github.com/gohugoio/hugo) +- [Congo](https://github.com/jpanther/congo) +- [hugo-vmoji](https://github.com/remvn/hugo-vmoji) diff --git a/config/_default/config.yaml b/config/_default/config.yaml index 917aad9..6940163 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -2,7 +2,7 @@ # Refer to the theme docs for more details about each of these parameters. # https://jpanther.github.io/congo/docs/getting-started/ -baseURL: "https://remvn.space/" +baseURL: "https://remvn.dev/" title: "My Rabbit Hole in Programming" defaultContentLanguage: en enableRobotsTXT: true