style: nav labels title-case + RSS caps; post titles title-case
Deploy / build (push) Successful in 14s
Deploy / build (push) Successful in 14s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Hello, world — about this blog"
|
||||
title: "Hello, World — About This Blog"
|
||||
description: "What this blog is for: technical writing, self-hosting experience, and a record of what I build and learn."
|
||||
pubDate: 2026-09-06
|
||||
category: notes
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "How I host this blog: Astro, Gitea Actions, and self-hosted CI/CD"
|
||||
title: "How I Host This Blog: Astro, Gitea Actions, and Self-Hosted CI/CD"
|
||||
description: "A walkthrough of the end-to-end pipeline that builds and serves this site — git-as-CMS, a self-hosted runner on my unRaid server, and Cloudflare in front."
|
||||
pubDate: 2026-09-06
|
||||
category: case-studies
|
||||
|
||||
@@ -44,7 +44,7 @@ const switchLabel = isZh ? 'EN' : '中文';
|
||||
// Locale-aware nav labels
|
||||
const nav = isZh
|
||||
? { posts: '文章', categories: '分类', about: '关于', rss: 'RSS' }
|
||||
: { posts: 'posts', categories: 'categories', about: 'about', rss: 'rss' };
|
||||
: { posts: 'Posts', categories: 'Categories', about: 'About', rss: 'RSS' };
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
|
||||
Reference in New Issue
Block a user