chore: standardize formatting
This commit is contained in:
parent
e94e5a523c
commit
a0d064be6a
58 changed files with 971 additions and 1673 deletions
|
@ -5,7 +5,8 @@ permalink: /feed.xml
|
|||
{% layout "./_includes/feed.liquid" %}
|
||||
{% block title %}All posts • Cory Dransfeldt{% endblock %}
|
||||
{% block self %}all.xml{% endblock %}
|
||||
{% block update %}{{ collections.posts | rssLastUpdatedDate }}{% endblock %}
|
||||
{% block update %}
|
||||
{{ collections.posts | rssLastUpdatedDate }}{% endblock %}
|
||||
{% block entries %}
|
||||
{% assign posts = collections.posts | reverse %}
|
||||
{% for post in posts %}
|
||||
|
@ -19,4 +20,4 @@ permalink: /feed.xml
|
|||
</content>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
|
@ -2,32 +2,32 @@
|
|||
permalink: '.well-known/webfinger'
|
||||
---
|
||||
{
|
||||
"subject": "acct:coryd@social.lol",
|
||||
"aliases": ["https://coryd.dev", "https://social.lol/@coryd", "https://social.lol/users/coryd"],
|
||||
"links": [
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/avatar",
|
||||
"type": "image/webp",
|
||||
"href": "https://coryd.dev/static/images/avatar.webp"
|
||||
},
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"type": "text/html",
|
||||
"href": "https://coryd.dev"
|
||||
},
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"type": "text/html",
|
||||
"href": "https://social.lol/users/coryd"
|
||||
},
|
||||
{
|
||||
"rel": "self",
|
||||
"type": "application/activity+json",
|
||||
"href": "https://social.lol/users/coryd"
|
||||
},
|
||||
{
|
||||
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
||||
"template": "social.lol/authorize_interaction?uri={uri}"
|
||||
}
|
||||
]
|
||||
}
|
||||
"subject": "acct:coryd@social.lol",
|
||||
"aliases": ["https://coryd.dev", "https://social.lol/@coryd", "https://social.lol/users/coryd"],
|
||||
"links": [
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/avatar",
|
||||
"type": "image/webp",
|
||||
"href": "https://coryd.dev/static/images/avatar.webp"
|
||||
},
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"type": "text/html",
|
||||
"href": "https://coryd.dev"
|
||||
},
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"type": "text/html",
|
||||
"href": "https://social.lol/users/coryd"
|
||||
},
|
||||
{
|
||||
"rel": "self",
|
||||
"type": "application/activity+json",
|
||||
"href": "https://social.lol/users/coryd"
|
||||
},
|
||||
{
|
||||
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
||||
"template": "social.lol/authorize_interaction?uri={uri}"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue