diff --git a/config.toml b/config.toml index 76c6550..285abc0 100644 --- a/config.toml +++ b/config.toml @@ -11,10 +11,10 @@ copyright = "airscript.it (v1.0.0) | Sharing happiness with code." [languages.it] - weight = 1 - languageName = "it" - languageAltTitle = "Italiano" - contentDir = "content/italian" +weight = 1 +languageName = "it" +languageAltTitle = "Italiano" +contentDir = "content/italian" [[languages.it.menu.main]] weight = 5 @@ -34,9 +34,9 @@ url = "search/" [languages.en] - weight = 2 - languageName = "en" - contentDir = "content/english" +weight = 2 +languageName = "en" +contentDir = "content/english" [[languages.en.menu.main]] weight = 5 @@ -55,8 +55,8 @@ url = "search/" [taxonomies] - category = 'categories' - tag = 'tags' +category = 'categories' +tag = 'tags' [params] @@ -66,6 +66,7 @@ ShowShareButtons = false ShowReadingTime = true ShowCodeCopyButtons = true ShowToc = true +label.icon = "logo.svg" [outputs] diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..1faca8d Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..98e6f4a --- /dev/null +++ b/static/logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file