https://github.com/noblessecoder/absurd-musings
A digital garden for my absurd Musings
https://github.com/noblessecoder/absurd-musings
11ty 11ty-blog 11ty-template blog blog-starter blog-template blogging jamstack javascript netlify netlify-cms njk nodejs ssg
Last synced: 2 months ago
JSON representation
A digital garden for my absurd Musings
- Host: GitHub
- URL: https://github.com/noblessecoder/absurd-musings
- Owner: NoblesseCoder
- Created: 2021-02-10T13:21:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T00:30:02.000Z (about 4 years ago)
- Last Synced: 2025-02-12T16:21:25.852Z (4 months ago)
- Topics: 11ty, 11ty-blog, 11ty-template, blog, blog-starter, blog-template, blogging, jamstack, javascript, netlify, netlify-cms, njk, nodejs, ssg
- Language: Nunjucks
- Homepage: https://absurd-musings.com
- Size: 12.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [absurd-musings](https://absurd-musings.netlify.app/)
absurd-musings is a digital garden intended for my absurd Musings. It's built using [11ty](https://www.11ty.dev/). Static Site Generator, [Nunjucks](https://mozilla.github.io/nunjucks/) JavaScript templating language, [Markdown](https://daringfireball.net/projects/markdown/) a text-to-HTML conversion tool for web writers , and hosted using [Netlify](https://www.netlify.com/) a server-less platform for [Jamstack](https://jamstack.org/). 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](https://nesslabs.com/digital-garden-set-up) (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](https://egghead.io/lessons/11ty-create-an-eleventy-11ty-site-from-scratch) (A short tutorial series)
[3] [Building A Blog With Eleventy And Netlify CMS](https://youtu.be/Tq1XtMjlR28?list=PL2dKqfImstaQzmwhwtWRYAmnJVd8xwEtB)
[4] [Building Personal Static Site with Eleventy](https://jec.fyi/blog/building-my-static-site-with-11ty) (An alternative project using GitHub Actions and Firebase Hosting)
[5] [Enabling light/dark mode toggling](https://github.com/GoogleChromeLabs/dark-mode-toggle) ([Colour Scheme Tutorial](https://web.dev/prefers-color-scheme/))