Commit Graph

9 Commits

Author SHA1 Message Date
siujamo 33bfdac89f fix: add i18n.json to map zh-hans/en-gb locale keys for outline title
Rspress default i18n uses short keys (zh/en), but this project uses
zh-hans/en-gb, causing outline title to always fall back to English.
2026-05-20 02:15:26 -05:00
siujamo c48cb3d8f0 feat: replace PNG logo and icon with SVG versions
Switch from rspress default branding to OnixByte custom SVG assets.
2026-05-20 02:10:05 -05:00
siujamo da26fde07e docs: translate gitlab-ops to en-gb, enhance gravatar article, fix heading levels
- Translate GitLab Operations article from Chinese to British English
- Add comprehensive Gravatar usage guide with code examples in both locales
- Fix heading levels on notification pages (h1 -> h2)
- Enable line numbers in code blocks via rspress config
2026-05-20 01:50:59 -05:00
siujamo 48c2eabe97 fix: set correct ownership and permissions on deployed files
After rsync, chown to caddy:caddy and chmod 755 on the deploy path
so the web server can serve the files properly.
2026-05-20 01:19:40 -05:00
siujamo a5748a3e2b fix: decode SSH key from base64 to avoid masking issues in GitLab CI
GitLab masked variables reject values with whitespace (like SSH keys),
so store the key as base64 and decode it in the pipeline.
2026-05-20 01:15:43 -05:00
siujamo fa330947b9 feat: add skills 2026-05-20 01:04:37 -05:00
siujamo 60093fa3bb ci: add gitlab ci pipeline for build and deploy 2026-05-19 22:23:43 -05:00
siujamo 3e5ca77133 docs: add licence, contributing, and third-party notices 2026-05-19 22:02:04 -05:00
siujamo 2c17c927fc feat: implement pages 2026-05-19 21:45:20 -05:00