diff --git a/assets/img/author.jpeg b/assets/img/author.jpeg index aed5922..ef102e8 100644 Binary files a/assets/img/author.jpeg and b/assets/img/author.jpeg differ diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml deleted file mode 100644 index 9d2ed5d..0000000 --- a/config/_default/languages.en.toml +++ /dev/null @@ -1,25 +0,0 @@ -languageCode = "en" -languageName = "English" -displayName = "EN" -isoCode = "en" -weight = 1 -rtl = false - -title = "João Thallis" -# logo = "img/logo.jpg" -description = "Website about tech" -# copyright = "Copy, _right?_ :thinking_face:" - -dateFormat = "2 January 2006" - -[author] - name = "João Thallis" - image = "img/author.jpeg" - headline = "I'm a software developer" - bio = "I am a developer with focus on building scalable and efficient applications." - links = [ - { github = "https://github.com/joaothallis" }, - { linkedin = "https://linkedin.com/in/joaothallis" }, - { twitch = "https://twitch.tv/joaothallis2" }, - { youtube = "https://youtube.com/@joaothallis" } - ]