From 0e9d903313ec491ac588b0b04e473e744675748d Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Tue, 17 Jan 2023 22:26:17 -0500 Subject: Fix back linking to actually show links on pages --- html/notes/digital_garden.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'html/notes/digital_garden.html') diff --git a/html/notes/digital_garden.html b/html/notes/digital_garden.html index 8e8ef53..12f1a47 100644 --- a/html/notes/digital_garden.html +++ b/html/notes/digital_garden.html @@ -34,7 +34,7 @@

Published: 2022-10-30

-

Last Edited: 2022-11-01

+

Last Edited: 2023-01-17

@@ -42,7 +42,10 @@

After reading Maggie Appleton page on digital gardens I was inspired to convert my own website into a digital garden.

-

I have many half baked ideas that a never finish. Some of them get to a published state like and , but many of them never make it to the published state. The idea of digital garden seems very appealing to me, as it encourages you to post on a topic even if you haven’t made it “publishable” yet.

+

I have many half baked ideas that I seem to be able to finish. Some of them get to a published state like Rasterizing Triangles and Baremetal RISC-V, but many of them never make it to the published state. The idea of digital garden seems very appealing to me, as it encourages you to post on a topic even if you haven’t made it “publishable” yet.

+

How this site works

+

I wanted a bit of challenge when putting together this website as I don’t do a lot of web development in my day to day life, so I thought it would be a good way to learn more things. This site has been entirely built from scratch using a custom static site generator I setup with pandoc. It relies on pandoc’s filters to implement some of the classic “Digital Garden” features like back linking. The back linking feature has not been totally developed yet and right now it just provides with a convenient way to link to other notes or pages on this site.

+

I hope to develop this section more and explain how I got various features in pandoc to work as a static site generator.

-- cgit v1.2.3