-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add keybase account * Update PaperMod theme * 타이틀 수정 * README 추가 * Add GA's measurement ID
- Loading branch information
Showing
3 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]" | ||
- name: keybase | ||
url: "https://keybase.io/cseteram" | ||
- name: cv | ||
url: "https://cv.cseteram.dev" | ||
- name: Rss | ||
url: "index.xml" | ||
|
||
|
Submodule PaperMod
updated
8 files
+0 −37 | .github/workflows/build.yml | |
+52 −19 | .github/workflows/gh-pages.yml | |
+10 −10 | assets/js/fastsearch.js | |
+2 −2 | i18n/bn.yaml | |
+17 −0 | i18n/ja.yaml | |
+13 −2 | layouts/_default/list.html | |
+1 −1 | layouts/partials/social_icons.html | |
+13 −0 | layouts/partials/svg.html |