diff --git a/config.toml b/config.toml index f0ddc6a..415e0ee 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,8 @@ -baseurl = "/" +baseurl = "https://dotya.ml" languageCode = "en-us" +defaultContentLanguage = "en" theme = "hermit" +enableGitInfo = true license = "WTFPL" copyright = 'WTFPL' @@ -16,9 +18,8 @@ enableEmoji = true dateformShort = "Jan 2" dateformNum = "2006-02-01" dateformNumTime = "2006-02-01 15:04 +0000" - # Metadata mostly used in document's head - description = "dotya.ml" + description = "dotya.ml homepage" keywords = "homepage, development, git, programming" images = [""] themeColor = "#282a2b" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 53d7b4f..b347509 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,3 @@