diff --git a/content/About.md b/content/About.md index 21bd4c1de..fa8658daf 100644 --- a/content/About.md +++ b/content/About.md @@ -1,11 +1,9 @@ --- title: About compartir: true -lastmod: 2023-10-02 -tags: - - meta +lastmod: 2023-10-03 +tags: [meta] --- - ## Hi! I'm Miguel 👋🏼 Problem solver, hobby developer, music enjoyer, and public infrastructure enthusiast. I live in Minnesota, also known as the _"Land of 10,000 Lakes"_ for having over 14,000 bodies of fresh water. @@ -14,7 +12,7 @@ I think a lot, work a lot, have existential crises, and know just enough about m If you are aching for more: -* Check out what [[tools]] I use daily. +* Check out what [[Tools|tools]] I use daily. * Read my [[Public Journal|public journal]]. ### As of October 2023, I am… diff --git a/content/Budding.md b/content/Budding.md new file mode 100644 index 000000000..260e43abf --- /dev/null +++ b/content/Budding.md @@ -0,0 +1,6 @@ +--- +title: Budding +compartir: true +lastmod: 2023-10-02 +--- +_Budding_ for work I've cleaned up and clarified. diff --git a/content/Budding/Digital Garden.md b/content/Budding/Digital Garden.md index 5b0826d66..868c6d4fa 100644 --- a/content/Budding/Digital Garden.md +++ b/content/Budding/Digital Garden.md @@ -1,12 +1,10 @@ --- title: Digital Garden -tags: - - digital-gardening +tags: [digital-gardening] compartir: true lastmod: 2023-10-02 category: Budding --- - ## 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 [[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. @@ -19,6 +17,6 @@ Digital Gardens are explorable rather than structured as a strictly linear strea ## Kinds of Notes -* 🌱 _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). +* 🌱 _[[Seedlings|Seedlings]]_ for very rough and early ideas +* 🌿 _[[Budding|Budding]]_ for work I've cleaned up and clarified +* 🌳 _[[Evergreen|Evergreen]]_ for work that is reasonably complete (though I still tend these over time). diff --git a/content/Evergreen.md b/content/Evergreen.md new file mode 100644 index 000000000..80084cbac --- /dev/null +++ b/content/Evergreen.md @@ -0,0 +1,6 @@ +--- +title: Evergreen +compartir: true +lastmod: 2023-10-02 +--- +_Evergreen_ for work that is reasonably complete (though I still tend these over time). diff --git a/content/Markdown Demo.md b/content/Markdown Showcase.md similarity index 76% rename from content/Markdown Demo.md rename to content/Markdown Showcase.md index 82d890e2b..69bb38918 100644 --- a/content/Markdown Demo.md +++ b/content/Markdown Showcase.md @@ -1,14 +1,11 @@ --- -title: Markdown Demo -tags: - - markdown - - reference +title: Markdown Showcase +tags: [markdown, reference] compartir: true -lastmod: 2023-09-26 +lastmod: 2023-10-03 --- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. +This is intended as a quick reference and showcase. @@ -146,3 +143,53 @@ Xn + Yn = Zn Press CTRL+ALT+Delete to end the session. Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. + +## Callouts + +> [!EXAMPLE] Examples +> +> Aliases: example + +> [!note] Notes +> +> Aliases: note + +> [!abstract] Summaries +> +> Aliases: abstract, summary, tldr + +> [!info] Info +> +> Aliases: info, todo + +> [!tip] Hint +> +> Aliases: tip, hint, important + +> [!success] Success +> +> Aliases: success, check, done + +> [!question] Question +> +> Aliases: question, help, faq + +> [!warning] Warning +> +> Aliases: warning, caution, attention + +> [!failure] Failure +> +> Aliases: failure, fail, missing + +> [!danger] Error +> +> Aliases: danger, error + +> [!bug] Bug +> +> Aliases: bug + +> [!quote] Quote +> +> Aliases: quote, cite diff --git a/content/Public Journal.md b/content/Public Journal.md index 2698cc4dd..d14d9a39b 100644 --- a/content/Public Journal.md +++ b/content/Public Journal.md @@ -3,13 +3,28 @@ title: Public Journal description: This new section will explore the concept of maintaining a Public Journal. It takes inspiration from The Journal of an Enigmatic Mind. compartir: true enableToc: true -lastmod: 2023-10-02 +lastmod: 2023-10-04 --- > [!info] Acknowledgements > > This page takes inspiration from the [Journal of an Enigmatic Mind](https://speyllsite.pages.dev/journal/). It explores the concept of keeping a public journal, something I haven't done before. +## 2023-10-04 + +### GitHub + +* Renamed Zola Test to Zola Dinkleberg. Makes it easy not find now that I'm done testing workflows with it. +* Updated GitHub workflows for [Mabuya]. +* Created new repo [Zola TailwindCSS](https://github.com/semanticdata/zola-tailwindcss). Trying / Learning TailwindCSS. + +### Blog + +* Changed certain colors to improve accessibility of the site. +* New dark mode matches closer to what the Digital Garden looks like. + +> [Link Of The Day](https://en.m.wikipedia.org/wiki/Pareto_principle) + ## 2023-10-02 ### GitHub @@ -40,7 +55,7 @@ lastmod: 2023-10-02 * 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]]. +* 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 @@ -126,7 +141,7 @@ lastmod: 2023-10-02 ### Notes * Many days worth of changes reported on this entry. -* Updated [[Projects Overview]]. +* Updated [[Projects Overview|Projects Overview]]. * Started looking at modal editors more seriously. I intend to slowly learn Vim key bindings. * I have been reading and watching videos about [Vim](https://www.vim.org/), [NeoVim](https://neovim.io/), [Emacs](https://www.gnu.org/software/emacs/), and [Helix](https://github.com/helix-editor/helix). @@ -195,13 +210,13 @@ lastmod: 2023-10-02 ### Blog -* Published (again) the guide to [[Unlock Firefox Sidebar]] after reading a comment in [Hacker News](https://news.ycombinator.com/) asking for exactly that. I responded with a link to the article on [Dev.to](https://dev.to/semanticdata/unlock-the-sidebar-width-in-firefox-22p0). Originally, I removed the guide from my [blog](https://miguelpimentel.do) because I didn't think it fit with the content at the time. +* Published (again) the guide to [[Unlock Firefox Sidebar|Unlock Firefox Sidebar]] after reading a comment in [Hacker News](https://news.ycombinator.com/) asking for exactly that. I responded with a link to the article on [Dev.to](https://dev.to/semanticdata/unlock-the-sidebar-width-in-firefox-22p0). Originally, I removed the guide from my [blog](https://miguelpimentel.do) because I didn't think it fit with the content at the time. * Overhauled Taxonomies (Categories and Tags) within the [blog](https://miguelpimentel.do). Created specific pages to format the titles, and define how the taxonomy pages are displayed/organized. ### Digital Garden -* Compiled, and published a collection of [[Bookmarklets]]. -* Cleaned up and published [[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/Rhombic Dodecahedron d12.md b/content/Rhombic Dodecahedron d12.md deleted file mode 100644 index af915688f..000000000 --- a/content/Rhombic Dodecahedron d12.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Rhombic Dodecahedron d12 -compartir: true -lastmod: 2023-10-02 -tags: - - stub ---- - - -> "I've never seen a rhombic dodecahedron d12 before. They do exist after a quick search, but the much more common d12 is just a dodecahedron, with pentagonal faces." - -The UCLA[^1] investigators developed a technique that prevents that corrosion and showed that, in its absence, lithium atoms assemble into a surprising shape—the rhombic dodecahedron, a 12-sided figure similar to the dice used in role-playing games like Dungeons and Dragons. - -[^1]: University of California, Los Angeles diff --git a/content/Seedlings.md b/content/Seedlings.md new file mode 100644 index 000000000..6f04d073f --- /dev/null +++ b/content/Seedlings.md @@ -0,0 +1,6 @@ +--- +title: Seedlings +compartir: true +lastmod: 2023-10-02 +--- +_Seedlings_ for very rough and early ideas. diff --git a/content/Seedlings/Markdown.md b/content/Seedlings/Markdown.md index 6b4c799fd..df49d82be 100644 --- a/content/Seedlings/Markdown.md +++ b/content/Seedlings/Markdown.md @@ -2,11 +2,9 @@ title: Markdown compartir: true lastmod: 2023-10-02 -tags: - - stub +tags: [stub] category: Seedlings --- - Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Created by [John Gruber](https://daringfireball.net/projects/markdown/) in 2004, Markdown is now one of the world's most popular markup languages. -> Check out the [[Markdown Demo]]. +> Check out the [[Markdown Showcase|Markdown Showcase]]. diff --git a/content/index.md b/content/index.md index c38501a37..efd17dbb1 100644 --- a/content/index.md +++ b/content/index.md @@ -19,11 +19,11 @@ You will find within a wide range of topics, expanding and exploring ideas acros Like me, all notes contained within should be considered work-in-progress. Expect changes at all content levels. That said, I do not let perfectionism get in the way. That means what you read here is not authoritative or complete, and is not representative of my best work. Please keep that in mind as you navigate around the garden. I'm glad you are here. Enjoy your visit! * Want to learn more _about me_? - Check out the [[About]] page. + Check out the [[About|About]] page. * Want to read more of my material? Check out my [Blog](https://miguelpimentel.do/). * Want to learn more _about the site_? - Check out the [[Meta]] page. + Check out the [[Meta|Meta]] page. > _"The problem with your sink is that I have no idea how to fix it."_