From 603845fc40e4ec001a85a8d3ff1ec94c76bb30f0 Mon Sep 17 00:00:00 2001
From: Awstin
Date: Fri, 9 Aug 2024 21:42:46 -0400
Subject: [PATCH] Added blogroll page
---
assets/main.css | 6 +++
links.txt | 27 ++++++++++++
pages/blogroll.html | 18 ++++++++
pages/garden.html | 2 +
src/database/link.rs | 98 ++++++++++++++++++++++++++++++++++++++++++--
src/html/api.rs | 49 +++++++++++++++++++---
src/html/root.rs | 5 +++
src/lib.rs | 2 +
8 files changed, 198 insertions(+), 9 deletions(-)
create mode 100644 links.txt
create mode 100644 pages/blogroll.html
diff --git a/assets/main.css b/assets/main.css
index 260a329..59343fe 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -128,6 +128,12 @@ img {
padding: 20px;
}
+.no-bul {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+}
+
@media (max-width: 1024px) {
.container {
flex-direction: column;
diff --git a/links.txt b/links.txt
new file mode 100644
index 0000000..8957694
--- /dev/null
+++ b/links.txt
@@ -0,0 +1,27 @@
+url: https://www.henrikkarlsson.xyz
+title: Escaping Flatland
+author: Henrik Karlsson
+type: blog
+date_added: 2024-08-08
+description: Extremely deep and thought provoking writing. On thinking, life, learning and many things.
+---
+url: https://ploum.net
+title: Ploum
+author: Lionel Dricot
+type: blog
+date_added: 2024-08-08
+description: Mostly French, originally found through his article on the forever computer. Computing, culture, and writing.
+---
+url: https://sive.rs
+title: Derek Sivers
+author: Derek Sivers
+type: blog
+date_added: 2024-08-08
+description: One of my favourite authors, thinkers, and one of the original inspirations for my self hosted journey.
+---
+url: https://herman.bearblog.dev
+title: Herman
+author: Herman Martinus
+type: blog
+date_added: 2024-08-08
+description: Developper of a wonderful minimalist blogging platform based in South Africa.
diff --git a/pages/blogroll.html b/pages/blogroll.html
new file mode 100644
index 0000000..7b435d6
--- /dev/null
+++ b/pages/blogroll.html
@@ -0,0 +1,18 @@
+id: blogroll
+title: Blogroll
+date_created: 2024-08-08
+date_last_updated: 2024-08-08
+description: A list of blogs that I follow
+---
+
Blogroll
+
+ I follow quite a few blogs.
+ I love good writing and personal websites.
+ Places away from the noise of the modern website, without advertisement or trackers.
+ Following links through these is how I spend most of my time online these days.
+
+
+ Here they are in no particular order.
+
+
+
diff --git a/pages/garden.html b/pages/garden.html
index b38e4f4..f5006f9 100644
--- a/pages/garden.html
+++ b/pages/garden.html
@@ -30,8 +30,10 @@ description: Home page and starting point for exploring my digital garden
Interests, colophon, links, blogroll, and AI I think.