From 99340d42533994141faf524584e541243d13393e Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 5 May 2020 23:52:36 +0100 Subject: [PATCH 1/9] why did it stop working? --- content/photo/_index.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 content/photo/_index.md diff --git a/content/photo/_index.md b/content/photo/_index.md new file mode 100644 index 00000000..589dbd05 --- /dev/null +++ b/content/photo/_index.md @@ -0,0 +1,3 @@ ++++ +Title = "Photos" ++++ From c44f815eb3e809cc30861a4d6d4816b2d83dda3b Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 5 May 2020 23:57:33 +0100 Subject: [PATCH 2/9] why did it stop working? --- content/note/5eb1e201/index.md | 1 + content/photo/5eb1ea18/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/note/5eb1e201/index.md b/content/note/5eb1e201/index.md index 0dddf6b2..ff6812f8 100644 --- a/content/note/5eb1e201/index.md +++ b/content/note/5eb1e201/index.md @@ -4,5 +4,6 @@ draft: false photo: null posttype: note slug: 5eb1e201 +name: '53b2e201' --- Some pretty much tasty peanut stew diff --git a/content/photo/5eb1ea18/index.md b/content/photo/5eb1ea18/index.md index ad7bb842..34de6ab0 100644 --- a/content/photo/5eb1ea18/index.md +++ b/content/photo/5eb1ea18/index.md @@ -5,6 +5,7 @@ photo: - 'https://jk.nipponalba.scot/images/2020/05/1588718102480-796978-800.jpeg' posttype: photo slug: 5eb1ea18 +name: '5eb1ea18' thumbnail: - 'https://jk.nipponalba.scot/images/2020/05/1588718102480-796978-200.jpeg' --- From 20501bfdc6dc111aee5458813112314650b7ae5c Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 6 May 2020 00:08:27 +0100 Subject: [PATCH 3/9] why did it stop working? --- content/article/tasty-peanut-stew/index.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 content/article/tasty-peanut-stew/index.md diff --git a/content/article/tasty-peanut-stew/index.md b/content/article/tasty-peanut-stew/index.md deleted file mode 100644 index c1cff14f..00000000 --- a/content/article/tasty-peanut-stew/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -date: '2020-05-05 23:16:18' -draft: false -photo: null -posttype: article -slug: tasty-peanut-stew -title: 'tasty peanut stew' ---- -Some tasty peanut stew (photo upload testl From d21243bb5f330abe55cd4bf2f9b0f4ddfe217090 Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 6 May 2020 08:48:21 +0100 Subject: [PATCH 4/9] trying to get photo feed working again --- content/note/5eb1e201/index.md | 9 --------- layouts/_default/summary.html | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 content/note/5eb1e201/index.md diff --git a/content/note/5eb1e201/index.md b/content/note/5eb1e201/index.md deleted file mode 100644 index ff6812f8..00000000 --- a/content/note/5eb1e201/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -date: '2020-05-05 23:00:33' -draft: false -photo: null -posttype: note -slug: 5eb1e201 -name: '53b2e201' ---- -Some pretty much tasty peanut stew diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index d8eb0aad..c3058062 100644 --- a/layouts/_default/summary.html +++ b/layouts/_default/summary.html @@ -2,7 +2,7 @@

All posts

{{ range .Site.RegularPages }} - {{ if eq .Type "post"}} + {{ if eq .Type "photo"}}

{{ .Title }}

{{ .Description }}

From 45f13a0772e90b8af16c6a64e5a5405a1f5f80dd Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 6 May 2020 08:53:23 +0100 Subject: [PATCH 5/9] trying to get photo feed working again --- themes/anatole/layouts/partials/taxonomy/photo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/anatole/layouts/partials/taxonomy/photo.html b/themes/anatole/layouts/partials/taxonomy/photo.html index 002fd046..176c5dda 100644 --- a/themes/anatole/layouts/partials/taxonomy/photo.html +++ b/themes/anatole/layouts/partials/taxonomy/photo.html @@ -1,6 +1,6 @@ {{- range $index, $el := . -}} - + {{- end -}} From 08fa6e4e597338a35db76c88b474264dab07625a Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 6 May 2020 08:55:11 +0100 Subject: [PATCH 6/9] trying to get photo feed working again --- themes/anatole/layouts/partials/taxonomy/photo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/anatole/layouts/partials/taxonomy/photo.html b/themes/anatole/layouts/partials/taxonomy/photo.html index 176c5dda..04cfa609 100644 --- a/themes/anatole/layouts/partials/taxonomy/photo.html +++ b/themes/anatole/layouts/partials/taxonomy/photo.html @@ -1,6 +1,6 @@ {{- range $index, $el := . -}} - + {{- end -}} From 9aa6adaf069fc8c802a2b005d72f0b5269859f7d Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 6 May 2020 08:58:35 +0100 Subject: [PATCH 7/9] trying to get photo feed working again --- themes/anatole/layouts/partials/taxonomy/photo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/anatole/layouts/partials/taxonomy/photo.html b/themes/anatole/layouts/partials/taxonomy/photo.html index 04cfa609..279df3df 100644 --- a/themes/anatole/layouts/partials/taxonomy/photo.html +++ b/themes/anatole/layouts/partials/taxonomy/photo.html @@ -1,6 +1,6 @@ {{- range $index, $el := . -}} - + {{- end -}} From a110b5fe27fe251f519ac44738fe44982b0c5c62 Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 6 May 2020 09:03:45 +0100 Subject: [PATCH 8/9] trying to get photo feed working again --- themes/anatole/layouts/partials/taxonomy/photo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/anatole/layouts/partials/taxonomy/photo.html b/themes/anatole/layouts/partials/taxonomy/photo.html index 279df3df..033bf563 100644 --- a/themes/anatole/layouts/partials/taxonomy/photo.html +++ b/themes/anatole/layouts/partials/taxonomy/photo.html @@ -1,6 +1,6 @@ {{- range $index, $el := . -}} - + {{- end -}} From 87d975941d30be47b2f0ecf9cf611cf694a1e4db Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 6 May 2020 09:13:35 +0100 Subject: [PATCH 9/9] trying to get photo feed working again --- themes/anatole/layouts/partials/taxonomy/photo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/anatole/layouts/partials/taxonomy/photo.html b/themes/anatole/layouts/partials/taxonomy/photo.html index 033bf563..cd67c192 100644 --- a/themes/anatole/layouts/partials/taxonomy/photo.html +++ b/themes/anatole/layouts/partials/taxonomy/photo.html @@ -1,6 +1,6 @@ {{- range $index, $el := . -}} - + {{- end -}}