diff options
Diffstat (limited to 'html/notes/digital_garden.html')
-rw-r--r-- | html/notes/digital_garden.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/notes/digital_garden.html b/html/notes/digital_garden.html index 9f41114..8e8ef53 100644 --- a/html/notes/digital_garden.html +++ b/html/notes/digital_garden.html @@ -1,6 +1,6 @@ <!doctype html> -<html lang="en"> +<html class="html-note-page" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -39,9 +39,11 @@ </div> </div> <div class="note-divider"></div> -<div class="note-body"> +<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 a never finish. Some of them get to a published state like <a href="rasterizing-triangles"></a> and <a href="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> + </div> </div> </main> </body> </html> |