Files
swangnice_site/config/_default/languages.en.toml
2025-07-25 02:15:37 +08:00

26 lines
590 B
TOML

languageCode = "en"
languageName = "English"
weight = 1
title = "SWangNice"
contentDir = 'content/en'
[params]
displayName = "EN"
isoCode = "en"
rtl = false
# logo = "img/logo.png"
description = "My awesome website (English)"
# copyright = "Copy, _right?_ :thinking_face:"
dateFormat = "2 January 2006"
[params.author]
name = "SWang"
image = "img/avatar.png"
headline = "A new graduate engineer"
bio = "New Graduate Engineer, interested in Robotics and AI"
links = [
{ link = "https://swangnice.com" },
{ github = "https://github.com/swangnice" }
]