summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 50ab19db02ab3ad5aae12824d8bcb3b4a1b19698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
baseURL = 'https://hyang.xyz'
languageCode = 'en-us'
title = "Huaxuan's Homepage"
theme = 'github-style'

[params]
  author = "hyang"
  description = "@hyang.xyz"
  github = "yanghuaxuan"
  email = "hyang@hyang.xyz"
  url = "https://hyang.xyz"
  keywords = "blog"
  rss = true
  lastmod = true
  userStatusEmoji = "😭"