mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
Pull-Request [ariasae-10-4-2023] from Obsidian (#23)
* PUSH NOTE : Seedlings.md * PUSH NOTE : Evergreen.md * PUSH NOTE : Budding.md * PUSH NOTE : Markdown Showcase.md * PUSH NOTE : Public Journal.md * PUSH NOTE : Markdown.md * PUSH NOTE : index.md * PUSH NOTE : Digital Garden.md * PUSH NOTE : About.md * DELETE FILE : content/Markdown Demo.md * DELETE FILE : content/Rhombic Dodecahedron d12.md
This commit is contained in:
parent
5fa41e2374
commit
eabc1aadde
@ -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…
|
||||
|
||||
6
content/Budding.md
Normal file
6
content/Budding.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Budding
|
||||
compartir: true
|
||||
lastmod: 2023-10-02
|
||||
---
|
||||
_Budding_ for work I've cleaned up and clarified.
|
||||
@ -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).
|
||||
|
||||
6
content/Evergreen.md
Normal file
6
content/Evergreen.md
Normal file
@ -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).
|
||||
@ -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.
|
||||
|
||||
<!-- more -->
|
||||
|
||||
@ -146,3 +143,53 @@ X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
|
||||
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
|
||||
|
||||
Most <mark>salamanders</mark> 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
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -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
|
||||
6
content/Seedlings.md
Normal file
6
content/Seedlings.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Seedlings
|
||||
compartir: true
|
||||
lastmod: 2023-10-02
|
||||
---
|
||||
_Seedlings_ for very rough and early ideas.
|
||||
@ -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]].
|
||||
|
||||
@ -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."_
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user