Fix post dates

This commit is contained in:
Lewis Dale 2023-12-30 22:50:48 +00:00
parent 27d1607bba
commit c81382d403
8 changed files with 217 additions and 2 deletions

6
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"newFileLocation": "folder",
"newFileFolderPath": "src/blog/posts/2024",
"useMarkdownLinks": true,
"attachmentFolderPath": "src/images"
}

3
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"accentColor": ""
}

30
.obsidian/core-plugins-migration.json vendored Normal file
View File

@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}

20
.obsidian/core-plugins.json vendored Normal file
View File

@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]

1
.obsidian/hotkeys.json vendored Normal file
View File

@ -0,0 +1 @@
{}

156
.obsidian/workspace.json vendored Normal file
View File

@ -0,0 +1,156 @@
{
"main": {
"id": "8c4b05120085d4c4",
"type": "split",
"children": [
{
"id": "e8d6156cfcb6b0c1",
"type": "tabs",
"children": [
{
"id": "cf132923db790e6a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "src/blog/posts/2023/12/sorry-for-the-spam.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "86a024c3c015eec4",
"type": "split",
"children": [
{
"id": "58a47e9aca1747da",
"type": "tabs",
"children": [
{
"id": "08ef1a19777b0d8d",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "1b67c10ce1e027be",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "14baeea550a29268",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "23b8ed2ffb327cde",
"type": "split",
"children": [
{
"id": "98d2338d21bafa12",
"type": "tabs",
"children": [
{
"id": "31b35b330eab9dd1",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "src/blog/posts/2023/12/sorry-for-the-spam.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "e4cffec43b5ac150",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "src/blog/posts/2023/12/sorry-for-the-spam.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "bc0cc348ed277809",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "613e42a4f97c4ffc",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "src/blog/posts/2023/12/sorry-for-the-spam.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
}
},
"active": "08ef1a19777b0d8d",
"lastOpenFiles": [
"_site/assets/fonts/fa-v4compatibility.woff2",
"_site/post/undefined/index.html",
"_site/post/undefined",
"src/blog/posts/2023/12/test-page.md"
]
}

View File

@ -5,7 +5,7 @@ includePrism: true
<main class="wrapper-md stack-lg">
<article class="stack-md h-entry">
<h1 class="p-name"><a href="{{ url }}" class="u-url">{{ title | safe }}</a></h1>
<p class="published">Published: <time class="dt-published" datetime="{{ date | dateToRfc3339 }}">{{ date | dateDisplay }}</time></p>
<p class="published">Published: <time class="dt-published" datetime="{{ page.date | dateToRfc3339 }}">{{ page.date | dateDisplay }}</time></p>
<div class="e-content stack-md">
{{ content | safe }}
</div>

View File

@ -1,6 +1,5 @@
---
title: Sorry for the spam
date: 2023-12-30
---
If you're subscribed to any of my site feeds, you might have noticed that suddenly you've been flooded with every post I've ever written.