diff --git a/content/Digital Garden.md b/content/Digital Garden.md index 29abd49ff..fefa0252d 100644 --- a/content/Digital Garden.md +++ b/content/Digital Garden.md @@ -2,20 +2,20 @@ title: Digital Garden tags: [digital-gardening] compartir: true -updated: 2023-10-11 +updated: 2023-10-28 --- ## What is a Digital Garden -A digital garden is a combination of an **online notebook** and a **personal wiki**, where digital gardeners write in small, unfinished pieces, also known as [[./Evergreen/Atomic Notes|atomic notes]], and share these seeds of thought to be cultivated in public. Digital gardens are curated and evolve over time, sometimes growing wildly and sometimes getting pruned. +A digital garden is a combination of an **online notebook** and a **personal wiki**, where digital gardeners write in small, unfinished pieces, also known as [[./Atomic Notes|atomic notes]], and share these seeds of thought to be cultivated in public. Digital gardens are curated and evolve over time, sometimes growing wildly and sometimes getting pruned. -The phrase _"digital garden"_ comes up often while browsing these notes. Surely I overuse it. That said, I still like it. It more closely describes what I envision this website to be: a carefully curated garden of digital notes. Having a reliable system on which to dump raw information is extremely useful. The idea of [[./Evergreen/Sweep Your Mind|sweeping]] one's mind is helpful to rid yourself of distractions from incorrectly prioritized tasks. +The phrase _"digital garden"_ comes up often while browsing these notes. Surely I overuse it. That said, I still like it. It more closely describes what I envision this website to be: a carefully curated garden of digital notes. Having a reliable system on which to dump raw information is extremely useful. The idea of [[./Sweep Your Mind|sweeping]] one's mind is helpful to rid yourself of distractions from incorrectly prioritized tasks. ## How is Content Curated -Digital Gardens are explorable rather than structured as a strictly linear stream of posts. They grow slowly over time, rather than created as _"finished"_ work that is to never be touched again. A place where little changes accumulate and transform thoughts and ideas. As you [[./Budding/Continuous Care|continuously care]] for your garden, you **revise**, **update**, and **change** your ideas as they develop. +Digital Gardens are explorable rather than structured as a strictly linear stream of posts. They grow slowly over time, rather than created as _"finished"_ work that is to never be touched again. A place where little changes accumulate and transform thoughts and ideas. As you [[./Continuous Care|continuously care]] for your garden, you **revise**, **update**, and **change** your ideas as they develop. ## Kinds of Notes -* 🌱 _Seedlings_ for very rough and early ideas -* 🌿 _Budding_ for work I've cleaned up and clarified +* 🌱 _Seedlings_ for very rough and early ideas. +* 🌿 _Budding_ for work I've cleaned up and clarified. * 🌳 _Evergreen_ for work that is reasonably complete (though I still tend these over time). diff --git a/content/Inspirations.md b/content/Inspirations.md new file mode 100644 index 000000000..d1d1bccdc --- /dev/null +++ b/content/Inspirations.md @@ -0,0 +1,28 @@ +--- +title: What Inspires Me +compartir: true +updated: 2023-10-28 +tags: [list] +--- + +_These are people and projects that have resonated with me._ + +## People Who Inspire Me + +* [Jacky Zha](https://github.com/jackyzha0?tab=repositories) +* [Andy Bell](https://andy-bell.co.uk/) +* [Eric Bower](https://erock.prose.sh/) +* [Derek Sivers](https://sive.rs/) +* [Anjana Vakil](https://anjana.dev/) +* [Drew DeVault](https://drewdevault.com/) +* [Herman Martinus](https://herman.bearblog.dev/) + +## Projects That Inspire Me + +* [wttr.in](https://github.com/chubin/wttr.in) – Plain Text Weather +* [mataroa](https://github.com/mataroa-blog/mataroa) – Minimal Blogging Platform +* [Bearblog](https://github.com/HermanMartinus/bearblog) – Blogging Platform +* [SorryTennesee](https://github.com/vpicone/SorryTennesee) – Remove Tennesee from drop-down menus. +* [Duotone Theme](https://github.com/Hussseinkizz/duotone-theme-v2-official) – VS Code Theme (Supports Liga) +* [Fira Code iScript](https://github.com/kencrocken/FiraCodeiScript) – Font Family (incl. ligations and cursive italics) +* [Anemone](https://github.com/Speyll/anemone) – Clean Zola theme. Integrates public journals. diff --git a/content/Meta.md b/content/Meta.md index 30d61c4cd..7959741af 100644 --- a/content/Meta.md +++ b/content/Meta.md @@ -2,7 +2,7 @@ title: Meta (how this site was made) description: How the site was made. compartir: true -updated: 2023-10-12 +updated: 2023-10-28 tags: [meta] --- @@ -12,15 +12,15 @@ tags: [meta] ### Background -Forgetful Notes has gone through many changes. I have not been shy about moving from technology to technology as I learn new things. Coming across the world of [[./Seedlings/Static Site Generators|Static Site Generators]] was a game changer. I have ran my notes through [Jekyll](https://jekyllrb.com/), [Hugo](https://gohugo.io/), [MkDocs](https://squidfunk.github.io/mkdocs-material/), and most recently [Zola](https://www.getzola.org/). +Forgetful Notes has gone through many changes. I have not been shy about moving from technology to technology as I learn new things. Coming across the world of [[./Static Site Generators|Static Site Generators]] was a game changer. I have ran my notes through [Jekyll](https://jekyllrb.com/), [Hugo](https://gohugo.io/), [MkDocs](https://squidfunk.github.io/mkdocs-material/), and most recently [Zola](https://www.getzola.org/). However, this site is not specifically built with any of the aforementioned. Instead I have opted to follow in the footsteps of [Jacky Zhao](https://github.com/jackyzha0) and created my [[./Digital Garden|Digital Garden]] using the new fully rewritten [Quartz](https://github.com/jackyzha0/quartz)—a set of tools that helps you publish your digital garden and notes as a website for free. ### Technology -All content for the site is written in [[./Seedlings/Markdown|Markdown]] within [Obsidian](https://obsidian.md/)—an extensible, flexible note-taking app. To export the notes from Obsidian, I rely on the [GitHub Publisher](https://github.com/ObsidianPublisher) plugin. +All content for the site is written in [[./Markdown|Markdown]] within [Obsidian](https://obsidian.md/)—an extensible, flexible note-taking app. To export the notes from Obsidian, I rely on the [GitHub Publisher](https://github.com/ObsidianPublisher) plugin. -The [source code](https://github.com/semanticdata/forgetful-dev) is hosted in [GitHub](https://github.com/). From here we use GitHub [Actions](https://github.com/features/actions) to build and deploy the site to GitHub [Pages](https://pages.github.com/). +The [source code](https://github.com/semanticdata/forgetful-notes) is hosted in [GitHub](https://github.com/). From here we use [GitHub Actions](https://github.com/features/actions) to build and deploy the site to [GitHub Pages](https://pages.github.com/). ### Features diff --git a/content/Public Journal.md b/content/Public Journal.md index a4884623e..18fab7559 100644 --- a/content/Public Journal.md +++ b/content/Public Journal.md @@ -3,7 +3,7 @@ title: Public Journal description: This new section will explore the concept of maintaining a Public Journal. compartir: true enableToc: true -updated: 2023-10-24 +updated: 2023-10-25 --- ## 2023-10-24 @@ -108,7 +108,7 @@ updated: 2023-10-24 * It's my birthday! 🎉 * Released version 1.1.0 of my Obsidian starter vault. -* Found an amazing CSS Layout Hack. Added to both Brave and Firefox bookmarks, and to [[../Bookmarklets|Bookmarklets]]. +* Found an amazing CSS Layout Hack. Added to both Brave and Firefox bookmarks, and to [[Bookmarklets|Bookmarklets]]. [Source](https://gist.github.com/growthboot/5c189cf854c6609d3113355c75527c1c) ### GitHub @@ -267,8 +267,8 @@ updated: 2023-10-24 ### Digital Garden -* Compiled, and published a collection of [[../Bookmarklets|Bookmarklets]]. -* Cleaned up and published [[../Inspirations|Inspirations]]. +* Compiled, and published a collection of [[Bookmarklets|Bookmarklets]]. +* Cleaned up and published [[./Inspirations|Inspirations]]. * Making the Garden more explorable by adding direct links to the [tags] page from the [Homepage]. * Playing with the Garden's desktop layout. Temporarily moved right sidebar components to the left sidebar. Undone shortly after, as it messed with the total calculated width of the page and its two sidebar widths. diff --git a/content/index.md b/content/index.md index a1dc6cc03..82201883f 100644 --- a/content/index.md +++ b/content/index.md @@ -2,7 +2,7 @@ title: "Forgetful Notes" description: "Forgetful Notes—A digital garden of knowledge. A platform for my learning and creative endeavours. A space for thinking through, building upon, and coming back to." compartir: true -updated: 2023-10-02 +updated: 2023-10-28 --- # Welcome! @@ -12,7 +12,7 @@ I'm Miguel, and you have come across **Forgetful Notes**—my [[./Digital Garden This site serves as a platform for my learning and creative endeavours. A space for thinking through, building upon, and coming back to. It is part of my effort to organize my own theories, concepts, and ideas in a more public setting. -You will find within a wide range of topics, expanding and exploring ideas across multiple disciplines. In a way, you could say the [[./Budding/Scope of Work|scope of work]] for the website is not only allowed to, but expected to grow. Forgetful Notes embraces the inherent [[./Seedlings/Rhizomatic Learning|rhizomatic learning]] and web-like nature of our thinking. It is a living document designed for an audience of one, myself. +You will find within a wide range of topics, expanding and exploring ideas across multiple disciplines. In a way, you could say the [[./Scope of Work|scope of work]] for the website is not only allowed to, but expected to grow. Forgetful Notes embraces the inherent [[./Rhizomatic Learning|rhizomatic learning]] and web-like nature of our thinking. It is a living document designed for an audience of one, myself. > _"I only wrote that poem to test my printer!"_