diff --git a/netlify.toml b/netlify.toml index 1ed00672..46cdc418 100644 --- a/netlify.toml +++ b/netlify.toml @@ -43,6 +43,13 @@ for = "/links.xml" Content-Type = "application/xml; charset=utf-8" x-content-type-options = "nosniff" +[[headers]] +for = "/books.xml" + + [headers.values] + Content-Type = "application/xml; charset=utf-8" + x-content-type-options = "nosniff" + [[headers]] for = "/follow.xml" diff --git a/src/404.html b/src/404.html index 8f3fbd98..8c4f9f92 100644 --- a/src/404.html +++ b/src/404.html @@ -21,4 +21,4 @@ permalink: 404.html
-{% include "popular-posts.liquid" %} +{% include "partials/popular-posts.liquid" %} diff --git a/src/_data/books.js b/src/_data/books.js index 0fc5ca55..fd5e103b 100644 --- a/src/_data/books.js +++ b/src/_data/books.js @@ -6,7 +6,8 @@ module.exports = async function () { title: read.title, author: read.authors.length > 1 ? read.authors.join(', ') : read.authors.pop(), cover: read.thumbnail.replace('https://books.google.com', 'https://books.coryd.dev'), - link: `https://duckduckgo.com/?q=!olib%20${read.isbn}`, + link: `https://openlibrary.org/search?q=${read.isbn}`, + finished: read.dateFinished } }) } diff --git a/src/_includes/default.liquid b/src/_includes/default.liquid index de296471..7d6f14ce 100644 --- a/src/_includes/default.liquid +++ b/src/_includes/default.liquid @@ -2,7 +2,7 @@ layout: main --- -{% include "header.liquid" %} +{% include "partials/header.liquid" %}
{{ content }} diff --git a/src/_includes/feeds/books.liquid b/src/_includes/feeds/books.liquid new file mode 100644 index 00000000..32ac1776 --- /dev/null +++ b/src/_includes/feeds/books.liquid @@ -0,0 +1,18 @@ + + + + + {% block title %}Books • Cory Dransfeldt{% endblock %} + + + + + {% block update %}{{ books[0].finished | date: "%Y-%m-%dT%H:%M:%S-08:00" }}{% endblock %} + {{ site.url }} + + {{ site.name }} + {{ site.email }} + + {{ eleventy.generator }} + {% block entries %}{% endblock %} + \ No newline at end of file diff --git a/src/_includes/main.liquid b/src/_includes/main.liquid index 323306ac..8f96b110 100644 --- a/src/_includes/main.liquid +++ b/src/_includes/main.liquid @@ -6,5 +6,5 @@ layout: base
{{ content }}
- {% include "footer.liquid" %} + {% include "partials/footer.liquid" %}
\ No newline at end of file diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index f0077163..1af7e760 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -1,7 +1,7 @@ --- layout: main --- -{% include "header.liquid" %} +{% include "partials/header.liquid" %}

{% heroicon "outline" "clock" "Currently" "height=28" %}
Currently
diff --git a/src/_includes/author.liquid b/src/_includes/partials/author.liquid similarity index 100% rename from src/_includes/author.liquid rename to src/_includes/partials/author.liquid diff --git a/src/_includes/footer.liquid b/src/_includes/partials/footer.liquid similarity index 100% rename from src/_includes/footer.liquid rename to src/_includes/partials/footer.liquid diff --git a/src/_includes/header.liquid b/src/_includes/partials/header.liquid similarity index 88% rename from src/_includes/header.liquid rename to src/_includes/partials/header.liquid index 816f33b2..b91f170c 100644 --- a/src/_includes/header.liquid +++ b/src/_includes/partials/header.liquid @@ -2,5 +2,5 @@

{{ site.title }}

- {% include "nav.liquid" %} + {% include "partials/nav.liquid" %} \ No newline at end of file diff --git a/src/_includes/nav.liquid b/src/_includes/partials/nav.liquid similarity index 100% rename from src/_includes/nav.liquid rename to src/_includes/partials/nav.liquid diff --git a/src/_includes/now-topper.liquid b/src/_includes/partials/now-topper.liquid similarity index 100% rename from src/_includes/now-topper.liquid rename to src/_includes/partials/now-topper.liquid diff --git a/src/_includes/paginator.liquid b/src/_includes/partials/paginator.liquid similarity index 100% rename from src/_includes/paginator.liquid rename to src/_includes/partials/paginator.liquid diff --git a/src/_includes/popular-posts.liquid b/src/_includes/partials/popular-posts.liquid similarity index 100% rename from src/_includes/popular-posts.liquid rename to src/_includes/partials/popular-posts.liquid diff --git a/src/_includes/post-tags.liquid b/src/_includes/partials/post-tags.liquid similarity index 100% rename from src/_includes/post-tags.liquid rename to src/_includes/partials/post-tags.liquid diff --git a/src/_includes/webmentions.liquid b/src/_includes/partials/webmentions.liquid similarity index 100% rename from src/_includes/webmentions.liquid rename to src/_includes/partials/webmentions.liquid diff --git a/src/_includes/post.liquid b/src/_includes/post.liquid index 1fc0066e..36b1fba8 100644 --- a/src/_includes/post.liquid +++ b/src/_includes/post.liquid @@ -1,7 +1,7 @@ --- layout: main --- -{% include "header.liquid" %} +{% include "partials/header.liquid" %}

{{ title }}

@@ -11,7 +11,7 @@ layout: main {{ content }}
-{% include "post-tags.liquid" %} -{% include "webmentions.liquid" %} -{% include "author.liquid" %} -{% include "popular-posts.liquid" %} \ No newline at end of file +{% include "partials/post-tags.liquid" %} +{% include "partials/webmentions.liquid" %} +{% include "partials/author.liquid" %} +{% include "partials/popular-posts.liquid" %} \ No newline at end of file diff --git a/src/assets/feeds/books.xsl b/src/assets/feeds/books.xsl new file mode 100644 index 00000000..0e38f5c8 --- /dev/null +++ b/src/assets/feeds/books.xsl @@ -0,0 +1,91 @@ + + + + + + + + + + <xsl:value-of select="atom:feed/atom:title"/> + + + + + + + + + + +
+
+
+

Links • Cory Dransfeldt

+ + + + + +
+
+
+

+ + + + Feed preview • books +

+

A feed of my recently read books.

+

+ +

+
+
    + +
+
+
+
+

+ This is a web feed, + also known as an RSS or Atom feed. +

+

+ Subscribe + by copying the URL from the address bar into your newsreader. +

+
+ Visit About Feeds to get started with newsreaders and + subscribing. It's free. + +
+
+
+ + +
+ +
  • + + + + + + + • + +
  • +
    +
    \ No newline at end of file diff --git a/src/assets/feeds/links.xsl b/src/assets/feeds/links.xsl index 14ace833..3489e42a 100644 --- a/src/assets/feeds/links.xsl +++ b/src/assets/feeds/links.xsl @@ -46,7 +46,7 @@ Feed preview • links

    Recently read and favorited links - sourced from my Instapaper likes. + sourced from my Instapaper likes.

    diff --git a/src/feeds.md b/src/feeds.md index e7c13d21..c3d04e75 100644 --- a/src/feeds.md +++ b/src/feeds.md @@ -26,4 +26,5 @@ class="m-0 text-xl font-black leading-tight tracking-normal dark:text-gray-200 m - Posts ([RSS](/feed.xml) • [JSON](/feed.json)): a feed of all of my blog posts. - Links ([RSS](/links.xml) • [JSON](/links.json)): a feed of links I've liked on Instapaper. +- Books ([RSS](/books.xml) • [JSON](/books.json)): a feed of books I've finished reading. - Follow ([RSS](/follow.xml) • [JSON](/follow.json)): a feed of my web activity comprised of blog posts, links, movies and books (using the same data sources as [my now page](/now)). diff --git a/src/feeds/books.liquid b/src/feeds/books.liquid new file mode 100644 index 00000000..effdf352 --- /dev/null +++ b/src/feeds/books.liquid @@ -0,0 +1,19 @@ +--- +layout: null +permalink: /books.xml +--- +{% layout "./_includes/feeds/books.liquid" %} +{% block title %}Books • Cory Dransfeldt{% endblock %} +{% block self %}books.xml{% endblock %} +{% block update %}{{ articles[0].time | date: "%Y-%m-%dT%H:%M:%S-08:00" }}{% endblock %} +{% block entries %} +{% for book in books %} + + {{ book.title | escape }} + + {{ book.finished | date: "%m.%d.%Y" }} + {{ book.link }} + + +{% endfor %} +{% endblock %} \ No newline at end of file diff --git a/src/feeds/json/books.11ty.liquid b/src/feeds/json/books.11ty.liquid new file mode 100644 index 00000000..7ad6c935 --- /dev/null +++ b/src/feeds/json/books.11ty.liquid @@ -0,0 +1,20 @@ +--- +permalink: '/books.json' +--- +{ +"version": "https://jsonfeed.org/version/1", +"title": "Books • Cory Dransfeldt", +"icon": "https://coryd.dev/static/images/avatar.webp", +"home_page_url": "https://coryd.dev", +"feed_url": "https://coryd.dev/books.json", +"items": [{% for book in books %} + { + "id": "{{ book.link }}", + "title": "{{ book.title | escape }}", + "url": "{{ book.link }}", + "content_text": "", + "date_published": "{{ book.finished | date: "%Y-%m-%dT%H:%M:%S-08:00" }}" + }{% if not forloop.last %},{% endif %} +{% endfor %} +] +} \ No newline at end of file diff --git a/src/feed.11ty.liquid b/src/feeds/json/feed.11ty.liquid similarity index 100% rename from src/feed.11ty.liquid rename to src/feeds/json/feed.11ty.liquid diff --git a/src/follow.11ty.liquid b/src/feeds/json/follow.11ty.liquid similarity index 100% rename from src/follow.11ty.liquid rename to src/feeds/json/follow.11ty.liquid diff --git a/src/links.11ty.liquid b/src/feeds/json/links.11ty.liquid similarity index 100% rename from src/links.11ty.liquid rename to src/feeds/json/links.11ty.liquid diff --git a/src/index.html b/src/index.html index 15ba74fc..e13283af 100644 --- a/src/index.html +++ b/src/index.html @@ -22,7 +22,7 @@ meta: src: https://coryd.dev/assets/img/avatar.webp --- -{% if pagination.pageNumber == 0 %}{% include "now-topper.liquid" %}{% endif %} {% for post in pagination.items %} {% if post.data.published %} +{% if pagination.pageNumber == 0 %}{% include "partials/now-topper.liquid" %}{% endif %} {% for post in pagination.items %} {% if post.data.published %}

    -{% endif %} {% endfor %} {% include "paginator.liquid" %} +{% endif %} {% endfor %} {% include "partials/paginator.liquid" %} diff --git a/src/search.html b/src/search.html index b42f5ff9..2a4acb4a 100644 --- a/src/search.html +++ b/src/search.html @@ -36,4 +36,4 @@ meta: -{% include "popular-posts.liquid" %} +{% include "partials/popular-posts.liquid" %}