Switch to warm minimal theme: linen texture, muted warm tones, add service links (Gitea/Cloudreve/MC)

This commit is contained in:
2026-07-08 16:19:33 +08:00
parent 1214e48733
commit e992d8cbe7
21 changed files with 300 additions and 469 deletions
+9 -4
View File
@@ -8,10 +8,15 @@ copyright = '© 2026 S.A. | SNOWARE'
description = 'SNOWARE — S.A. 个人站点'
logo = '/logo.svg'
navLinks = [
{ name = '资源下载', url = '/res/', icon = 'download' },
{ name = '我的作品', url = '/softwares/', icon = 'code' },
{ name = 'B站空间', url = 'https://bilibili.com/1875249243', icon = 'play', external = true },
{ name = 'XAGuarder', url = '/xaguarder/', icon = 'shield' }
{ name = '资源下载', url = '/res/' },
{ name = '我的作品', url = '/softwares/' },
{ name = 'B站空间', url = 'https://bilibili.com/1875249243', external = true },
{ name = 'XAGuarder', url = '/xaguarder/' }
]
services = [
{ name = 'Gitea', url = 'http://103.217.186.98:3000/', icon = 'git', desc = '代码仓库' },
{ name = 'Cloudreve', url = 'http://103.217.186.98:5212/home', icon = 'cloud', desc = '云存储' },
{ name = 'Minecraft Server', url = '', icon = 'game', desc = 'QQ 758522192 注明来意' }
]
[markup.goldmark.renderer]