diff --git a/config/_default/config.toml b/config/_default/config.toml index 0ceb830..aebdc42 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,7 +2,7 @@ baseurl = "/" disableAliases = true disableHugoGeneratorInject = true enableEmoji = true -enableGitInfo = true +enableGitInfo = false enableRobotsTXT = true languageCode = "en-US" paginate = 7 diff --git a/config/_default/params.toml b/config/_default/params.toml index 4a8806d..0734137 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -3,7 +3,7 @@ titleSeparator = "-" titleAddition = "Modern Documentation Theme" description = "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default." -images = ["hyas.png"] +images = ["doks.png"] twitterSite = "henkverlinde" twitterCreator = "henkverlinde" @@ -12,7 +12,7 @@ facebookPublisher = "verlinde.henk" ogLocale = "en_US" schemaType = "Organization" -schemaLogo = "logo-hyas.png" +schemaLogo = "logo-doks.png" schemaTwitter = "https://twitter.com/henkverlinde" schemaLinkedIn = "https://www.linkedin.com/in/henkverlinde/" schemaGitHub = "https://github.com/h-enk" diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png index f7c60b2..03a0e70 100644 Binary files a/static/android-chrome-192x192.png and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png index 31affbb..74bdfb9 100644 Binary files a/static/android-chrome-512x512.png and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index 8286cbc..225acef 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/doks.png b/static/doks.png new file mode 100644 index 0000000..9b58dd1 Binary files /dev/null and b/static/doks.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png index f71248d..8fcd422 100644 Binary files a/static/favicon-16x16.png and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png index 4407268..21378a4 100644 Binary files a/static/favicon-32x32.png and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico index b7edcec..9e2fc8d 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/hyas.png b/static/hyas.png deleted file mode 100644 index d54ab59..0000000 Binary files a/static/hyas.png and /dev/null differ diff --git a/static/logo-doks.png b/static/logo-doks.png new file mode 100644 index 0000000..74bdfb9 Binary files /dev/null and b/static/logo-doks.png differ diff --git a/static/logo-hyas.png b/static/logo-hyas.png deleted file mode 100644 index 31affbb..0000000 Binary files a/static/logo-hyas.png and /dev/null differ diff --git a/static/site.webmanifest b/static/site.webmanifest index e9a9e55..ea13459 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -1 +1 @@ -{"name":"Hyas","short_name":"Hyas","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#fff","background_color":"#fff","display":"standalone"} \ No newline at end of file +{"name":"Doks","short_name":"Doks","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#fff","background_color":"#fff","display":"standalone"} \ No newline at end of file