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:
siujamo
2026-05-20 03:39:59 -05:00
parent e9c83fbcd1
commit dbaf28ad98
14 changed files with 612 additions and 25 deletions
+3
View File
@@ -1,5 +1,8 @@
---
title: GitLab Operations
tags:
- gitlab
- devops
---
## Setting the Default Language to Chinese in GitLab