diff --git a/config.toml b/config.toml index c90a2c2..9436711 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,2 @@ baseURL = 'http://arvaid.net/' -languageCode = 'en-us' -title = 'My New Hugo Site' +languageCode = 'en-us' \ No newline at end of file diff --git a/config/_default/config.toml b/config/_default/config.toml index 9fa60f9..eb1c9f9 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,7 +2,7 @@ # Refer to the theme docs for more details about each of these parameters. # https://nunocoracao.github.io/blowfish/docs/getting-started/ -# theme = "blowfish" +theme = "blowfish" baseURL = "https://arvaid.net/" defaultContentLanguage = "en" diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 0eb92fc..6d4a52d 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -1,17 +1,17 @@ +title = "Dániel Árvai" + +[params] +dateFormat = "2006 January 2" languageCode = "en" languageName = "English" displayName = "EN" isoCode = "en" weight = 1 rtl = false - -title = "Dániel Árvai" #logo = "img/logo.jpg" description = "Dániel Árvai's Portfolio" # copyright = "Copy, _right?_ :thinking_face:" -dateFormat = "2006 January 2" - [author] name = "Dániel Árvai" image = "img/author.jpg"