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:
parent
96d5805abd
commit
7e46f0ceb9
|
@ -11,15 +11,11 @@ categories:
|
|||
- anecdote
|
||||
tags:
|
||||
- anecdote
|
||||
changelog:
|
||||
- date: 1900-12-30
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 1900-12-30 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## The Scene
|
||||
{{< back_to_top >}}
|
||||
|
||||
|
@ -39,4 +35,4 @@ A personal journey
|
|||
|
||||
Thoughts/feels/advice/etc expansion
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -11,15 +11,11 @@ categories:
|
|||
- anecdote
|
||||
tags:
|
||||
- anecdote
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## The Scene
|
||||
{{< back_to_top >}}
|
||||
|
||||
|
|
|
@ -10,15 +10,11 @@ categories:
|
|||
- anecdote
|
||||
tags:
|
||||
- anecdote
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## My Concern
|
||||
{{< 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.
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -10,16 +10,13 @@ categories:
|
|||
- faq
|
||||
tags:
|
||||
- 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
|
||||
{{< back_to_top >}}
|
||||
|
||||
|
|
|
@ -3,32 +3,40 @@ title: _ Contributing _
|
|||
author:
|
||||
- KemoNine
|
||||
publishDate: 2023-03-20
|
||||
lastMod: 2023-03-21
|
||||
lastMod: 2024-07-04
|
||||
toc: true
|
||||
draft: false
|
||||
categories:
|
||||
- faq
|
||||
tags:
|
||||
- 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
|
||||
{{< 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.
|
||||
|
||||
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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
- Each 2nd level heading should have the <code>{{< back_to_top >}}</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>{{< end_section >}}</code> or <code>{{< back_to_top >}}</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
|
||||
- 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.
|
||||
|
||||
These sections should be simple bulleted lists with links to related content.
|
||||
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -3,23 +3,19 @@ title: How this site is hosted and managed
|
|||
author:
|
||||
- KemoNine
|
||||
publishDate: 2023-03-21
|
||||
lastMod: 2023-03-21
|
||||
lastMod: 2024-07-04
|
||||
toc: true
|
||||
draft: false
|
||||
categories:
|
||||
- faq
|
||||
tags:
|
||||
- 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
|
||||
{{< 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.
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -10,15 +10,11 @@ categories:
|
|||
- faq
|
||||
tags:
|
||||
- faq
|
||||
changelog:
|
||||
- date: 2023-03-21
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-21 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## General
|
||||
|
||||
You can use the different headings at the top to discover content.
|
||||
|
@ -71,4 +67,4 @@ Please note: This section is searchable but kept independent of the main knowled
|
|||
|
||||
We have published an [RSS feed](/index.xml) if you'd like to subscribe to the blog.
|
||||
|
||||
{{< end_section >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -3,23 +3,20 @@ title: Tech Used
|
|||
author:
|
||||
- KemoNine
|
||||
publishDate: 2023-03-21
|
||||
lastMod: 2023-03-21
|
||||
lastMod: 2024-07-04
|
||||
toc: false
|
||||
draft: false
|
||||
categories:
|
||||
- faq
|
||||
tags:
|
||||
- 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.
|
||||
|
||||
[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/)
|
||||
: DNS registrar and record managent
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -10,15 +10,11 @@ categories:
|
|||
- faq
|
||||
tags:
|
||||
- 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.
|
||||
|
||||
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.
|
||||
|
|
|
@ -13,16 +13,13 @@ categories:
|
|||
tags:
|
||||
- example
|
||||
- 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]({{< ref "[category]/[file].md" >}})</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.
|
||||
|
@ -103,4 +100,4 @@ A table (centered by default):
|
|||
|
||||
[^1]: This is the footnote linked at the very top of the page
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -12,16 +12,13 @@ categories:
|
|||
tags:
|
||||
- template
|
||||
- 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
|
||||
{{< back_to_top >}}
|
||||
|
||||
|
|
|
@ -11,15 +11,11 @@ categories:
|
|||
- art
|
||||
tags:
|
||||
- coloring
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Required Program
|
||||
{{< 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://legacy.imagemagick.org/discourse-server/viewtopic.php?t=11279>
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -12,15 +12,11 @@ categories:
|
|||
tags:
|
||||
- coloring
|
||||
- krita
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Sounds Cool, Is Tricky
|
||||
{{< 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
|
||||
- Optional
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -14,16 +14,12 @@ tags:
|
|||
- coloring
|
||||
- sketchbook-app
|
||||
- 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" >}}
|
||||
|
||||
---
|
||||
|
@ -340,4 +336,4 @@ The below sections layout how I setup Krita overall and I leave the practical im
|
|||
- double click: show canvas only
|
||||
- gestures: set all to do nothing
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -4,7 +4,7 @@ author:
|
|||
- KemoNine
|
||||
publishDate: 2023-03-23
|
||||
lastMod: 2023-03-23
|
||||
toc: true
|
||||
toc: false
|
||||
draft: false
|
||||
categories:
|
||||
- tips
|
||||
|
@ -14,15 +14,11 @@ tags:
|
|||
- drawing
|
||||
- krita
|
||||
- color-palette
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Palettes
|
||||
{{< 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 - Gem Tones Box for Krita](Crayola_Gem_Tones.zip)
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -12,15 +12,11 @@ categories:
|
|||
tags:
|
||||
- drawing
|
||||
- zentangle
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Templates
|
||||
{{< 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)
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -12,15 +12,11 @@ categories:
|
|||
tags:
|
||||
- misc
|
||||
- uncategorized
|
||||
changelog:
|
||||
- date: 2023-04-06
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-04-06 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## What Is Here
|
||||
{{< back_to_top >}}
|
||||
|
||||
|
@ -242,5 +238,5 @@ This page is dedicated to small culinary life hacks, tips, tricks and more.
|
|||
- Make the minimum version
|
||||
- Add spices from recipes to fill flavor profile to your preferences
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
||||
|
|
|
@ -18,15 +18,11 @@ tags:
|
|||
- amaranth
|
||||
- quinoa
|
||||
- rice
|
||||
changelog:
|
||||
- date: 2023-03-25
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-25 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## The Techniques
|
||||
{{< back_to_top >}}
|
||||
|
||||
|
|
|
@ -13,15 +13,11 @@ categories:
|
|||
tags:
|
||||
- negotiation
|
||||
- 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
|
||||
{{< 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" >}})
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -13,15 +13,11 @@ categories:
|
|||
tags:
|
||||
- young-living
|
||||
- liquid-xanax
|
||||
changelog:
|
||||
- date: 2023-04-05
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 1900-12-30 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## What's Here
|
||||
{{< 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. fill w/ favorite carrier oil (grapeseed / coconut oil)
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -11,15 +11,11 @@ categories:
|
|||
- gaming
|
||||
tags:
|
||||
- controller
|
||||
changelog:
|
||||
- date: 2023-03-25
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-25 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< back_to_top >}}
|
||||
|
||||
|
@ -125,4 +121,4 @@ Right
|
|||
- [In Game Controller Configurations]({{< ref "/tips/gaming-controllers-in-game.md">}})
|
||||
- [Controller Gaming]({{< ref "/tips/gaming-controllers.md" >}})
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -11,15 +11,11 @@ categories:
|
|||
- gaming
|
||||
tags:
|
||||
- controller
|
||||
changelog:
|
||||
- date: 2023-03-25
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-25 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< 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 Gaming]({{< ref "/tips/gaming-controllers.md" >}})
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -11,15 +11,11 @@ categories:
|
|||
- gaming
|
||||
tags:
|
||||
- controller
|
||||
changelog:
|
||||
- date: 2023-03-25
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-25 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< 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" >}})
|
||||
- [In Game Controller Configurations]({{< ref "/tips/gaming-controllers-in-game.md">}})
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -13,15 +13,11 @@ tags:
|
|||
- shaving
|
||||
- razors
|
||||
- safety-razors
|
||||
changelog:
|
||||
- date: 2023-03-25
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-25 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< 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.
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -13,15 +13,11 @@ categories:
|
|||
tags:
|
||||
- safety
|
||||
- rope
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Background
|
||||
{{< 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 >}}
|
||||
|
|
|
@ -13,15 +13,11 @@ tags:
|
|||
- marijuana
|
||||
- mmj
|
||||
- weed
|
||||
changelog:
|
||||
- date: 2023-03-25
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-25 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Prerequisites
|
||||
{{< back_to_top >}}
|
||||
|
||||
|
@ -46,4 +42,4 @@ To clear the blockage
|
|||
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
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -14,15 +14,11 @@ tags:
|
|||
- mmj
|
||||
- weed
|
||||
- terpene
|
||||
changelog:
|
||||
- date: 2023-03-25
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-25 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Background
|
||||
{{< 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)
|
||||
- **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 >}}
|
||||
|
|
|
@ -11,15 +11,11 @@ categories:
|
|||
- organizers
|
||||
tags:
|
||||
- habit
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< 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" >}}
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -11,15 +11,11 @@ categories:
|
|||
- organizers
|
||||
tags:
|
||||
- bujo
|
||||
changelog:
|
||||
- date: 2023-03-20
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-20 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Considerations
|
||||
{{< 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" >}})
|
||||
- [Waterproof Writing]({{< ref "/tips/writing-waterproof.md" >}})
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -11,15 +11,11 @@ categories:
|
|||
- organizers
|
||||
tags:
|
||||
- gtd
|
||||
changelog:
|
||||
- date: 2023-03-20
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-20 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Considerations
|
||||
{{< 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.
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -15,15 +15,11 @@ tags:
|
|||
- pen
|
||||
- pencil
|
||||
- paper
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< 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">}})
|
||||
- [Waterproof Writing]({{< ref "/tips/writing-waterproof.md" >}})
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -16,15 +16,11 @@ tags:
|
|||
- zettelkasten
|
||||
- org-mode
|
||||
- obsidian
|
||||
changelog:
|
||||
- date: 2023-03-20
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-20 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Important
|
||||
{{< 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/)
|
||||
- [Android org-agenda](https://blog.kemonine.info/blog/2023-02-17-android-org-agenda/)
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -16,18 +16,14 @@ tags:
|
|||
- cfs
|
||||
- covid
|
||||
- long-covid
|
||||
changelog:
|
||||
- date: 2023-03-25
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 1900-12-30 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Guides
|
||||
{{< 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.
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -13,15 +13,11 @@ tags:
|
|||
- phone
|
||||
- tablet
|
||||
- laptop
|
||||
changelog:
|
||||
- date: 2023-03-25
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-25 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< 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!" >}}
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -13,15 +13,11 @@ tags:
|
|||
- audio
|
||||
- speech
|
||||
- hearing
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< 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" >}}).
|
||||
|
@ -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" >}})
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -12,15 +12,11 @@ categories:
|
|||
tags:
|
||||
- every-day-carry
|
||||
- notebook
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< back_to_top >}}
|
||||
|
||||
|
@ -133,12 +129,3 @@ Jewelry Toolbox Artisan - Misc charms and more
|
|||
: <https://www.etsy.com/shop/JewelryToolBox>
|
||||
|
||||
{{< 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 >}}
|
|
@ -14,15 +14,11 @@ tags:
|
|||
- pen
|
||||
- pencil
|
||||
- paper
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< back_to_top >}}
|
||||
|
||||
|
@ -183,4 +179,4 @@ De Atramentis Document Inks
|
|||
- [Pocket Sized Every Day Carries]({{< ref "/tips/organizers-pocket-sized-every-day-carries.md" >}})
|
||||
- [Waterproof Writing]({{< ref "/tips/writing-waterproof.md" >}})
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< back_to_top >}}
|
||||
|
|
|
@ -14,15 +14,11 @@ tags:
|
|||
- pen
|
||||
- pencil
|
||||
- paper
|
||||
changelog:
|
||||
- date: 2023-03-23
|
||||
text: "Initial creation"
|
||||
---
|
||||
|
||||
## Changelog
|
||||
{{< changelog >}}
|
||||
{{< change 2023-03-23 "Initial creation" >}}
|
||||
{{< /changelog >}}
|
||||
|
||||
{{< end_section >}}
|
||||
|
||||
## Attribution
|
||||
{{< 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.
|
||||
|
||||
{{< back_to_top >}}
|
||||
{{< end_section >}}
|
||||
|
|
|
@ -7,6 +7,14 @@
|
|||
|
||||
{{ if .Params.changelog }}
|
||||
<h2>Changelog</h2>
|
||||
{{ if .Page.Params.toc }}
|
||||
<a class="back_to_top" href="#top">Back to ToC</a>
|
||||
|
|
||||
{{ else }}
|
||||
<a class="back_to_top" href="#top">Back to top</a>
|
||||
|
|
||||
{{ end }}
|
||||
<a class="back_to_top" href="#page_menu">Back to page menu</a>
|
||||
<div id="Changelog">
|
||||
<dl>
|
||||
{{ range .Params.changelog }}
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
{{ with .Page.Params.tags }}
|
||||
| <a class="back_to_top" href="#tags">Jump to tags</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Page.Params.changelog }}
|
||||
| <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) }}
|
||||
{{ $.Scratch.Set "has_related" true }}
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
<dt><strong>{{ .Get 0 }}</strong></dt>
|
||||
<dd>{{ .Get 1 }}</dd>
|
|
@ -1,3 +0,0 @@
|
|||
<dl>
|
||||
{{ .Inner | safeHTML }}
|
||||
</dl>
|
Loading…
Reference in a new issue