Files
swangnice_site/config/_default/languages.en.toml

26 lines
589 B
TOML
Raw Normal View History

2025-05-20 02:59:55 -04:00
languageCode = "en"
languageName = "English"
weight = 1
title = "SWang Nice"
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 = "Welcome to my website"
bio = "New Graduate Engineer, interested in Robotics and AI"
links = [
{ link = "https://swangnice.com" },
{ github = "https://github.com/swangnice" }
]