summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 0081241a5bee93819097dea18ce97a19958ca792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 = "😭"

  [[params.links]]
    title = "Link2"
    href = "https://hyang.xyz"
    icon = "https://hyang.xyz/images/avatar.png"