2026-07-08 18:29:36 +08:00
|
|
|
baseURL = 'https://sa-tale.eu.cc/'
|
2026-07-08 17:41:38 +08:00
|
|
|
relativeURLs = true
|
2026-07-08 16:14:01 +08:00
|
|
|
locale = 'zh-CN'
|
|
|
|
|
title = 'SNOWARE'
|
|
|
|
|
copyright = '© 2026 S.A. | SNOWARE'
|
|
|
|
|
|
|
|
|
|
[params]
|
|
|
|
|
author = 'S.A.'
|
|
|
|
|
description = 'SNOWARE — S.A. 个人站点'
|
|
|
|
|
logo = '/logo.svg'
|
|
|
|
|
navLinks = [
|
2026-07-08 16:19:33 +08:00
|
|
|
{ name = '资源下载', url = '/res/' },
|
|
|
|
|
{ name = '我的作品', url = '/softwares/' },
|
2026-07-08 18:29:36 +08:00
|
|
|
{ name = 'B站空间', url = 'https://space.bilibili.com/1875249243', external = true }
|
2026-07-08 16:19:33 +08:00
|
|
|
]
|
|
|
|
|
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 = '云存储' },
|
2026-07-08 17:41:38 +08:00
|
|
|
{ name = 'Minecraft Server', url = '', icon = 'game', desc = 'QQ 758522192 注明来意' },
|
|
|
|
|
{ name = '学习与开发团队', url = '', icon = 'team', desc = '加入我们 QQ 758522192' }
|
2026-07-08 16:14:01 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
|
unsafe = true
|