diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 15:25:15 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 15:25:15 -0300 |
commit | 735b245871d94cb6ace8913cd1370b02b5aeb28b (patch) | |
tree | 10d9e97d553a5059513a34a5f2b09ae8e9a0dab0 /config/_default/languages.en.toml | |
parent | 31bc6a2f54d86a4978be063f5e614881c625c597 (diff) |
remove old theme, use bearblog theme instead
Diffstat (limited to 'config/_default/languages.en.toml')
-rw-r--r-- | config/_default/languages.en.toml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml deleted file mode 100644 index 949dc35..0000000 --- a/config/_default/languages.en.toml +++ /dev/null @@ -1,28 +0,0 @@ -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" }, - ] |