blob: 897dc11793ac8c5547c3d42978d6d0b8e8098c80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
baseURL = 'https://hyang.xyz'
languageCode = 'en-us'
title = "hyang's homepage"
theme = 'papermodx'
paginate = 5
[params]
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]
logoText = "@hyang.xyz"
logoHomeLink = "/"
|