From d5541bc98533e9b757e0e38a742f054af0fd76ba Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 30 Dec 2020 14:41:29 -0800 Subject: [PATCH] Add favorites page. --- content/favorites.md | 9 +++++++++ themes/vanilla/layouts/favorites/single.html | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 content/favorites.md create mode 100644 themes/vanilla/layouts/favorites/single.html diff --git a/content/favorites.md b/content/favorites.md new file mode 100644 index 0000000..f3beb06 --- /dev/null +++ b/content/favorites.md @@ -0,0 +1,9 @@ +--- +title: Favorites +type: "favorites" +description: Posts from Daniel's personal blog that he has enjoyed writing the most, or that he thinks turned out very well. +--- +The amount of content on this blog is monotonically increasing. Thus, as time goes on, it's becoming +harder and harder to see at a glance what kind of articles I write. To address this, I've curated +a small selection of articles from this site that I've particularly enjoyed writing, or that I think +turned out especially well. They're listed below, most recent first. diff --git a/themes/vanilla/layouts/favorites/single.html b/themes/vanilla/layouts/favorites/single.html new file mode 100644 index 0000000..5865f27 --- /dev/null +++ b/themes/vanilla/layouts/favorites/single.html @@ -0,0 +1,10 @@ +{{ define "main" }} +

{{ .Title }}

+{{ .Content }} + + +{{ end }}