aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2024-02-02 13:51:28 +0100
committerGuido Günther <agx@sigxcpu.org>2024-02-02 13:58:39 +0100
commite058e08453dd2012fe96449ee1ffc6d28fb5563a (patch)
tree9b6706963563e12582ac6f4846e189e1a27e0361
parent01f4b4d369a899f893b656ef8bf6ad6d9b64fc2a (diff)
posts: Move posts into their respective folder
This allows us to address the content resources like "image" which then adds them to json-ld automatically. We don't bother with the old external posts as they don't have images, etc anyway.
-rw-r--r--content/posts/cellbroadcast/index.md (renamed from content/posts/cellbroadcast.md)1
-rw-r--r--content/posts/emergency-calls/index.md (renamed from content/posts/emergency-calls.md)0
-rw-r--r--content/posts/notch-support/index.md (renamed from content/posts/notch-support.md)0
-rw-r--r--content/posts/phosh-dev-part-0/index.md (renamed from content/posts/phosh-dev-part-0.md)1
-rw-r--r--content/posts/phosh-fashion/index.md (renamed from content/posts/phosh-fashion.md)0
-rw-r--r--posts.org3
6 files changed, 5 insertions, 0 deletions
diff --git a/content/posts/cellbroadcast.md b/content/posts/cellbroadcast/index.md
index 4dc9283..796b795 100644
--- a/content/posts/cellbroadcast.md
+++ b/content/posts/cellbroadcast/index.md
@@ -5,6 +5,7 @@ date = "2023-12-10"
tags = [ "phosh",
"development",
]
+images = ["posts/cellbroadcast/cbm-lockscreen.jpg"]
series = [
"Phosh internals"
]
diff --git a/content/posts/emergency-calls.md b/content/posts/emergency-calls/index.md
index 40a1573..40a1573 100644
--- a/content/posts/emergency-calls.md
+++ b/content/posts/emergency-calls/index.md
diff --git a/content/posts/notch-support.md b/content/posts/notch-support/index.md
index be3ebd6..be3ebd6 100644
--- a/content/posts/notch-support.md
+++ b/content/posts/notch-support/index.md
diff --git a/content/posts/phosh-dev-part-0.md b/content/posts/phosh-dev-part-0/index.md
index f4bf6cd..9ec1e91 100644
--- a/content/posts/phosh-dev-part-0.md
+++ b/content/posts/phosh-dev-part-0/index.md
@@ -6,6 +6,7 @@ tags = [ "phosh",
"development",
"debian"
]
+images = ["posts/phosh-dev-part-0/phosh-nested-gtk-inspector.png"]
series = [
"Developing for Mobile Linux with Phosh"
]
diff --git a/content/posts/phosh-fashion.md b/content/posts/phosh-fashion/index.md
index e4b7175..e4b7175 100644
--- a/content/posts/phosh-fashion.md
+++ b/content/posts/phosh-fashion/index.md
diff --git a/posts.org b/posts.org
index 9b6b8a3..09343b2 100644
--- a/posts.org
+++ b/posts.org
@@ -12,6 +12,9 @@
See https://headlinecapitalization.com/
- [ ] Is there an =images= set in the metadata
This generates the previews that are used e.g. in mastodon
+- [ ] Is the post's =index.md= and related image in a folder.
+ If e.g. the post is one directory higher then page resoures won't work as expected
+ and our json-ld lacks the images.
* Useful links