19 lines
569 B
TOML
19 lines
569 B
TOML
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
|