summaryrefslogtreecommitdiffhomepage
path: root/config/_default/languages.en.toml
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-05-29 08:44:12 -0300
committerLeonardo Santiago <[email protected]>2024-05-29 08:44:12 -0300
commit31bc6a2f54d86a4978be063f5e614881c625c597 (patch)
tree5e79ef2c765b395d4e4a74ff45a7af09eee0d38c /config/_default/languages.en.toml
new blog using hugo again
Diffstat (limited to 'config/_default/languages.en.toml')
-rw-r--r--config/_default/languages.en.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml
new file mode 100644
index 0000000..949dc35
--- /dev/null
+++ b/config/_default/languages.en.toml
@@ -0,0 +1,28 @@
+languageCode = "en"
+languageName = "English"
+weight = 1
+title = "lowest case"
+
+[params]
+ displayName = "EN"
+ isoCode = "en"
+ rtl = false
+ dateFormat = "2 January 2006"
+ # logo = "static/shin.png"
+ # secondaryLogo = "img/secondary-logo.png"
+ # description = "My awesome website"
+ # copyright = "Copy, _right?_ :thinking_face:"
+
+[author]
+ name = "leonardo santiago"
+# image = "img/blowfish_logo.png"
+# headline = "I'm only human"
+# bio = "A little bit about you"
+ links = [
+ { email = "mailto:[email protected]" },
+ { github = "https://github.com/o-santi" },
+ { gitlab = "https://gitlab.com/o-santi" },
+ { linkedin = "https://www.linkedin.com/in/leonardo-ribeiro-santiago/" },
+ { telegram = "https://t.me/osanti4" },
+ { twitter = "https://twitter.com/o-santi" },
+ ]