From 25a9661ea917486764a33822ffa8ae371fc4b51b Mon Sep 17 00:00:00 2001 From: Pyeongseok Oh Date: Wed, 31 Aug 2022 04:11:16 +0900 Subject: [PATCH] More more settings (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add keybase account * Update PaperMod theme * 타이틀 수정 * README 추가 * Add GA's measurement ID --- README.md | 17 +++++++++++++++++ config.yml | 10 ++++++---- themes/PaperMod | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c152947 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Blog +기술 & 취미 블로그 + +[Hugo] + [PaperMod] + [Cloudflare Pages] 를 사용하고 있습니다. + +[Hugo]: https://gohugo.io/ +[PaperMod]: https://github.com/adityatelange/hugo-PaperMod +[Cloudflare Pages]: https://pages.cloudflare.com/ + +## Local Setup +[설치 가이드][Hugo-install]에 따라 [Hugo]를 설치한 후, 다음을 입력합니다. + +```bash +hugo server +``` + +[Hugo-install]: https://gohugo.io/getting-started/installing/ diff --git a/config.yml b/config.yml index 83072a2..4d6797a 100644 --- a/config.yml +++ b/config.yml @@ -10,7 +10,7 @@ buildFuture: false buildExpired: false enableEmoji: true -# googleAnalytics: UA-123-45 +googleAnalytics: G-MEEFW5JCFN minify: disableXML: true @@ -65,7 +65,7 @@ params: # home-info mode homeInfoParams: - Title: "Hi there \U0001F44B" + Title: "Pyeongseok Oh" Content: > Researcher. Game Developer. @@ -74,10 +74,12 @@ params: socialIcons: - name: github url: "https://github.com/cseteram" - - name: cv - url: "https://cv.cseteram.dev" - name: email url: "mailto:cseteram.dev@gmail.com" + - name: keybase + url: "https://keybase.io/cseteram" + - name: cv + url: "https://cv.cseteram.dev" - name: Rss url: "index.xml" diff --git a/themes/PaperMod b/themes/PaperMod index 30a2cc7..b906338 160000 --- a/themes/PaperMod +++ b/themes/PaperMod @@ -1 +1 @@ -Subproject commit 30a2cc7a65e5cab93b7a3960be083a88996c1ecc +Subproject commit b906338dc82a48e0fa8c8d4160a09c8b07302472