update all pages to have changelog in front matter ; ensure automatic add of changelog section is consistent with the rest of the site

This commit is contained in:
KemoNine 2024-07-04 15:24:14 -04:00
parent 96d5805abd
commit 7e46f0ceb9
42 changed files with 199 additions and 336 deletions

View file

@ -11,15 +11,11 @@ categories:
- anecdote - anecdote
tags: tags:
- anecdote - anecdote
changelog:
- date: 1900-12-30
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 1900-12-30 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## The Scene ## The Scene
{{< back_to_top >}} {{< back_to_top >}}
@ -39,4 +35,4 @@ A personal journey
Thoughts/feels/advice/etc expansion Thoughts/feels/advice/etc expansion
{{< back_to_top >}} {{< end_section >}}

View file

@ -11,15 +11,11 @@ categories:
- anecdote - anecdote
tags: tags:
- anecdote - anecdote
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## The Scene ## The Scene
{{< back_to_top >}} {{< back_to_top >}}

View file

@ -10,15 +10,11 @@ categories:
- anecdote - anecdote
tags: tags:
- anecdote - anecdote
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## My Concern ## My Concern
{{< back_to_top >}} {{< back_to_top >}}
@ -59,4 +55,4 @@ Thankfully Windows 10 has a way to address this need built into the operating sy
For my fix you can see the [Split voice and game audio]({{< ref "/tips/tech-split-audio.md" >}}) for details on how I improved my situation. For my fix you can see the [Split voice and game audio]({{< ref "/tips/tech-split-audio.md" >}}) for details on how I improved my situation.
{{< back_to_top >}} {{< end_section >}}

View file

@ -10,16 +10,13 @@ categories:
- faq - faq
tags: tags:
- faq - faq
changelog:
- date: 1900-12-31
text: "Add additional detail, tags"
- date: 1900-12-30
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 1900-12-31 "Add additional detail, tags" >}}
{{< change 1900-12-30 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Intro ## Intro
{{< back_to_top >}} {{< back_to_top >}}

View file

@ -3,32 +3,40 @@ title: _ Contributing _
author: author:
- KemoNine - KemoNine
publishDate: 2023-03-20 publishDate: 2023-03-20
lastMod: 2023-03-21 lastMod: 2024-07-04
toc: true toc: true
draft: false draft: false
categories: categories:
- faq - faq
tags: tags:
- faq - faq
changelog:
- date: 2024-07-04
text: "Adjust conventions to accommodate the changelog for each page being moved to the front matter"
- date: 2023-03-23
text: "Add info on anecdotes, related pages, related anecdotes, conflicting access needs, attribution and syndication"
- date: 2023-03-22
text: "Fix typo"
- date: 2023-03-21
text: "Remove source code section as it's spurrious info presently"
- date: 2023-03-21
text: "Re-order sections to be more similar to the order of the initial sections of content pages"
- date: 2023-03-21
text: "Add detail on submitting content updates"
- date: 2023-03-21
text: "Add missing jump links"
- date: 2023-03-21
text: "Re-order some sections for better flow and clarity"
- date: 2023-03-21
text: "Add note about source code"
- date: 2023-03-21
text: "Add additional info on GitHub and how it's used for contributions"
- date: 2023-03-21
text: "Add note that change log is exempt from 2nd level heading 'back to top'"
- date: 2023-03-20
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Add info on anecdotes, related pages, related anecdotes, conflicting access needs, attribution and syndication" >}}
{{< change 2023-03-22 "Fix typo" >}}
{{< change 2023-03-21 "Remove source code section as it's spurrious info presently" >}}
{{< change 2023-03-21 "Re-order sections to be more similar to the order of the initial sections of content pages" >}}
{{< change 2023-03-21 "Add detail on submitting content updates" >}}
{{< change 2023-03-21 "Add missing jump links" >}}
{{< change 2023-03-21 "Re-order some sections for better flow and clarity" >}}
{{< change 2023-03-21 "Add note about source code" >}}
{{< change 2023-03-21 "Add additional info on GitHub and how it's used for contributions" >}}
{{< change 2023-03-21 "Add note that change log is exempt from 2nd level heading 'back to top'" >}}
{{< change 2023-03-20 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Submitting Contributions ## Submitting Contributions
{{< back_to_top >}} {{< back_to_top >}}
@ -222,7 +230,7 @@ For the `News` section of the site we ask that you do **NOT** tag entries. The n
This site uses GitHub for tracking the changes to the content used to generate the site. Please consider GitHub the source of truth for the data contained on this website. This site uses GitHub for tracking the changes to the content used to generate the site. Please consider GitHub the source of truth for the data contained on this website.
However, that does *not* do our readers any good and we require all content pages have a `Changelog` section at the top. We require at least an entry for `Initial creation` as well. However, that does *not* do our readers any good and we require all content pages have a `changelog` section in the front matter of each page. We require at least an entry for `Initial creation` as well.
If you are editing an existing page, we require that you add a dated entry with a summary of the changes made. If you are editing an existing page, we require that you add a dated entry with a summary of the changes made.
@ -247,7 +255,6 @@ We do not have a standard format for this section and leave it to the contributo
If submitting content or copy edits, please note the following If submitting content or copy edits, please note the following
- Each 2nd level heading should have the <code>{{&lt; back_to_top &gt;}}</code> short code on the line following the heading - Each 2nd level heading should have the <code>{{&lt; back_to_top &gt;}}</code> short code on the line following the heading
- The `Changelog` heading is exempt from this rule as it is used for the `Back to top` and `Back to ToC` page links
- Each 3rd or higher level heading should have the <code>{{&lt; end_section &gt;}}</code> or <code>{{&lt; back_to_top &gt;}}</code> shortcode present at the end of the section. Use your best judgement on which of these two shortcodes to use - Each 3rd or higher level heading should have the <code>{{&lt; end_section &gt;}}</code> or <code>{{&lt; back_to_top &gt;}}</code> shortcode present at the end of the section. Use your best judgement on which of these two shortcodes to use
- If there are any sections beyond `Changelog`, the table of contents must be enabled - If there are any sections beyond `Changelog`, the table of contents must be enabled
- When naming files, categories, tags and similar: use dashes ( `-` ) for separating words. Changes using Snakes ( `_` ) or `CamelCase` will **not** be approved for inclusion - When naming files, categories, tags and similar: use dashes ( `-` ) for separating words. Changes using Snakes ( `_` ) or `CamelCase` will **not** be approved for inclusion
@ -290,3 +297,5 @@ We encourage contributors to include `Related Pages` and `Related Anecdotes` sec
However, we know this may not be possible and will accept pages lacking these sections. However, we know this may not be possible and will accept pages lacking these sections.
These sections should be simple bulleted lists with links to related content. These sections should be simple bulleted lists with links to related content.
{{< end_section >}}

View file

@ -3,23 +3,19 @@ title: How this site is hosted and managed
author: author:
- KemoNine - KemoNine
publishDate: 2023-03-21 publishDate: 2023-03-21
lastMod: 2023-03-21 lastMod: 2024-07-04
toc: true toc: true
draft: false draft: false
categories: categories:
- faq - faq
tags: tags:
- faq - faq
changelog:
- date: 2024-07-04
text: "Adjust info based on removal of Static CMS"
- date: 2023-03-21
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2024-07-04 "Adjust info based on removal of Static CMS" >}}
{{< change 2023-03-21 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Technology Used ## Technology Used
{{< back_to_top >}} {{< back_to_top >}}
@ -136,4 +132,4 @@ All the technological amenities are very hands off and present to help with coll
The only downside we have found so far is the GitHub interface overwhelming users and contributors initially. Hopefully the [_ Contributing _ page]({{< ref "faq/contributing" >}}) can help bridge this gap for our users and collaborators. The only downside we have found so far is the GitHub interface overwhelming users and contributors initially. Hopefully the [_ Contributing _ page]({{< ref "faq/contributing" >}}) can help bridge this gap for our users and collaborators.
{{< back_to_top >}} {{< end_section >}}

View file

@ -10,15 +10,11 @@ categories:
- faq - faq
tags: tags:
- faq - faq
changelog:
- date: 2023-03-21
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-21 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## General ## General
You can use the different headings at the top to discover content. You can use the different headings at the top to discover content.

View file

@ -3,23 +3,20 @@ title: Tech Used
author: author:
- KemoNine - KemoNine
publishDate: 2023-03-21 publishDate: 2023-03-21
lastMod: 2023-03-21 lastMod: 2024-07-04
toc: false toc: false
draft: false draft: false
categories: categories:
- faq - faq
tags: tags:
- faq - faq
changelog:
- date: 2024-07-04
text: "Adjust info based on removal of Static CMS"
- date: 2023-03-21
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2024-07-04 "Adjust info based on removal of Static CMS" >}}
{{< change 2023-03-21 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
This website uses the following technologies to achive a highly accessible, free to host, easy to manage online knowledge base that also works offline. This website uses the following technologies to achive a highly accessible, free to host, easy to manage online knowledge base that also works offline.
[Hugo](https://gohugo.io/) [Hugo](https://gohugo.io/)
@ -40,4 +37,4 @@ This website uses the following technologies to achive a highly accessible, free
[NameCheap DNS](https://namecheap.com/) [NameCheap DNS](https://namecheap.com/)
: DNS registrar and record managent : DNS registrar and record managent
{{< back_to_top >}} {{< end_section >}}

View file

@ -10,15 +10,11 @@ categories:
- faq - faq
tags: tags:
- faq - faq
changelog:
- date: 2023-03-21
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-21 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
This website is operated by [KemoNine](https://kemonine.info) and they are the only person with access to the accounts that control the services providing source code control, hosting and domain name registration. This website is operated by [KemoNine](https://kemonine.info) and they are the only person with access to the accounts that control the services providing source code control, hosting and domain name registration.
The [Tech Used page]({{< ref "faq/tech-used" >}}) has additional detail on the technology powering this site. The [Tech Used page]({{< ref "faq/tech-used" >}}) has additional detail on the technology powering this site.

View file

@ -13,16 +13,13 @@ categories:
tags: tags:
- example - example
- testing - testing
changelog:
- date: 2023-03-17
text: "test change 1"
- date: 2023-03-18
text: "test change 2"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-17 "test change 1" >}}
{{< change 2023-03-18 "test change 2" >}}
{{< /changelog >}}
{{< end_section >}}
Use <code>[bbb]({{&lt; ref "[category]/[file].md" &gt;}})</code> for cross references[^1] Use <code>[bbb]({{&lt; ref "[category]/[file].md" &gt;}})</code> for cross references[^1]
This sample post is mainly for [**blogdown**](https://github.com/rstudio/blogdown) users. If you do not use **blogdown**, you can skip the first section. This sample post is mainly for [**blogdown**](https://github.com/rstudio/blogdown) users. If you do not use **blogdown**, you can skip the first section.
@ -103,4 +100,4 @@ A table (centered by default):
[^1]: This is the footnote linked at the very top of the page [^1]: This is the footnote linked at the very top of the page
{{< back_to_top >}} {{< end_section >}}

View file

@ -12,16 +12,13 @@ categories:
tags: tags:
- template - template
- example-tag - example-tag
changelog:
- date: 1900-12-31
text: "Add additional detail, tags"
- date: 1900-12-30
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 1900-12-31 "Add additional detail, tags" >}}
{{< change 1900-12-30 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Intro ## Intro
{{< back_to_top >}} {{< back_to_top >}}

View file

@ -11,15 +11,11 @@ categories:
- art - art
tags: tags:
- coloring - coloring
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Required Program ## Required Program
{{< back_to_top >}} {{< back_to_top >}}
@ -52,4 +48,4 @@ If you have access to `imagemagick` you can quickly convert a PDF coloring page(
- <https://stackoverflow.com/questions/2869908/convert-pdf-to-png-using-imagemagick> - <https://stackoverflow.com/questions/2869908/convert-pdf-to-png-using-imagemagick>
- <https://legacy.imagemagick.org/discourse-server/viewtopic.php?t=11279> - <https://legacy.imagemagick.org/discourse-server/viewtopic.php?t=11279>
{{< back_to_top >}} {{< end_section >}}

View file

@ -12,15 +12,11 @@ categories:
tags: tags:
- coloring - coloring
- krita - krita
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Sounds Cool, Is Tricky ## Sounds Cool, Is Tricky
{{< back_to_top >}} {{< back_to_top >}}
@ -97,4 +93,4 @@ Rather than force folk, or my future self, to watch an almost 8 minute video tha
18. Use pencil brush + eraser to cleanup image 18. Use pencil brush + eraser to cleanup image
- Optional - Optional
{{< back_to_top >}} {{< end_section >}}

View file

@ -14,16 +14,12 @@ tags:
- coloring - coloring
- sketchbook-app - sketchbook-app
- krita - krita
changelog:
- date: 2023-04-05
text: "Adjust Krita S Pen configuration"
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-04-05 "Adjust Krita S Pen configuration" >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
{{< figure src="DSC02900-3.jpg" alt="A Surface Duo foldable phone showing Sketchbook full screen and a Surface Pen sitting on the corner of the screen at an angle. The work shown on-screen is a partially complete coloring page." caption="<span class=\"figure-number\">Figure 1: </span>An in-progress coloring page" >}} {{< figure src="DSC02900-3.jpg" alt="A Surface Duo foldable phone showing Sketchbook full screen and a Surface Pen sitting on the corner of the screen at an angle. The work shown on-screen is a partially complete coloring page." caption="<span class=\"figure-number\">Figure 1: </span>An in-progress coloring page" >}}
--- ---
@ -340,4 +336,4 @@ The below sections layout how I setup Krita overall and I leave the practical im
- double click: show canvas only - double click: show canvas only
- gestures: set all to do nothing - gestures: set all to do nothing
{{< back_to_top >}} {{< end_section >}}

View file

@ -4,7 +4,7 @@ author:
- KemoNine - KemoNine
publishDate: 2023-03-23 publishDate: 2023-03-23
lastMod: 2023-03-23 lastMod: 2023-03-23
toc: true toc: false
draft: false draft: false
categories: categories:
- tips - tips
@ -14,15 +14,11 @@ tags:
- drawing - drawing
- krita - krita
- color-palette - color-palette
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Palettes ## Palettes
{{< back_to_top >}} {{< back_to_top >}}
@ -38,4 +34,4 @@ The zip files can be extracted into the Krita `palettes` directory for use. Plea
- [Crayola Colors - Colors of the World Box for Krita](Crayola_Colors_of_The_World.zip) - [Crayola Colors - Colors of the World Box for Krita](Crayola_Colors_of_The_World.zip)
- [Crayola Colors - Gem Tones Box for Krita](Crayola_Gem_Tones.zip) - [Crayola Colors - Gem Tones Box for Krita](Crayola_Gem_Tones.zip)
{{< back_to_top >}} {{< end_section >}}

View file

@ -12,15 +12,11 @@ categories:
tags: tags:
- drawing - drawing
- zentangle - zentangle
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Templates ## Templates
{{< back_to_top >}} {{< back_to_top >}}
@ -30,4 +26,4 @@ The attached files are files I created as a 'Zentangle Template'. It's setup to
[Download Photoshop (psd) File](Zentangle-template.psd) [Download Photoshop (psd) File](Zentangle-template.psd)
{{< back_to_top >}} {{< end_section >}}

View file

@ -12,15 +12,11 @@ categories:
tags: tags:
- misc - misc
- uncategorized - uncategorized
changelog:
- date: 2023-04-06
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-04-06 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## What Is Here ## What Is Here
{{< back_to_top >}} {{< back_to_top >}}
@ -242,5 +238,5 @@ This page is dedicated to small culinary life hacks, tips, tricks and more.
- Make the minimum version - Make the minimum version
- Add spices from recipes to fill flavor profile to your preferences - Add spices from recipes to fill flavor profile to your preferences
{{< back_to_top >}} {{< end_section >}}

View file

@ -18,15 +18,11 @@ tags:
- amaranth - amaranth
- quinoa - quinoa
- rice - rice
changelog:
- date: 2023-03-25
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-25 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## The Techniques ## The Techniques
{{< back_to_top >}} {{< back_to_top >}}

View file

@ -13,15 +13,11 @@ categories:
tags: tags:
- negotiation - negotiation
- surgery - surgery
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## You can negotiate with doctors ## You can negotiate with doctors
{{< back_to_top >}} {{< back_to_top >}}
@ -64,4 +60,4 @@ Some points you may be able to negotiate with your doctor
- [Minor Day Surgery]({{< ref "/anecdotes/anon-minor-day-surgery-0001.md" >}}) - [Minor Day Surgery]({{< ref "/anecdotes/anon-minor-day-surgery-0001.md" >}})
{{< back_to_top >}} {{< end_section >}}

View file

@ -13,15 +13,11 @@ categories:
tags: tags:
- young-living - young-living
- liquid-xanax - liquid-xanax
changelog:
- date: 2023-04-05
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 1900-12-30 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## What's Here ## What's Here
{{< back_to_top >}} {{< back_to_top >}}
@ -55,4 +51,4 @@ Some basic info on essential oils and a recipe for `Liquid Xanax` from a communi
1. put essential oils in roller 1. put essential oils in roller
1. fill w/ favorite carrier oil (grapeseed / coconut oil) 1. fill w/ favorite carrier oil (grapeseed / coconut oil)
{{< back_to_top >}} {{< end_section >}}

View file

@ -11,15 +11,11 @@ categories:
- gaming - gaming
tags: tags:
- controller - controller
changelog:
- date: 2023-03-25
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-25 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}
@ -125,4 +121,4 @@ Right
- [In Game Controller Configurations]({{< ref "/tips/gaming-controllers-in-game.md">}}) - [In Game Controller Configurations]({{< ref "/tips/gaming-controllers-in-game.md">}})
- [Controller Gaming]({{< ref "/tips/gaming-controllers.md" >}}) - [Controller Gaming]({{< ref "/tips/gaming-controllers.md" >}})
{{< back_to_top >}} {{< end_section >}}

View file

@ -11,15 +11,11 @@ categories:
- gaming - gaming
tags: tags:
- controller - controller
changelog:
- date: 2023-03-25
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-25 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}
@ -242,4 +238,4 @@ This tip is a syndicated copy of KemoNine's [blog post](https://blog.kemonine.in
- [Controller Configurations]({{< ref "/tips/gaming-controllers-configs.md" >}}) - [Controller Configurations]({{< ref "/tips/gaming-controllers-configs.md" >}})
- [Controller Gaming]({{< ref "/tips/gaming-controllers.md" >}}) - [Controller Gaming]({{< ref "/tips/gaming-controllers.md" >}})
{{< back_to_top >}} {{< end_section >}}

View file

@ -11,15 +11,11 @@ categories:
- gaming - gaming
tags: tags:
- controller - controller
changelog:
- date: 2023-03-25
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-25 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}
@ -145,4 +141,4 @@ The following links are in no particular order and my recommended starting point
- [Controller Configurations]({{< ref "/tips/gaming-controllers-configs.md" >}}) - [Controller Configurations]({{< ref "/tips/gaming-controllers-configs.md" >}})
- [In Game Controller Configurations]({{< ref "/tips/gaming-controllers-in-game.md">}}) - [In Game Controller Configurations]({{< ref "/tips/gaming-controllers-in-game.md">}})
{{< back_to_top >}} {{< end_section >}}

View file

@ -13,15 +13,11 @@ tags:
- shaving - shaving
- razors - razors
- safety-razors - safety-razors
changelog:
- date: 2023-03-25
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-25 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}
@ -397,4 +393,4 @@ I'd also like to repeat: the above is what works for **me**. I totally expect yo
Take some time, research and jump into the wet shaving pond. You'll appreciate it in time, trust me. Take some time, research and jump into the wet shaving pond. You'll appreciate it in time, trust me.
{{< back_to_top >}} {{< end_section >}}

View file

@ -13,15 +13,11 @@ categories:
tags: tags:
- safety - safety
- rope - rope
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Background ## Background
{{< back_to_top >}} {{< back_to_top >}}
@ -170,4 +166,4 @@ That's really the whole of it. I managed to find **proper** safety gear that can
🤘 🤘
{{< back_to_top >}} {{< end_section >}}

View file

@ -13,15 +13,11 @@ tags:
- marijuana - marijuana
- mmj - mmj
- weed - weed
changelog:
- date: 2023-03-25
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-25 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Prerequisites ## Prerequisites
{{< back_to_top >}} {{< back_to_top >}}
@ -46,4 +42,4 @@ To clear the blockage
1. Re-attach cart and enjoy 1. Re-attach cart and enjoy
1. Use a towel and isopropyl alcohol at a greater than or equal to 80% concentration to clean the tooth pick 1. Use a towel and isopropyl alcohol at a greater than or equal to 80% concentration to clean the tooth pick
{{< back_to_top >}} {{< end_section >}}

View file

@ -14,15 +14,11 @@ tags:
- mmj - mmj
- weed - weed
- terpene - terpene
changelog:
- date: 2023-03-25
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-25 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Background ## Background
{{< back_to_top >}} {{< back_to_top >}}
@ -42,4 +38,4 @@ This page outlines some of the more well known marijuana terpenes as a starting
- **Limonene:** Improved mood, stress relief. [Leafly link](https://www.leafly.com/news/cannabis-101/what-is-limonene-and-what-are-the-benefits-of-this-cannabis-terpe) - **Limonene:** Improved mood, stress relief. [Leafly link](https://www.leafly.com/news/cannabis-101/what-is-limonene-and-what-are-the-benefits-of-this-cannabis-terpe)
- **Pinene:** Helps with pain, inflammation, anxiety. [Leafly link](https://www.leafly.com/news/cannabis-101/what-is-pinene-and-what-are-the-benefits-of-this-cannabis-terpene) - **Pinene:** Helps with pain, inflammation, anxiety. [Leafly link](https://www.leafly.com/news/cannabis-101/what-is-pinene-and-what-are-the-benefits-of-this-cannabis-terpene)
{{< back_to_top >}} {{< end_section >}}

View file

@ -11,15 +11,11 @@ categories:
- organizers - organizers
tags: tags:
- habit - habit
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}
@ -41,4 +37,4 @@ After talking with many people, it seems having a visual cue for how often you'r
{{< figure src="bujo-anti-bad-habit.jpg" alt="The anti-bad habit notebook with an example day filled out" caption="The Anti Bad Habit Notebook" >}} {{< figure src="bujo-anti-bad-habit.jpg" alt="The anti-bad habit notebook with an example day filled out" caption="The Anti Bad Habit Notebook" >}}
{{< back_to_top >}} {{< end_section >}}

View file

@ -11,15 +11,11 @@ categories:
- organizers - organizers
tags: tags:
- bujo - bujo
changelog:
- date: 2023-03-20
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-20 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Considerations ## Considerations
{{< back_to_top >}} {{< back_to_top >}}
@ -68,4 +64,4 @@ There are a lot of how to guides, videos and more on bullet journaling and apply
- [Pocket Sized Every Day Carries]({{< ref "/tips/organizers-pocket-sized-every-day-carries.md" >}}) - [Pocket Sized Every Day Carries]({{< ref "/tips/organizers-pocket-sized-every-day-carries.md" >}})
- [Waterproof Writing]({{< ref "/tips/writing-waterproof.md" >}}) - [Waterproof Writing]({{< ref "/tips/writing-waterproof.md" >}})
{{< back_to_top >}} {{< end_section >}}

View file

@ -11,15 +11,11 @@ categories:
- organizers - organizers
tags: tags:
- gtd - gtd
changelog:
- date: 2023-03-20
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-20 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Considerations ## Considerations
{{< back_to_top >}} {{< back_to_top >}}
@ -27,4 +23,4 @@ tags:
Instead of dedicating a space here on the topic, we recommend heading to the main GTD website as well as looking for paper notebooks or applications that implement the GTD organizational system. Instead of dedicating a space here on the topic, we recommend heading to the main GTD website as well as looking for paper notebooks or applications that implement the GTD organizational system.
{{< back_to_top >}} {{< end_section >}}

View file

@ -15,15 +15,11 @@ tags:
- pen - pen
- pencil - pencil
- paper - paper
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}
@ -133,4 +129,4 @@ Just don't give up, your every day carry is out there, it just may be slightly o
- [Interesting, if not odd, Discoveries]({{< ref "/tips/writing-interesting-supplies.md">}}) - [Interesting, if not odd, Discoveries]({{< ref "/tips/writing-interesting-supplies.md">}})
- [Waterproof Writing]({{< ref "/tips/writing-waterproof.md" >}}) - [Waterproof Writing]({{< ref "/tips/writing-waterproof.md" >}})
{{< back_to_top >}} {{< end_section >}}

View file

@ -16,15 +16,11 @@ tags:
- zettelkasten - zettelkasten
- org-mode - org-mode
- obsidian - obsidian
changelog:
- date: 2023-03-20
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-20 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Important ## Important
{{< back_to_top >}} {{< back_to_top >}}
@ -122,4 +118,4 @@ KemoNine has written extensively on digital organizers. A number of relevant pos
- [Digital Bullet Journal](https://blog.kemonine.info/blog/2022-11-03-digital-bullet-journal/) - [Digital Bullet Journal](https://blog.kemonine.info/blog/2022-11-03-digital-bullet-journal/)
- [Android org-agenda](https://blog.kemonine.info/blog/2023-02-17-android-org-agenda/) - [Android org-agenda](https://blog.kemonine.info/blog/2023-02-17-android-org-agenda/)
{{< back_to_top >}} {{< end_section >}}

View file

@ -16,18 +16,14 @@ tags:
- cfs - cfs
- covid - covid
- long-covid - long-covid
changelog:
- date: 2023-03-25
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 1900-12-30 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Guides ## Guides
{{< back_to_top >}} {{< back_to_top >}}
An Anonymous reader let us know there a few good pacing guides for ME/CFS, long covid and covid up at [meaction.net](https://www.meaction.net/resource/pacing-and-management-guide/) that may be good resources as staring points related to pacing. An Anonymous reader let us know there a few good pacing guides for ME/CFS, long covid and covid up at [meaction.net](https://www.meaction.net/resource/pacing-and-management-guide/) that may be good resources as staring points related to pacing.
{{< back_to_top >}} {{< end_section >}}

View file

@ -13,15 +13,11 @@ tags:
- phone - phone
- tablet - tablet
- laptop - laptop
changelog:
- date: 2023-03-25
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-25 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}
@ -147,4 +143,4 @@ Everything else I need a comptuer for day to day is supported by my phone and la
{{< figure src="Fixing-Servers.jpg" alt="The NexDock plugged into a Raspberry Pi showing it can be used to administer servers. The picture shows the NexDock on the floor next to a number of servers and other 'enterprise' hardware that forms the foundation of my home network." caption="Fix a server? Yep!" >}} {{< figure src="Fixing-Servers.jpg" alt="The NexDock plugged into a Raspberry Pi showing it can be used to administer servers. The picture shows the NexDock on the floor next to a number of servers and other 'enterprise' hardware that forms the foundation of my home network." caption="Fix a server? Yep!" >}}
{{< back_to_top >}} {{< end_section >}}

View file

@ -13,15 +13,11 @@ tags:
- audio - audio
- speech - speech
- hearing - hearing
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}
This tip is a syndicated copy of KemoNine's [blog post](https://blog.kemonine.info/blog/2022-08-01-more-accessible-gaming-audio/). It has been split into this page and a related [anecdote]({{< ref "/anecdotes/kemonine-audio-processing-woes.md" >}}). This tip is a syndicated copy of KemoNine's [blog post](https://blog.kemonine.info/blog/2022-08-01-more-accessible-gaming-audio/). It has been split into this page and a related [anecdote]({{< ref "/anecdotes/kemonine-audio-processing-woes.md" >}}).
@ -56,4 +52,4 @@ This can be helpful for those with speech processing needs. It allows you to iso
- [Audio Processing Woes]({{< ref "/anecdotes/kemonine-audio-processing-woes.md" >}}) - [Audio Processing Woes]({{< ref "/anecdotes/kemonine-audio-processing-woes.md" >}})
{{< back_to_top >}} {{< end_section >}}

View file

@ -12,15 +12,11 @@ categories:
tags: tags:
- every-day-carry - every-day-carry
- notebook - notebook
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}
@ -133,12 +129,3 @@ Jewelry Toolbox Artisan - Misc charms and more
: <https://www.etsy.com/shop/JewelryToolBox> : <https://www.etsy.com/shop/JewelryToolBox>
{{< end_section >}} {{< end_section >}}
## Related Pages
{{< back_to_top >}}
- [Interesting, if not odd, Discoveries]({{< ref "/tips/writing-interesting-supplies.md">}})
- [Pocket Sized Every Day Carries]({{< ref "/tips/organizers-pocket-sized-every-day-carries.md" >}})
- [Waterproof Writing]({{< ref "/tips/writing-waterproof.md" >}})
{{< back_to_top >}}

View file

@ -14,15 +14,11 @@ tags:
- pen - pen
- pencil - pencil
- paper - paper
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}

View file

@ -14,15 +14,11 @@ tags:
- pen - pen
- pencil - pencil
- paper - paper
changelog:
- date: 2023-03-23
text: "Initial creation"
--- ---
## Changelog
{{< changelog >}}
{{< change 2023-03-23 "Initial creation" >}}
{{< /changelog >}}
{{< end_section >}}
## Attribution ## Attribution
{{< back_to_top >}} {{< back_to_top >}}
@ -72,4 +68,4 @@ I wish I had more to say but there are very few options for analog writers that
Hopefully this has helped despite the lean amount of options available. Hopefully this has helped despite the lean amount of options available.
{{< back_to_top >}} {{< end_section >}}

View file

@ -7,6 +7,14 @@
{{ if .Params.changelog }} {{ if .Params.changelog }}
<h2>Changelog</h2> <h2>Changelog</h2>
{{ if .Page.Params.toc }}
<a class="back_to_top" href="#top">Back to ToC</a>
&nbsp;|&nbsp;
{{ else }}
<a class="back_to_top" href="#top">Back to top</a>
&nbsp;|&nbsp;
{{ end }}
<a class="back_to_top" href="#page_menu">Back to page menu</a>
<div id="Changelog"> <div id="Changelog">
<dl> <dl>
{{ range .Params.changelog }} {{ range .Params.changelog }}

View file

@ -19,6 +19,10 @@
&nbsp;|&nbsp;<a class="back_to_top" href="#tags">Jump to tags</a> &nbsp;|&nbsp;<a class="back_to_top" href="#tags">Jump to tags</a>
{{ end }} {{ end }}
{{ if .Page.Params.changelog }}
&nbsp;|&nbsp;<a class="back_to_top" href="#Changelog">Jump to Changelog</a>
{{ end }}
{{ range first 1 (where (where .Site.Pages ".Params.tags" "intersect" .Params.tags) "Permalink" "!=" .Permalink) }} {{ range first 1 (where (where .Site.Pages ".Params.tags" "intersect" .Params.tags) "Permalink" "!=" .Permalink) }}
{{ $.Scratch.Set "has_related" true }} {{ $.Scratch.Set "has_related" true }}
{{ end }} {{ end }}

View file

@ -1,2 +0,0 @@
<dt><strong>{{ .Get 0 }}</strong></dt>
<dd>{{ .Get 1 }}</dd>

View file

@ -1,3 +0,0 @@
<dl>
{{ .Inner | safeHTML }}
</dl>