Rebuild site with Hugo: unified dark theme, SVG logo, data-driven content

This commit is contained in:
2026-07-08 16:14:01 +08:00
parent 0eaec96b68
commit 1214e48733
47 changed files with 1169 additions and 2766 deletions
+18
View File
@@ -0,0 +1,18 @@
baseURL = 'https://swe-iss.rth1.xyz/'
locale = 'zh-CN'
title = 'SNOWARE'
copyright = '© 2026 S.A. | SNOWARE'
[params]
author = 'S.A.'
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' }
]
[markup.goldmark.renderer]
unsafe = true