blog/hugo.toml

46 lines
1.0 KiB
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseURL = "https://famzheng.me/"
languageCode = "zh"
title = "Fam Zheng"
theme = "PaperMod"
[pagination]
pagerSize = 10
[params]
env = "production"
description = "软件工程师。系统、AI造点有意思的东西。"
author = "Fam Zheng"
showReadingTime = true
showShareButtons = false
showBreadCrumbs = false
showPostNavLinks = true
showCodeCopyButtons = true
defaultTheme = "auto"
[params.homeInfoParams]
Title = "嗨"
Content = "我是 Fam软件工程师。在系统基础设施和 AI 的交叉地带折腾。这里记录我在造什么、在想什么。想法是我的,大部分内容由 AI 代笔整理。"
[[params.socialIcons]]
name = "github"
url = "https://github.com/famz"
[[params.socialIcons]]
name = "gitea"
url = "https://git.famzheng.me"
[menu]
[[menu.main]]
identifier = "posts"
name = "文章"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "about"
name = "关于"
url = "/about/"
weight = 2
[outputs]
home = ["HTML", "RSS", "JSON"]