Skip to content

NoblesseCoder/absurd-musings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

absurd-musings is a digital garden intended for my absurd Musings. It's built using 11ty. Static Site Generator, Nunjucks JavaScript templating language, Markdown a text-to-HTML conversion tool for web writers , and hosted using Netlify a server-less platform for Jamstack. This project can be used as a template reference for other blog projects.

What is a digital Garden?

In simple words, it's just an evolving blog that allows the writer to reflect on past ideas and modify the content over time (can even take inputs from the readers).

References

[1] How to set up a digital garden (I liked the style used in the garden mention in this article. For now, my garden is a total mimic of that.)

[2] Creating a 11ty site from scratch (A short tutorial series)

[3] Building A Blog With Eleventy And Netlify CMS

[4] Building Personal Static Site with Eleventy (An alternative project using GitHub Actions and Firebase Hosting)

[5] Enabling light/dark mode toggling (Colour Scheme Tutorial)