summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-09-09 11:15:56 -0700
committerhyang <hyang@hyang.xyz>2023-09-09 11:15:56 -0700
commit6a535464434eda93c905e614321ec952753216ac (patch)
treee5179c9a55ee2c925bc8bd380a90886e9f5fc685 /hugo.toml
parentb3805bcdd09486d20989863a0ff36627fc252639 (diff)
Replace theme
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml31
1 files changed, 21 insertions, 10 deletions
diff --git a/hugo.toml b/hugo.toml
index 50ab19d..26604ae 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,15 +1,26 @@
baseURL = 'https://hyang.xyz'
languageCode = 'en-us'
title = "Huaxuan's Homepage"
-theme = 'github-style'
+theme = 'terminal'
+paginate = 5
[params]
- author = "hyang"
- description = "@hyang.xyz"
- github = "yanghuaxuan"
- email = "hyang@hyang.xyz"
- url = "https://hyang.xyz"
- keywords = "blog"
- rss = true
- lastmod = true
- userStatusEmoji = "😭"
+ # dir name of your main content (default is `content/posts`).
+ # the list of set content will show up on your index page (baseurl).
+ contentTypeName = "post"
+
+ # ["orange", "blue", "red", "green", "pink"]
+ themeColor = "blue"
+
+ # if you set this to 0, only submenu trigger will be visible
+ showMenuItems = 2
+
+ # show selector to switch language
+ showLanguageSelector = false
+
+ # set theme to full screen width
+ fullWidthTheme = false
+
+ # center theme with default width
+ centerTheme = true
+