feat: add tags to articles, full i18n coverage, and Tailwind CSS setup
- Add tag frontmatter to all 6 blog articles (3 articles × 2 locales) - Complete i18n.json with all 26 text keys for en-gb and zh-hans - Install and configure Tailwind CSS v4 with PostCSS - Create Tags component using Tailwind utility classes - Inject Tags into DocLayout via theme override - Fix zh-hans homepage icon extension
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
---
|
||||
title: GitLab 运维
|
||||
tags:
|
||||
- gitlab
|
||||
- devops
|
||||
---
|
||||
|
||||
## 在国际版 GitLab 中设置默认语言为中文
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
---
|
||||
title: 修复 macOS 终端在私网 DNS 下 Host Name 显示为 IP 段的问题
|
||||
tags:
|
||||
- macos
|
||||
- dns
|
||||
- terminal
|
||||
---
|
||||
|
||||
在部分企业或家庭私网环境中,DNS 反向解析会将设备的私网 IP 映射为一个以 `192`、`172` 或 `10` 开头的主机名。此时 macOS 终端提示符会从正常的 `user@MacBook-Pro` 变为 `user@192-168-1-100` 这样的形式,影响日常使用体验。
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
---
|
||||
title: 在第一方系统中使用 Gravatar
|
||||
tags:
|
||||
- gravatar
|
||||
- avatar
|
||||
---
|
||||
|
||||
[Gravatar](https://gravatar.com)(Globally Recognised Avatar)是一项将头像图片与邮箱地址关联的服务。当用户使用邮箱在你的平台上注册时,你可以直接展示其
|
||||
|
||||
@@ -12,7 +12,7 @@ hero:
|
||||
text: GitHub
|
||||
link: https://github.com/web-infra-dev/rspress
|
||||
image:
|
||||
src: /rspress-icon.png
|
||||
src: /onixbyte-icon.svg
|
||||
alt: Logo
|
||||
features:
|
||||
- title: Blazing fast build speed
|
||||
|
||||
Reference in New Issue
Block a user