diff --git a/content/Atomic Notes.md b/content/Atomic Notes.md index f45a19be9..a5b1176df 100644 --- a/content/Atomic Notes.md +++ b/content/Atomic Notes.md @@ -17,6 +17,7 @@ Title: Atomic Note: Importance of Exercise Tags: #exercise #health #wellness Regular exercise confers numerous health benefits, including: + - Improved cardiovascular health - Increased strength and flexibility - Weight management diff --git a/content/Aurora Borealis Sighting.md b/content/Aurora Borealis Sighting.md index d7017e7e4..094cb3c5d 100644 --- a/content/Aurora Borealis Sighting.md +++ b/content/Aurora Borealis Sighting.md @@ -12,18 +12,18 @@ Unfortunately, this forecast did not come to pass. The solar activity remained w ## Light Pollution Table -| Location | Distance | Travel Time | Rank\* | -| :--- | :---: | :---: | :---: | -| Minneapolis | 16 miles | 25 minutes | 0 | -| Bloomington | 2 miles | 5 minutes | 1 | -| Chaska | 15 miles | 20 minutes | 2 | -| Farmington | 24 miles | 35 minutes | 3 | -| Jordan | 22 miles | 25 minutes | 4 | -| Norwood | 35 miles | 40 minutes | 5 | -| Gaylord | 55 miles | 60 minutes | 6 | -| Rapidan | 75 miles | 75 minutes | 7 | -| Chengwatana | 95 miles | 90 minutes | 8 | -| Sacred Heart | 105 miles | 120 minutes | 9 | +| Location | Distance | Travel Time | Rank\* | +| :----------- | :-------: | :---------: | :----: | +| Minneapolis | 16 miles | 25 minutes | 0 | +| Bloomington | 2 miles | 5 minutes | 1 | +| Chaska | 15 miles | 20 minutes | 2 | +| Farmington | 24 miles | 35 minutes | 3 | +| Jordan | 22 miles | 25 minutes | 4 | +| Norwood | 35 miles | 40 minutes | 5 | +| Gaylord | 55 miles | 60 minutes | 6 | +| Rapidan | 75 miles | 75 minutes | 7 | +| Chengwatana | 95 miles | 90 minutes | 8 | +| Sacred Heart | 105 miles | 120 minutes | 9 | **\*** Higher Rank is considered better. diff --git a/content/Books.md b/content/Books.md index 2741063bc..736d1f673 100644 --- a/content/Books.md +++ b/content/Books.md @@ -21,18 +21,18 @@ Non-inclusive, non-comprehensive list of books I've read. ### Stephanie Plum Series -1. _[One for the Money](https://en.wikipedia.org/wiki/One_for_the_Money_(novel) "One for the Money (novel)")_ (1994) +1. _[One for the Money](https://en.wikipedia.org/wiki/One_for_the_Money_(novel) "One for the Money (novel)")\_ (1994) 2. _[Two for the Dough](https://en.wikipedia.org/wiki/Two_for_the_Dough "Two for the Dough")_ (1996) 3. _[Three to Get Deadly](https://en.wikipedia.org/wiki/Three_to_Get_Deadly "Three to Get Deadly")_ (1997) -4. _[Four to Score](https://en.wikipedia.org/wiki/Four_to_Score_(novel) "Four to Score (novel)")_ (1998) -5. _[High Five](https://en.wikipedia.org/wiki/High_Five_(novel))_ (1999) +4. _[Four to Score](https://en.wikipedia.org/wiki/Four_to_Score_(novel) "Four to Score (novel)")\_ (1998) +5. _[High Five](https://en.wikipedia.org/wiki/High_Five_(novel))\_ (1999) 6. _[Hot Six](https://en.wikipedia.org/wiki/Hot_Six "Hot Six")_ (2000) -7. _[Seven Up](https://en.wikipedia.org/wiki/Seven_Up_(novel) "Seven Up (novel)")_ (2001) -8. _[Hard Eight](https://en.wikipedia.org/wiki/Hard_Eight_(novel) "Hard Eight (novel)")_ (2002) -9. _[To the Nines](https://en.wikipedia.org/wiki/To_the_Nines_(novel) "To the Nines (novel)")_ (2003) -10. _[Ten Big Ones](https://en.wikipedia.org/wiki/Ten_Big_Ones_(novel) "Ten Big Ones (novel)")_ (2004) -11. _[Eleven on Top](https://en.wikipedia.org/wiki/Eleven_on_Top_(novel) "Eleven on Top (novel)")_ (2005) -12. _[Twelve Sharp](https://en.wikipedia.org/wiki/Twelve_Sharp_(novel) "Twelve Sharp (novel)")_ (2006) +7. _[Seven Up](https://en.wikipedia.org/wiki/Seven_Up_(novel) "Seven Up (novel)")\_ (2001) +8. _[Hard Eight](https://en.wikipedia.org/wiki/Hard_Eight_(novel) "Hard Eight (novel)")\_ (2002) +9. _[To the Nines](https://en.wikipedia.org/wiki/To_the_Nines_(novel) "To the Nines (novel)")\_ (2003) +10. _[Ten Big Ones](https://en.wikipedia.org/wiki/Ten_Big_Ones_(novel) "Ten Big Ones (novel)")\_ (2004) +11. _[Eleven on Top](https://en.wikipedia.org/wiki/Eleven_on_Top_(novel) "Eleven on Top (novel)")\_ (2005) +12. _[Twelve Sharp](https://en.wikipedia.org/wiki/Twelve_Sharp_(novel) "Twelve Sharp (novel)")\_ (2006) 13. _[Lean Mean Thirteen](https://en.wikipedia.org/wiki/Lean_Mean_Thirteen "Lean Mean Thirteen")_ (2007) 14. _[Fearless Fourteen](https://en.wikipedia.org/wiki/Fearless_Fourteen "Fearless Fourteen")_ (2008) 15. _[Finger Lickin' Fifteen](https://en.wikipedia.org/wiki/Finger_Lickin%27_Fifteen "Finger Lickin' Fifteen")_ (2009) @@ -54,7 +54,7 @@ Non-inclusive, non-comprehensive list of books I've read. ## Jerry Spinelli -1. [Stargirl](https://en.wikipedia.org/wiki/Stargirl_(novel)) +1. [Stargirl]() 2. [Love, Stargirl](https://en.wikipedia.org/wiki/Love,_Stargirl) ## Robert Pinsky diff --git a/content/CSS.md b/content/CSS.md index 1c556aa17..1a770ebd6 100644 --- a/content/CSS.md +++ b/content/CSS.md @@ -32,9 +32,9 @@ All _mobile-first-designs_ media queries and 1 _desktop-first-design_ media quer ```scss @mixin screen-min($min) { @media (min-width: $min) { - @content + @content; } -}; +} ``` ### Anything Below a Certain Screen Width (_desktop-first-design_) @@ -42,19 +42,19 @@ All _mobile-first-designs_ media queries and 1 _desktop-first-design_ media quer ```scss @mixin screen-max($max) { @media (max-width: $max - 1) { - @content + @content; } -}; +} ``` ### Anything In-between Two Values (_hybrid_) ```scss -@mixin screen-minmax($min, $max){ - @media (min-width: $min) and (max-width: $max - 1){ - @content +@mixin screen-minmax($min, $max) { + @media (min-width: $min) and (max-width: $max - 1) { + @content; } -}; +} ``` ```scss @@ -66,10 +66,20 @@ All _mobile-first-designs_ media queries and 1 _desktop-first-design_ media quer .container { margin: 0 auto; width: 100%; - @include screen-min(768px){max-width: 750px;} - @include screen-min(992px){max-width: 970px;} - @include screen-min(1200px){max-width: 1170px;} - @include screen-min(1400px){max-width: 1370px;} - @include screen-min(1600px){max-width: 1570px;} + @include screen-min(768px) { + max-width: 750px; + } + @include screen-min(992px) { + max-width: 970px; + } + @include screen-min(1200px) { + max-width: 1170px; + } + @include screen-min(1400px) { + max-width: 1370px; + } + @include screen-min(1600px) { + max-width: 1570px; + } } ``` diff --git a/content/Chuckwalla.md b/content/Chuckwalla.md index 8e69bfeae..22a695c72 100644 --- a/content/Chuckwalla.md +++ b/content/Chuckwalla.md @@ -16,7 +16,7 @@ Chuckwallas have a robust build with wide bodies and flattened midsections. Thei mindmap root((Iguanidae)) Iguana - Sauromalus + Sauromalus Ctenosaura Conolophus Dipsosaurus diff --git a/content/Digital Garden.md b/content/Digital Garden.md index 55549b4d0..ce73597ec 100644 --- a/content/Digital Garden.md +++ b/content/Digital Garden.md @@ -17,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* 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/Emmet Cheat Sheet.md b/content/Emmet Cheat Sheet.md index 8b1c7700f..9e3d5ca81 100644 --- a/content/Emmet Cheat Sheet.md +++ b/content/Emmet Cheat Sheet.md @@ -9,7 +9,7 @@ compartir: true ## Notes on Abbreviation Formatting -When you get familiar with Emmet's abbreviations syntax, you may want to use some formatting to make your abbreviations more readable. But it won't work, because space is a _stop symbol,_ where Emmet stops abbreviation parsing. Many users mistakenly think that each abbreviation should be written in a new line, but they are wrong: you can type and expand the abbreviation anywhere in the text. +When you get familiar with Emmet's abbreviations syntax, you may want to use some formatting to make your abbreviations more readable. But it won't work, because space is a *stop symbol,* where Emmet stops abbreviation parsing. Many users mistakenly think that each abbreviation should be written in a new line, but they are wrong: you can type and expand the abbreviation anywhere in the text. This is why Emmet needs some indicators (like spaces) where it should stop parsing to not expand anything that you don't need. If you're still thinking that such formatting is required for complex abbreviations to make them more readable: @@ -28,9 +28,9 @@ div>ul>li ```html
- +
``` @@ -76,7 +76,7 @@ div+div>p>span+em^^^bq ```html
-

+

``` @@ -89,11 +89,11 @@ ul>li*5 ```html ``` @@ -105,15 +105,15 @@ div>(header>ul>li*2>a)+footer>p ```html
-
-
    -
  • -
  • -
-
-
-

-
+
+
    +
  • +
  • +
+
+
+

+
``` @@ -123,17 +123,17 @@ div>(header>ul>li*2>a)+footer>p ```html
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
``` @@ -167,11 +167,11 @@ ul>li.item$*5 ```html ``` @@ -181,11 +181,11 @@ ul>li.item$$$*5 ```html ``` @@ -223,11 +223,11 @@ ul>li.item$@-3*5 ```html ``` @@ -270,6 +270,6 @@ p{Click }+a{here}+{ to continue} ``` ```html -

Click

+

Click

here to continue ``` diff --git a/content/Espanso Cheat Sheet.md b/content/Espanso Cheat Sheet.md index 4b06b1309..c62196423 100644 --- a/content/Espanso Cheat Sheet.md +++ b/content/Espanso Cheat Sheet.md @@ -73,11 +73,11 @@ Visit the [Documentation](https://espanso.org/docs/get-started/). ### Run CLI Command ```yaml - - name: getip - type: shell - params: - cmd: "curl ifconfig.me" - shell: cmd +- name: getip + type: shell + params: + cmd: "curl ifconfig.me" + shell: cmd ``` ## Global Variables diff --git a/content/Guitar.md b/content/Guitar.md index 647151cc4..b2e2ca86d 100644 --- a/content/Guitar.md +++ b/content/Guitar.md @@ -5,6 +5,7 @@ compartir: true updated: 2023-12-04 enableToc: true --- + ## Tabs for the Guitar When you are looking at a tab, you will see six horizontal lines. These lines represent the strings of the guitar. The bottom line is the 6th string (the thickest string on your guitar, low e) and the top line is the thinnest string (the first string, high e). @@ -41,5 +42,5 @@ You can then finish out the riff by grabbing the 6th fret on the 6th string with ## Sources -- [ultimate-guitar.com](https://tabs.ultimate-guitar.com/tab/metallica/enter-sandman-tabs-8595 ) +- [ultimate-guitar.com](https://tabs.ultimate-guitar.com/tab/metallica/enter-sandman-tabs-8595) - [guitarlessons.org](https://www.guitarlessons.org/lessons/read-guitar-tabs/) diff --git a/content/Markdown.md b/content/Markdown.md index b68e2f534..625905bc8 100644 --- a/content/Markdown.md +++ b/content/Markdown.md @@ -14,7 +14,7 @@ Markdown is a lightweight [[./Markup Language|Markup Language]] that you can use ## Markdown Flavors - There are several popular flavors of Markdown that add extra features and extensions to the original syntax. Two of the most popular ones include: +There are several popular flavors of Markdown that add extra features and extensions to the original syntax. Two of the most popular ones include: ### CommonMark diff --git a/content/NeoVim.md b/content/NeoVim.md index 84f776805..7624fec1a 100644 --- a/content/NeoVim.md +++ b/content/NeoVim.md @@ -20,62 +20,62 @@ NeoVim is a fork of Vim focused on extensibility and usability. This is my short ## Keybindings -| Key Combination | Command | -| --- | --- | -| `` | `` | -| **Unsorted** | -| `h` | `^` | -| `l` | `g_` | -| `a` | `:keepjumps normal! ggVG` | -| `gy` | `"+y` | -| `gp` | `"+p` | -| `x` | `"_x` | -| `e` | `NvimTreeToggle` | -| **Commands** | -| `w` | `write` | -| `bq` | `bdelete` | -| `bl` | `buffer #` | -| `` | `Lexplore` | -| `` | `` | -| **Telescope** | -| `` | `Telescope buffers` | -| `?` | `Telescope oldfiles` | -| `ff` | `Telescope find_files` | -| `fg` | `Telescope live_grep` | -| `fd` | `Telescope diagnostics` | -| `fs` | `Telescope current_buffer_fuzzy_find` | -| **Telescope (builtin)** | -| `ff` | `builtin.find_files, {}` | -| `fg` | `builtin.live_grep, {}` | -| `fb` | `builtin.buffers, {}` | -| `fh` | `builtin.help_tags, {}` | -| **Normal Mode** | -| `` | `:q!` | -| `` | `:bd` | -| **Moving Vertically** | -| `` | `zz` | -| `` | `zz` | -| `n` | `nzzzv` | -| `N` | `Nzzzv` | -| **Tab Navigation** | -| `` | `gT` | -| `` | `gt` | -| `` | `:tabnew` | +| Key Combination | Command | +| -------------------------- | ---------------------------------------------- | +| `` | `` | +| **Unsorted** | +| `h` | `^` | +| `l` | `g_` | +| `a` | `:keepjumps normal! ggVG` | +| `gy` | `"+y` | +| `gp` | `"+p` | +| `x` | `"_x` | +| `e` | `NvimTreeToggle` | +| **Commands** | +| `w` | `write` | +| `bq` | `bdelete` | +| `bl` | `buffer #` | +| `` | `Lexplore` | +| `` | `` | +| **Telescope** | +| `` | `Telescope buffers` | +| `?` | `Telescope oldfiles` | +| `ff` | `Telescope find_files` | +| `fg` | `Telescope live_grep` | +| `fd` | `Telescope diagnostics` | +| `fs` | `Telescope current_buffer_fuzzy_find` | +| **Telescope (builtin)** | +| `ff` | `builtin.find_files, {}` | +| `fg` | `builtin.live_grep, {}` | +| `fb` | `builtin.buffers, {}` | +| `fh` | `builtin.help_tags, {}` | +| **Normal Mode** | +| `` | `:q!` | +| `` | `:bd` | +| **Moving Vertically** | +| `` | `zz` | +| `` | `zz` | +| `n` | `nzzzv` | +| `N` | `Nzzzv` | +| **Tab Navigation** | +| `` | `gT` | +| `` | `gt` | +| `` | `:tabnew` | | **Pane/Window Navigation** | -| `` | `h` | -| `` | `j` | -| `` | `k` | -| `` | `l` | -| `` | `h` | -| `` | `j` | -| `` | `k` | -| `` | `l` | -| **Terminal** | -| `` | `:sp term://pwshi` | -| `tv` | `:lcd %:p:h:vsp term://pwshi` | -| `th` | `:lcd %:p:h:sp term://pwshi` | -| `` | `` | -| `:q!` | `:q!` | +| `` | `h` | +| `` | `j` | +| `` | `k` | +| `` | `l` | +| `` | `h` | +| `` | `j` | +| `` | `k` | +| `` | `l` | +| **Terminal** | +| `` | `:sp term://pwshi` | +| `tv` | `:lcd %:p:h:vsp term://pwshi` | +| `th` | `:lcd %:p:h:sp term://pwshi` | +| `` | `` | +| `:q!` | `:q!` | ## Plugins diff --git a/content/SSD NVMe Comparison.md b/content/SSD NVMe Comparison.md index 4bb1caca8..2d958838f 100644 --- a/content/SSD NVMe Comparison.md +++ b/content/SSD NVMe Comparison.md @@ -43,8 +43,8 @@ Let's break it down: ### Storage - 1 point per GB - - Less accurate the bigger the SSD - - 3 TB and higher drives scale exp/log instead of linearly. + - Less accurate the bigger the SSD + - 3 TB and higher drives scale exp/log instead of linearly. ### Price @@ -63,7 +63,7 @@ Selected $0.10 as the baseline after averaging some calculations. ## NVMe M.2 2280 M Key | Brand | Storage | Price | Notes | -| ------------ |:-------:|:-----:| ---------- | +| ------------ | :-----: | :---: | ---------- | | 970 EVO Plus | 500 GB | $35 | MLC V-NAND | | 970 EVO Plus | 2 TB | $100 | MLC V-NAND | | 970 EVO Plus | 1 TB | $50 | V-NAND | @@ -82,7 +82,7 @@ Selected $0.10 as the baseline after averaging some calculations. ## SSD | Brand | Storage | Price | Notes | -| ------------ |:-------:|:-----:| ---------- | +| ------------ | :-----: | :---: | ---------- | | Inland | 1 TB | $50 | TLC | | Inland | 512 GB | $25 | TLC | | Platinum | 2 TB | $80 | TLC | @@ -98,38 +98,40 @@ Selected $0.10 as the baseline after averaging some calculations. ### NVMe -| Description | $ / GB | per $0.01 | per GB | Coef | Score | -| ------------------------ |:------:|:-------------:|:--------:|:-----------:|:-----:| -| 970 500 GB $35 MLC | 0.070 | 3.00 | 500 | 1.25 | 629 | -| 970 2 TB $100 MLC | 0.050 | 5.00 | 2000 | 1.25 | 2506 | -| 970 1 TB $100 MLC | 0.103 | 0.00 | 1000 | 1.25 | 1250 | -| 980 1 TB $50 V | 0.050 | 5.00 | 1000 | 1 | 1005 | -| 980P 2 TB $120 MLC | 0.060 | 4.00 | 2000 | 1.25 | 2505 | -| 980P 1 TB $70 V | 0.070 | 3.00 | 1000 | 1 | 1003 | -| 990P 1 TB $80 MLC | 0.080 | 2.00 | 1000 | 1.25 | 1253 | -| Crucial 1 TB $40 3D | 0.040 | 6.00 | 1000 | 0.5 | 503 | -| Inland 500 GB $23 QLC | 0.046 | 5.40 | 500 | 0.75 | 379 | -| Inland 1 TB $40 QLC | 0.040 | 6.00 | 1000 | 0.75 | 755 | -| Inland 2 TB $70 QLC | 0.035 | 6.50 | 2000 | 0.75 | 1505 | -| Performance 1 TB $55 TLC | 0.055 | 4.50 | 1000 | 1 | 1005 | -| Prime 500 GB $30 TLC | 0.060 | 4.00 | 500 | 1 | 504 | -| Prime 1 TB $50 TLC | 0.050 | 5.00 | 1000 | 1 | 1005 | +| Description | $ / GB | per $0.01 | per GB | Coef | Score | +| ------------------------ | :----: | :-------: | :----: | :--: | :---: | +| 970 500 GB $35 MLC | 0.070 | 3.00 | 500 | 1.25 | 629 | +| 970 2 TB $100 MLC | 0.050 | 5.00 | 2000 | 1.25 | 2506 | +| 970 1 TB $100 MLC | 0.103 | 0.00 | 1000 | 1.25 | 1250 | +| 980 1 TB $50 V | 0.050 | 5.00 | 1000 | 1 | 1005 | +| 980P 2 TB $120 MLC | 0.060 | 4.00 | 2000 | 1.25 | 2505 | +| 980P 1 TB $70 V | 0.070 | 3.00 | 1000 | 1 | 1003 | +| 990P 1 TB $80 MLC | 0.080 | 2.00 | 1000 | 1.25 | 1253 | +| Crucial 1 TB $40 3D | 0.040 | 6.00 | 1000 | 0.5 | 503 | +| Inland 500 GB $23 QLC | 0.046 | 5.40 | 500 | 0.75 | 379 | +| Inland 1 TB $40 QLC | 0.040 | 6.00 | 1000 | 0.75 | 755 | +| Inland 2 TB $70 QLC | 0.035 | 6.50 | 2000 | 0.75 | 1505 | +| Performance 1 TB $55 TLC | 0.055 | 4.50 | 1000 | 1 | 1005 | +| Prime 500 GB $30 TLC | 0.060 | 4.00 | 500 | 1 | 504 | +| Prime 1 TB $50 TLC | 0.050 | 5.00 | 1000 | 1 | 1005 | + \*_Higher is better._ ### SSD -| Description | $ / GB | 1 per cent | 1 per GB | Coefficient | Score | -| ------------------------- |:------:|:----------:|:--------:|:-----------:|:-----:| -| Inland 1TB $50 TLC | 0.050 | 5 | 1000 | 1 | 1005 | +| Description | $ / GB | 1 per cent | 1 per GB | Coefficient | Score | +| ------------------------- | :----: | :--------: | :------: | :---------: | :---: | +| Inland 1TB $50 TLC | 0.050 | 5 | 1000 | 1 | 1005 | | Inland 512GB $25 TLC | 0.049 | 5.1 | 512 | 1 | 517 | -| Platinum 2TB $80 TLC | 0.040 | 6 | 2000 | 1 | 2006 | +| Platinum 2TB $80 TLC | 0.040 | 6 | 2000 | 1 | 2006 | | Platinum 1TB $43 TLC | 0.043 | 5.7 | 1000 | 1 | 1006 | -| Professional 256GB $20 3D | 0.078 | 2.2 | 256 | 0.5 | 129 | +| Professional 256GB $20 3D | 0.078 | 2.2 | 256 | 0.5 | 129 | | Professional 125GB $15 3D | 0.120 | 0 | 125 | 0.5 | 63 | -| 870 EVO 1TB $50 MLC | 0.050 | 5 | 1000 | 1.25 | 1256 | +| 870 EVO 1TB $50 MLC | 0.050 | 5 | 1000 | 1.25 | 1256 | | 870 EVO 4TB $220 MLC | 0.055 | 4.5 | 4000 | 1.25 | 5006 | -| 870 EVO 500GB $40 MLC | 0.020 | 8 | 500 | 1.25 | 635 | -| 870 QVO 1TB $70 QLC | 0.070 | 3 | 1000 | 0.75 | 753 | +| 870 EVO 500GB $40 MLC | 0.020 | 8 | 500 | 1.25 | 635 | +| 870 QVO 1TB $70 QLC | 0.070 | 3 | 1000 | 0.75 | 753 | + \*_Higher is better._ ## Conclusions diff --git a/content/Sans-serif.md b/content/Sans-serif.md index 40b64d195..8395c8ad1 100644 --- a/content/Sans-serif.md +++ b/content/Sans-serif.md @@ -12,5 +12,6 @@ In typography and lettering, a "sans-serif", "sans serif", "gothic", or simply " ## Font Family in CSS ```css -font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif; +font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, + Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif; ``` diff --git a/content/Serif.md b/content/Serif.md index 4545c14ee..bfbfee046 100644 --- a/content/Serif.md +++ b/content/Serif.md @@ -12,5 +12,6 @@ In typography, a serif (/ˈsɛrɪf/) is a small line or stroke regularly attache ## Font Family in CSS ```css -font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; +font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", + "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; ``` diff --git a/content/Words.md b/content/Words.md index 91a85d0f6..23382496f 100644 --- a/content/Words.md +++ b/content/Words.md @@ -15,7 +15,7 @@ compartir: true 1. Capable of soothing or eliminating pain. 2. Not likely to offend or arouse tensions. -Also used as a _noun_ to describe something that soothes, calms, or comforts. + Also used as a _noun_ to describe something that soothes, calms, or comforts. ### Arete (noun) @@ -110,7 +110,7 @@ Also used as a _noun_ to describe something that soothes, calms, or comforts. 1. To understand intuitively or by empathy, to establish rapport with. 2. To empathize or communicate sympathetically (with); also, to experience enjoyment. -3. [Neologism](https://en.wikipedia.org/wiki/Neologism "Neologism") coined by American writer [Robert A. Heinlein](https://en.wikipedia.org/wiki/Robert_A._Heinlein "Robert A. Heinlein") for his 1961 [science fiction](https://en.wikipedia.org/wiki/Science_fiction "Science fiction") novel _[Stranger in a Strange Land](https://en.wikipedia.org/wiki/Stranger_in_a_Strange_Land "Stranger in a Strange Land")_. +3. [Neologism](https://en.wikipedia.org/wiki/Neologism "Neologism") coined by American writer [Robert A. Heinlein](https://en.wikipedia.org/wiki/Robert_A._Heinlein "Robert A. Heinlein") for his 1961 [science fiction](https://en.wikipedia.org/wiki/Science_fiction "Science fiction") novel *[Stranger in a Strange Land](https://en.wikipedia.org/wiki/Stranger_in_a_Strange_Land "Stranger in a Strange Land")*. ### Halcyon (noun) diff --git a/content/index.md b/content/index.md index ead084ddc..e0eb1020a 100644 --- a/content/index.md +++ b/content/index.md @@ -14,11 +14,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 try not to 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|About]] page. + Check out the [[./About|About]] page. - Want to read more of my material? - Visit my [Blog](https://miguelpimentel.do/). + Visit my [Blog](https://miguelpimentel.do/). - Want to learn more _about the site_? - Review the site's [[./Meta|Meta]] page. + Review the site's [[./Meta|Meta]] page. I leave you with some fun quotes. Feel free to stop by the [[./Quotes|Quotes]]. diff --git a/content/markdown-showcase.md b/content/markdown-showcase.md index ad5bd722a..baf64c3d8 100644 --- a/content/markdown-showcase.md +++ b/content/markdown-showcase.md @@ -55,9 +55,10 @@ You can [link](https://example.dom/) to external pages. and other internal [[./M ### Formatted Example > **Blockquote Embedded List** +> > 1. This is the first list item. > 2. This is the second list item. -> +> > Here's some example code: > `Markdown.generate();` @@ -75,21 +76,22 @@ In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla e In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. -* List item -* Another item -* And another item +- List item +- Another item +- And another item ### Nested List In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. -* Item - 1. First Sub-item - 2. Second Sub-item +- Item + 1. First Sub-item + 2. Second Sub-item + 1. Numbered Item 2. Another one - 1. Sub-item - * Unordered again + 1. Sub-item + - Unordered again ## Code @@ -102,25 +104,25 @@ Let us use some `inline code` and check out how it `looks`. Here's some `more`. ```html -
- Example -
- +
+ Example +
+ ``` ```css .niceClass { - color: blue; - background-color: #fff; + color: blue; + background-color: #fff; } ``` ```js // Javascript code with syntax highlighting. var fun = function lang(l) { - dateformat.i18n = require('./lang/' + l) - return true; + dateformat.i18n = require("./lang/" + l) + return true } ``` @@ -128,36 +130,36 @@ var fun = function lang(l) { In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. -|head one|head two|head three| -|---|:---:|---:| -|ok|good swedish fish|nice| -|out of stock|good and plenty|nice| -|ok|good `oreos`|hmm| -|ok|good `zoute` drop|yumm| +| head one | head two | head three | +| ------------ | :---------------: | ---------: | +| ok | good swedish fish | nice | +| out of stock | good and plenty | nice | +| ok | good `oreos` | hmm | +| ok | good `zoute` drop | yumm | ### Simple Example -Title 1 | Title 2 | Title 3 | Title 4 ---------------------- | --------------------- | --------------------- | --------------------- -lorem | lorem ipsum | lorem ipsum dolor | lorem ipsum dolor sit -lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit -lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit -lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit +| Title 1 | Title 2 | Title 3 | Title 4 | +| --------------------- | --------------------- | --------------------- | --------------------- | +| lorem | lorem ipsum | lorem ipsum dolor | lorem ipsum dolor sit | +| lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | +| lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | +| lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | ### Longer Example -Title 1 | Title 2 | Title 3 | Title 4 ---- | --- | --- | --- -lorem | lorem ipsum | lorem ipsum dolor | lorem ipsum dolor sit -lorem ipsum dolor sit amet | lorem ipsum dolor sit amet consectetur | lorem ipsum dolor sit amet | lorem ipsum dolor sit -lorem ipsum dolor | lorem ipsum | lorem | lorem ipsum -lorem ipsum dolor | lorem ipsum dolor sit | lorem ipsum dolor sit amet | lorem ipsum dolor sit amet consectetur +| Title 1 | Title 2 | Title 3 | Title 4 | +| -------------------------- | -------------------------------------- | -------------------------- | -------------------------------------- | +| lorem | lorem ipsum | lorem ipsum dolor | lorem ipsum dolor sit | +| lorem ipsum dolor sit amet | lorem ipsum dolor sit amet consectetur | lorem ipsum dolor sit amet | lorem ipsum dolor sit | +| lorem ipsum dolor | lorem ipsum | lorem | lorem ipsum | +| lorem ipsum dolor | lorem ipsum dolor sit | lorem ipsum dolor sit amet | lorem ipsum dolor sit amet consectetur | ### Inline Markdown Within Tables -| Inline    | Markdown    | In    | Table | -| ---------- | --------- | ----------------- | ---------- | -| _italics_ | **bold** | ~~strikethrough~~    | `code` | +| Inline    | Markdown    | In    | Table | +| ------------------------ | -------------------------- | ----------------------------------- | ------ | +| _italics_ | **bold** | ~~strikethrough~~    | `code` | ## Horizontal Rule @@ -167,6 +169,7 @@ lorem ipsum dolor | lorem ipsum dolor sit | lorem ipsum dolor sit amet | lorem i - [ ] Pending Task - [x] Completed Task + * [-] Won't Do Task * [/] In Progress Task * [*] You are a star. @@ -204,49 +207,49 @@ Most salamanders are nocturnal, and hunt for insects, worms, and ot ## 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/package.json b/package.json index 47af05109..8832e55e2 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "mdast-util-to-hast": "^13.1.0", "mdast-util-to-string": "^4.0.0", "micromorph": "^0.4.5", - "preact": "^10.19.3", + "preact": "^10.19.4", "preact-render-to-string": "^6.3.1", "pretty-bytes": "^6.1.1", "pretty-time": "^1.1.0", @@ -100,14 +100,14 @@ "@types/d3": "^7.4.3", "@types/hast": "^3.0.4", "@types/js-yaml": "^4.0.9", - "@types/node": "^20.11.16", + "@types/node": "^20.11.17", "@types/pretty-time": "^1.1.5", "@types/source-map-support": "^0.5.10", "@types/ws": "^8.5.10", "@types/yargs": "^17.0.32", "esbuild": "^0.19.12", "prettier": "^3.2.5", - "tsx": "^4.7.0", + "tsx": "^4.7.1", "typescript": "^5.3.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97ae3b3e7..cde6d9d2f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,11 +75,11 @@ dependencies: specifier: ^0.4.5 version: 0.4.5 preact: - specifier: ^10.19.3 - version: 10.19.3 + specifier: ^10.19.4 + version: 10.19.4 preact-render-to-string: specifier: ^6.3.1 - version: 6.3.1(preact@10.19.3) + version: 6.3.1(preact@10.19.4) pretty-bytes: specifier: ^6.1.1 version: 6.1.1 @@ -185,8 +185,8 @@ devDependencies: specifier: ^4.0.9 version: 4.0.9 "@types/node": - specifier: ^20.11.16 - version: 20.11.16 + specifier: ^20.11.17 + version: 20.11.17 "@types/pretty-time": specifier: ^1.1.5 version: 1.1.5 @@ -206,8 +206,8 @@ devDependencies: specifier: ^3.2.5 version: 3.2.5 tsx: - specifier: ^4.7.0 - version: 4.7.0 + specifier: ^4.7.1 + version: 4.7.1 typescript: specifier: ^5.3.3 version: 5.3.3 @@ -747,7 +747,7 @@ packages: integrity: sha512-TMO6mWltW0lCu1de8DMRq9+59OP/tEjghS+rs8ZEQ2EgYP5yV3bGw0tS14TMyJGqFaoVChNvhkVzv9RC1UgX+w==, } dependencies: - "@types/node": 20.11.16 + "@types/node": 20.11.17 dev: true /@types/d3-array@3.2.1: @@ -884,10 +884,10 @@ packages: "@types/d3-color": 3.1.3 dev: true - /@types/d3-path@3.0.2: + /@types/d3-path@3.1.0: resolution: { - integrity: sha512-WAIEVlOCdd/NKRYTsqCpOMHQHemKBEINf8YXMYOtXH0GA7SY0dqMB78P3Uhgfy+4X+/Mlw2wDtlETkN6kQUCMA==, + integrity: sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ==, } dev: true @@ -941,7 +941,7 @@ packages: integrity: sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==, } dependencies: - "@types/d3-path": 3.0.2 + "@types/d3-path": 3.1.0 dev: true /@types/d3-time-format@4.0.3: @@ -1007,7 +1007,7 @@ packages: "@types/d3-geo": 3.1.0 "@types/d3-hierarchy": 3.1.6 "@types/d3-interpolate": 3.0.4 - "@types/d3-path": 3.0.2 + "@types/d3-path": 3.1.0 "@types/d3-polygon": 3.0.2 "@types/d3-quadtree": 3.0.6 "@types/d3-random": 3.0.3 @@ -1108,10 +1108,10 @@ packages: "@types/unist": 2.0.10 dev: false - /@types/node@20.11.16: + /@types/node@20.11.17: resolution: { - integrity: sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==, + integrity: sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==, } dependencies: undici-types: 5.26.5 @@ -1152,7 +1152,7 @@ packages: integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==, } dependencies: - "@types/node": 20.11.16 + "@types/node": 20.11.17 dev: true /@types/yargs-parser@21.0.3: @@ -2422,7 +2422,7 @@ packages: estree-util-is-identifier-name: 3.0.0 hast-util-whitespace: 3.0.0 mdast-util-mdx-expression: 2.0.0 - mdast-util-mdx-jsx: 3.0.0 + mdast-util-mdx-jsx: 3.1.0 mdast-util-mdxjs-esm: 2.0.1 property-information: 6.4.1 space-separated-tokens: 2.0.2 @@ -3126,10 +3126,10 @@ packages: - supports-color dev: false - /mdast-util-mdx-jsx@3.0.0: + /mdast-util-mdx-jsx@3.1.0: resolution: { - integrity: sha512-XZuPPzQNBPAlaqsTTgRrcJnyFbSOBovSadFgbFu8SnuNgm+6Bdx1K+IWoitsmj6Lq6MNtI+ytOqwN70n//NaBA==, + integrity: sha512-A8AJHlR7/wPQ3+Jre1+1rq040fX9A4Q1jG8JxmSNp/PLPHg80A6475wxTp3KzHpApFH6yWxFotHrJQA3dXP6/w==, } dependencies: "@types/estree-jsx": 1.0.4 @@ -3825,7 +3825,7 @@ packages: engines: { node: ">=8.6" } dev: false - /preact-render-to-string@6.3.1(preact@10.19.3): + /preact-render-to-string@6.3.1(preact@10.19.4): resolution: { integrity: sha512-NQ28WrjLtWY6lKDlTxnFpKHZdpjfF+oE6V4tZ0rTrunHrtZp6Dm0oFrcJalt/5PNeqJz4j1DuZDS0Y6rCBoqDA==, @@ -3833,14 +3833,14 @@ packages: peerDependencies: preact: ">=10" dependencies: - preact: 10.19.3 + preact: 10.19.4 pretty-format: 3.8.0 dev: false - /preact@10.19.3: + /preact@10.19.4: resolution: { - integrity: sha512-nHHTeFVBTHRGxJXKkKu5hT8C/YWBkPso4/Gad6xuj5dbptt9iF9NZr9pHbPhBrnT2klheu7mHTxTZ/LjwJiEiQ==, + integrity: sha512-dwaX5jAh0Ga8uENBX1hSOujmKWgx9RtL80KaKUFLc6jb4vCEAc3EeZ0rnQO/FO4VgjfPMfoLFWnNG8bHuZ9VLw==, } dev: false @@ -4632,10 +4632,10 @@ packages: } dev: false - /tsx@4.7.0: + /tsx@4.7.1: resolution: { - integrity: sha512-I+t79RYPlEYlHn9a+KzwrvEwhJg35h/1zHsLC2JXvhC2mdynMv6Zxzvhv5EMV6VF5qJlLlkSnMVvdZV3PSIGcg==, + integrity: sha512-8d6VuibXHtlN5E3zFkgY8u4DX7Y3Z27zvvPKVmLon/D4AjuKzarkUBTLDBgj9iTQ0hg5xM7c/mYiRVM+HETf0g==, } engines: { node: ">=18.0.0" } hasBin: true