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