惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

仲平

知识花园:构建你的第二大脑 "基于万形做的一些小玩意儿" "我的一生,是一场对话的长度" "无人守望的麦田" "我把自己的审美变成了一套 Harness" 文心:文字优先的 Hugo 博客主题 "ByteGo:一个基于 Cloudflare 的文件上传工具" "后来" "成为我" "我把博客重新整理了很多遍哈哈哈" "好久不见" "盲人摸象非象" "冰箱,让你我错过了多少新鲜的生活?" "乌兰哈达火山银河之旅"
"文心:文字优先的 Hugo 博客主题"
"仲平" · 2026-05-23 · via 仲平

弹指可览

从 WordPress 折腾到 Typecho,再折腾到 Halo,最后停在了 Hugo。工具换了一圈,心态也变了。慢慢觉得,一个博客主题最该做好的事只有一件:让文字舒服地待在那里。

于是做了文心 (Wenxin)。名字就是态度——文字是核心,其他都是陪衬。

「文字即界面,留白即设计,克制即力量」。

实现上也确实很克制。不依赖任何前端框架,纯 HTML + CSS + 原生 JS。字体自托管,不走 CDN。暗色模式跟随系统,连个切换按钮都不做——这件事不需要用户操心。

中文排版的细节花了不少心思。天干地支格式的日期、更适合中文阅读的字号与行距、中英双语 i18n。

技术选型上也是同样的逻辑。Lenis 做平滑滚动,PJAX 做无刷新导航,SEO 该有的都有。但凡是可能让页面变重的——复杂动画、多色主题切换、第三方依赖——一律不做。留了 custom.css 和 custom.js 两个 hook,想加什么自己改。

目前自己用了一个多月,阅读的体验比之前顺了很多。大概就是这样。

代码放在 GitHub 上,MIT 协议,有需要的朋友自取。

github.com/zopiya/wenxin-hugo-theme