feat: feedpress plus cleanup

This commit is contained in:
Cory Dransfeldt 2023-09-04 14:47:29 -07:00
parent cc0a934f88
commit 29d3042f63
16 changed files with 32 additions and 107 deletions

View file

@ -41,15 +41,15 @@
type="application/atom+xml"
rel="alternate"
title="Cory Dransfeldt"
href="/feed.xml">
href="https://feedpress.me/coryd">
<link
rel="alternate"
type="application/json"
title="Cory Dransfeldt"
href="/feed.json" />
href="https://feedpress.me/coryd.json" />
<link
rel="alternate"
href="/follow.xml"
href="https://feedpress.me/coryd-follow"
title="Cory Dransfeldt's activity feed"
type="application/rss+xml">
<script type="application/ld+json">

View file

@ -4,7 +4,7 @@
<title>
{% block title %}All posts • Cory Dransfeldt{% endblock %}
</title>
<link href="{{ site.url }}/feed.xml" rel="self" />
<link href="{{ site.url }}/feeds/posts" rel="self" />
<link href="{{ site.url }}" />
<link rel="hub" href="https://pubsubhubbub.superfeedr.com/" />
<updated>{% block update %}{{ collections.posts[0].date | date: "%Y-%m-%dT%H:%M:%S-08:00" }}{% endblock %}</updated>