From b8dd6d05913d6d6266e4e2f52d669a6d73c90bae Mon Sep 17 00:00:00 2001 From: slashformotion Date: Sun, 1 Aug 2021 11:36:11 +0200 Subject: [PATCH 1/3] dump hugo minimal working version to 0.83 --- config.toml | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 96ef2fd..fbb88d9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ [module] [module.hugoVersion] extended = true - min = "0.85.0" \ No newline at end of file + min = "0.83.0" \ No newline at end of file diff --git a/theme.toml b/theme.toml index bf244ef..70cfafc 100644 --- a/theme.toml +++ b/theme.toml @@ -6,7 +6,7 @@ homepage = "http://github.com/slashformotion/hugo-tufte" demo = "https://slashformotion.github.io/hugo-tufte/" tags = ["blog", "tufte", "minimal"] features = ["math", "tufte-css", "tufte"] -min_version = 0.84 +min_version = 0.83 authors = [ {name = "Shawn O'Hare", homepage = "http://www.shawnohare.com"}, From 92cf44c208af0a6c822e4e6a8923dd498c1e1a06 Mon Sep 17 00:00:00 2001 From: slashformotion Date: Sun, 1 Aug 2021 11:52:39 +0200 Subject: [PATCH 2/3] fix 404.html is not reworked #8 --- layouts/404.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index e9be069..8901f6e 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,7 +1,13 @@ -{{ partial "header.html" . }} -
-
-

{{ .Title }}

+{{ define "main" }} +truc +
+
+ {{ partial "brand.html" . }} + +

{{ .Title }}

+
+ {{ partial "footer.html" . }} +
+
-
-{{ partial "footer.html" . }} +{{ end }} \ No newline at end of file From da3bcea49669a9c10ad5743ef691e570254ed058 Mon Sep 17 00:00:00 2001 From: slashformotion Date: Sun, 1 Aug 2021 11:54:30 +0200 Subject: [PATCH 3/3] upd .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 01ced96..f48eee9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -exampleSite/public/* \ No newline at end of file +exampleSite/public/* +*.patch \ No newline at end of file