summaryrefslogtreecommitdiff
path: root/hugo.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.yaml')
-rw-r--r--hugo.yaml75
1 files changed, 75 insertions, 0 deletions
diff --git a/hugo.yaml b/hugo.yaml
new file mode 100644
index 0000000..60be0c5
--- /dev/null
+++ b/hugo.yaml
@@ -0,0 +1,75 @@
+baseURL: "https://www.rtk0c.com"
+languageCode: "en-us"
+title: "rtk0c's hut"
+theme: "PaperMod"
+
+outputs:
+ home:
+ # Gotta read them somehow
+ - HTML
+ # Go get a RSS client (and some quality blogs), you will not regret it
+ # Hugo defaults to /index.xml, but if want to change: https://discourse.gohugo.io/t/how-can-i-change-the-rss-url/118/23
+ - RSS
+ # For fastsearch.json
+ - JSON
+
+languages:
+ en:
+ languageName: "English"
+ weight: 1
+ taxonomies:
+ category: categories
+ tag: tags
+ menu:
+ main:
+ - name: RSS
+ url: /index.xml
+ weight: 10
+ - name: Archive
+ url: /archives
+ weight: 5
+ - name: Search
+ url: /search
+ weight: 10
+ params:
+ homeInfoParams:
+ Title: "rtk0c's hut"
+ Content: >
+ Technical findings, life stories, and projects.
+ zh:
+ params:
+ homeInfoParams:
+ Title: "rtk0c的小窝"
+ Content: >
+
+params:
+ env: development
+ description: "rtk0c's personal writing output"
+ keywords: [Blog, Portfolio]
+ author: rtk0c
+
+ socialIcons:
+ - name: "github"
+ url: "https://github.com/rtk0c"
+ - name: "reddit"
+ url: "https://reddit.com/u/rtk0c"
+ - name: "twitter"
+ url: "https://twitter.com/rtk0c1"
+
+ defaultTheme: auto
+ disableThemeToggle: false
+ displayFullLangName: true
+ ShowShareButtons: false
+ ShowReadingTime: false
+ ShowPostNavLinks: true
+ ShowBreadCrumbs: true
+ ShowCodeCopyButtons: true
+ ShowRssButtonInSectionTermList: true
+ ShowAllPagesInArchive: true
+ ShowPageNums: true
+ ShowToc: true
+
+markup:
+ goldmark:
+ renderer:
+ unsafe: true