diff --git a/src/_includes/article.njk b/src/_includes/article.njk index 5ff2b98..02cd968 100644 --- a/src/_includes/article.njk +++ b/src/_includes/article.njk @@ -6,6 +6,7 @@ layout: base.njk diff --git a/src/feed/lists.md b/src/feed/lists.md new file mode 100644 index 0000000..3208b1e --- /dev/null +++ b/src/feed/lists.md @@ -0,0 +1,17 @@ +--- +title: "New Feature: Lists! 🎆" +relativeUrl: /lists +tags: feed +--- + +The site now has a new section: lists! I could have just put lists into the blog (and I kinda did in the past with the old web directory), but they're more evergreen with a blog post. They're pieces of content that are relevant for a long time and will be updated. It made sense to separate them from the blog. + +The feature launches with three lists: + +- [better alternatives to popular things](/lists/better-alternatives-to-popular-things) (warning: very opinionated; feel free to make your own list if you disagree) +- [my YouTube subscriptions](/lists/youtube-channels) (warning: massive) +- [my favorite internet videos](/lists/favorite-internet-videos) + +I have an idea for one more list that I'd like to publish soon-ish. Keep an eye out for that. + +Hope you enjoy the lists! diff --git a/src/lists/index.njk b/src/lists/index.njk new file mode 100644 index 0000000..fc4507e --- /dev/null +++ b/src/lists/index.njk @@ -0,0 +1,20 @@ +--- +title: Devon's Lists +layout: article.njk +pagination: + data: collections.list + size: 5 + alias: posts + reverse: true +--- + +

Like posts, lists are sorted by most recently modified.

+ +