File tree 3 files changed +44
-78
lines changed
3 files changed +44
-78
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- baseURL = ' https://example.org/'
2
- languageCode = ' en-us'
3
- title = ' My New Hugo Site'
1
+ baseURL = " https://hwisu.github.io/"
2
+ languageCode = " ko-kr"
3
+ title = " hwisu 블로그"
4
+ theme = " PaperMod"
5
+
6
+ # 한글 지원 설정
7
+ hasCJKLanguage = true
8
+ summaryLength = 30
9
+
10
+ [params ]
11
+ # 메인 섹션 설정
12
+ mainSections = [" posts" ]
13
+ # 날짜 포맷
14
+ dateFormat = " 2006-01-02"
15
+
16
+ # 프로필 설정
17
+ [params .profileMode ]
18
+ enabled = true
19
+ title = " hwisu"
20
+ subtitle = " 개인 기록 블로그"
21
+
22
+ # 소셜 아이콘
23
+ [[params .socialIcons ]]
24
+ name = " github"
25
+ url = " https://github.com/hwisu"
26
+
27
+ [menu ]
28
+ [[menu .main ]]
29
+ identifier = " posts"
30
+ name = " 글"
31
+ url = " /posts/"
32
+ weight = 10
33
+
34
+ [[menu .main ]]
35
+ identifier = " tags"
36
+ name = " 태그"
37
+ url = " /tags/"
38
+ weight = 20
39
+
40
+ [[menu .main ]]
41
+ identifier = " about"
42
+ name = " 소개"
43
+ url = " /about/"
44
+ weight = 30
You can’t perform that action at this time.
0 commit comments