Skip to content

Commit

Permalink
More more settings (#2)
Browse files Browse the repository at this point in the history
* Add keybase account

* Update PaperMod theme

* 타이틀 수정

* README 추가

* Add GA's measurement ID
  • Loading branch information
cseteram authored Aug 30, 2022
1 parent eb5eef5 commit 25a9661
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/
10 changes: 6 additions & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildFuture: false
buildExpired: false
enableEmoji: true

# googleAnalytics: UA-123-45
googleAnalytics: G-MEEFW5JCFN

minify:
disableXML: true
Expand Down Expand Up @@ -65,7 +65,7 @@ params:

# home-info mode
homeInfoParams:
Title: "Hi there \U0001F44B"
Title: "Pyeongseok Oh"
Content: >
Researcher.
Game Developer.
Expand All @@ -74,10 +74,12 @@ params:
socialIcons:
- name: github
url: "https://github.com/cseteram"
- name: cv
url: "https://cv.cseteram.dev"
- name: email
url: "mailto:[email protected]"
- name: keybase
url: "https://keybase.io/cseteram"
- name: cv
url: "https://cv.cseteram.dev"
- name: Rss
url: "index.xml"

Expand Down

0 comments on commit 25a9661

Please sign in to comment.