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 }}