diff --git a/content/curiosities.md b/content/curiosities.md index 7c8f5ece..eff33f0a 100644 --- a/content/curiosities.md +++ b/content/curiosities.md @@ -1,6 +1,6 @@ --- title: "Curiosities" -emoji: 🧠 +emoji: 🤩 draft: false type: timeless summary: A list of the many curious things I've made over the years. diff --git a/content/memex/_index.md b/content/memex/_index.md index 838f1a6f..942e2383 100644 --- a/content/memex/_index.md +++ b/content/memex/_index.md @@ -1,5 +1,6 @@ --- title: Memex +emoji: 🧠 summary: My memory-expander; a space for me to keep links and thoughts that are interesting for reference later. --- diff --git a/content/photos/_index.md b/content/photos/_index.md index c9f02451..6dde0bd2 100644 --- a/content/photos/_index.md +++ b/content/photos/_index.md @@ -1,5 +1,6 @@ --- title: Photos +emoji: 📸 sitemap: changefreq: monthly priority: 0.8 diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 00000000..17be8b4b --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,4 @@ +--- +title: Posts +emoji: 📔 +--- diff --git a/layouts/_default/list.html b/layouts/_default/list.html index f3f7d615..75e70756 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -4,7 +4,10 @@
{{ partial "generic-list-header.html" . }} -

{{ title (replace .Title "-" " ") }}

+

+ {{ with .Params.emoji }}{{end}} + {{ title (replace .Title "-" " ") }} +

{{ if .Content }}
{{ .Content }}
diff --git a/layouts/memex/list.html b/layouts/memex/list.html index d595b431..875d3e40 100644 --- a/layouts/memex/list.html +++ b/layouts/memex/list.html @@ -6,6 +6,7 @@

+ {{ with .Params.emoji }}{{end}} {{ title (replace .Title "-" " ") }}

diff --git a/layouts/photos/list.html b/layouts/photos/list.html index d3efc85c..789a15df 100644 --- a/layouts/photos/list.html +++ b/layouts/photos/list.html @@ -4,7 +4,10 @@
{{ partial "generic-list-header.html" . }} -

{{ title (replace .Title "-" " ") }}

+

+ {{ with .Params.emoji }}{{end}} + {{ title (replace .Title "-" " ") }} +

{{ if .Content }}
{{ .Content }}