diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-04-28 16:58:01 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-04-28 16:58:01 -0400 |
commit | cb31a3788c74cea253a5a7657f5c9b65341309f6 (patch) | |
tree | 44b60ea66fb0790eabe63a5659dfe1a48e6dbd80 /html/notes/digital_garden.html | |
parent | 8cb244ed5b535139dcaa6a11a4edca73a84afaf5 (diff) |
Add social link to site
Diffstat (limited to 'html/notes/digital_garden.html')
-rw-r--r-- | html/notes/digital_garden.html | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/html/notes/digital_garden.html b/html/notes/digital_garden.html index a8f14dc..572956b 100644 --- a/html/notes/digital_garden.html +++ b/html/notes/digital_garden.html @@ -21,6 +21,7 @@ <div class="header-links"> <a href="/now.html" class="header-link">Now</a> <a href="/about.html" class="header-link">About</a> + <a rel="me" href="https://mastodon.social/@hazematman">Social</a> </div> </div> <main> @@ -42,11 +43,27 @@ <div class="note-divider"></div> <div class="main-container"> <div class="note-body"> -<p>After reading Maggie Appleton page on <a href="https://maggieappleton.com/garden-history">digital gardens</a> I was inspired to convert my own website into a digital garden.</p> -<p>I have many half baked ideas that I seem to be able to finish. Some of them get to a published state like <a href="/notes/rasterizing-triangles.html">Rasterizing Triangles</a> and <a href="/notes/baremetal-risc-v.html">Baremetal RISC-V</a>, 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.</p> +<p>After reading Maggie Appleton page on <a +href="https://maggieappleton.com/garden-history">digital gardens</a> I +was inspired to convert my own website into a digital garden.</p> +<p>I have many half baked ideas that I seem to be able to finish. Some +of them get to a published state like <a +href="/notes/rasterizing-triangles.html">Rasterizing Triangles</a> and +<a href="/notes/baremetal-risc-v.html">Baremetal RISC-V</a>, 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.</p> <h2 id="how-this-site-works">How this site works</h2> -<p>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.</p> -<p>I hope to develop this section more and explain how I got various features in pandoc to work as a static site generator.</p> +<p>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.</p> +<p>I hope to develop this section more and explain how I got various +features in pandoc to work as a static site generator.</p> </div> </div> </main> </body> |