Files
swangnice_site/config/_default/languages.zh-CN.toml

27 lines
611 B
TOML
Raw Normal View History

2025-05-20 02:59:55 -04:00
languageCode = "zh-CN"
languageName = "简体中文"
weight = 2
title = "Swangnice的空间"
contentDir = 'content/zh'
[params]
displayName = "CN"
isoCode = "zh-CN"
rtl = false
# logo = "img/logo.png"
description = "我的网站(中文)"
# copyright = "Copy, _right?_ :thinking_face:"
dateFormat = "2 January 2006"
[params.author]
name = "SWang"
image = "img/avatar.png"
headline = "欢迎来到我的网站"
bio = "新毕业工程师,对机器人和人工智能感兴趣"
links = [
{ link = "https://swangnice.com" },
{ github = "https://github.com/swangnice" }
]