feat: feed feature, typescript, remove google, fix errs & warns
publish / Build-and-publish (push) Successful in 13m32s

This commit is contained in:
Unknown
2026-07-17 22:22:29 +01:00
parent 2c42ecae5f
commit 8a10d127c1
55 changed files with 1887 additions and 587 deletions
+11
View File
@@ -30,3 +30,14 @@
- <img class="alignright" src="/wp-content/uploads/2021/04/2IrsV7v.png" alt="Title" width="352" height="442" />
- <img class="alignleft" src="/wp-content/uploads/2021/04/2IrsV7v.png" alt="Title" width="352" height="442" />
## 📰 Blog & Feed content
There are two markdown-driven content sections on this site:
- **Blog** (`content/blog/`) — long-form articles, product releases and case studies. Published at `/blog/`.
- **Feed** (`content/feed/`) — short announcements and social-media style updates. Published at `/feed/`.
Both sections are combined into a single RSS feed at [`/rss.xml`](https://datacontroller.io/rss.xml).
See [`docs/adding-feed-posts.md`](docs/adding-feed-posts.md) for a step-by-step guide on adding a new Feed post.