diff options
author | hyang <hyang@hyang.xyz> | 2023-09-14 19:09:20 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-14 19:09:20 -0700 |
commit | 8927225a0270e2e7bb13265c3784fd62d8621100 (patch) | |
tree | 496020beb31912683b6a7f640d2cb92911517c3a /hugo.toml | |
parent | e5b461fb6c9e24373bb8c96694e6509bbe20c5ec (diff) |
Replace theme w/ papermodx
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 41 |
1 files changed, 12 insertions, 29 deletions
@@ -1,37 +1,20 @@ baseURL = 'https://hyang.xyz' languageCode = 'en-us' -title = "Huaxuan's Homepage" -theme = 'terminal' +title = "hyang's homepage" +theme = 'papermodx' paginate = 5 [params] - # 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" - - subtitle = "My blogpostings" - - # ["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 - - # whether to show a page's estimated reading time - readingTime = true - - # whether to show a table of contents - # can be overridden in a page's front-matter - Toc = true + description = "Cool blogpostings" + author = "hyang" + mainSections = ["post"] + TocOpen = true + +[params.homeInfoParams] +Title = "👋 Welcome to my homepage" +Content = """ +I'm Huaxuan Yang. On *hyang.xyz*, I self-host a bunch of services (including this blog), using the finest grade gaming hardware. Here, I mostly talk about technology stuff, like Linux, programming, etc. Maybe some other content soon... +""" [languages] [languages.en.params.logo] |