import content from famzheng.me
publish / build-and-publish (push) Successful in 4s

Posts, about, static/demos, and hugo.toml carried over from the old
noc-hosted blog at famzheng.me. baseURL and gitea link rewritten to
famzheng.com.
This commit is contained in:
gnoc bot
2026-04-16 22:04:34 +00:00
parent 97b28812d8
commit aca661d17d
12 changed files with 1032 additions and 9 deletions
+34 -2
View File
@@ -1,6 +1,6 @@
baseURL = "https://famzheng.com/"
languageCode = "zh"
title = "gnoc"
title = "Fam Zheng"
theme = "PaperMod"
[pagination]
@@ -8,6 +8,38 @@ theme = "PaperMod"
[params]
env = "production"
defaultTheme = "auto"
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.com"
[menu]
[[menu.main]]
identifier = "posts"
name = "文章"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "about"
name = "关于"
url = "/about/"
weight = 2
[outputs]
home = ["HTML", "RSS", "JSON"]