From 133386e1c5f87440e9945a504b905ba9b9c61e2a Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Tue, 13 Nov 2018 12:57:15 +0100 Subject: [PATCH 1/3] Improve Golang style --- layouts/partials/staticman-comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/staticman-comments.html b/layouts/partials/staticman-comments.html index 78806c82..8f54b02c 100644 --- a/layouts/partials/staticman-comments.html +++ b/layouts/partials/staticman-comments.html @@ -35,7 +35,7 @@

{{ .name }}

-
+ From 6cf90512e9e2fd69abb655cb52b2e075eabcedaf Mon Sep 17 00:00:00 2001 From: Michael Romero Date: Tue, 13 Nov 2018 23:58:46 -0800 Subject: [PATCH 2/3] Document that logo should be square dimensions --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 920edcb4..22dbfb98 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -16,7 +16,7 @@ pygmentsCodefencesGuessSyntax = true [Params] # homeTitle = "Beautiful Hugo Theme" # Set a different text for the header on the home page subtitle = "Build a beautiful and simple website in minutes" - logo = "img/avatar-icon.png" + logo = "img/avatar-icon.png" # Expecting square dimensions favicon = "img/favicon.ico" dateFormat = "January 2, 2006" commit = false From 2d97ca60766f1de2d968aec4d4f161fb06bf2b86 Mon Sep 17 00:00:00 2001 From: Michael Romero Date: Wed, 14 Nov 2018 01:39:50 -0800 Subject: [PATCH 3/3] Update to correct hugo min version --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 131dd409..c2d7bb8d 100644 --- a/theme.toml +++ b/theme.toml @@ -4,7 +4,7 @@ licenselink = "https://github.com/halogenica/Hugo-BeautifulHugo/blob/master/LICE description = "A port of Beautiful Jekyll theme" tags = ["blog", "company", "portfolio", "projects", "minimal", "responsive", "seo"] features = ["blog", "themes", "disqus", "minimal", "responsive", "staticman"] -min_version = 0.28 +min_version = 0.48 [author] name = "halogenica"