Rebuild site with Hugo: unified dark theme, SVG logo, data-driven content
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user