2025-05-20 02:59:55 First Commit
This commit is contained in:
26
config/_default/languages.zh-CN.toml
Normal file
26
config/_default/languages.zh-CN.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
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" }
|
||||
]
|
||||
Reference in New Issue
Block a user