From 7e46f0ceb9f0541e2b00385939ce693855c359dc Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 4 Jul 2024 15:24:14 -0400 Subject: [PATCH] update all pages to have changelog in front matter ; ensure automatic add of changelog section is consistent with the rest of the site --- content/anecdotes/_template.md | 12 ++--- .../anecdotes/anon-minor-day-surgery-0001.md | 10 ++-- .../kemonine-audio-processing-woes.md | 12 ++--- content/faq/_template.md | 13 ++--- content/faq/contributing.md | 49 +++++++++++-------- .../how-this-site-is-hosted-and-managed.md | 18 +++---- content/faq/navigation.md | 12 ++--- content/faq/tech-used.md | 17 +++---- content/faq/transparency-report.md | 12 ++--- content/tips/_example.md | 15 +++--- content/tips/_template.md | 13 ++--- .../tips/art-convert-pdf-coloring-pages.md | 12 ++--- .../art-convert-photo-to-coloring-page.md | 12 ++--- .../art-digital-coloring-and-drawing/index.md | 16 +++--- .../tips/art-krita-color-palettes/index.md | 14 ++---- .../art-zentangle-template-images/index.md | 12 ++--- content/tips/culinary-misc.md | 12 ++--- content/tips/culinary-ways-to-cook-grains.md | 10 ++-- .../tips/doctors-negotiating-with-doctors.md | 12 ++--- content/tips/essential-oils.md | 12 ++--- content/tips/gaming-controllers-configs.md | 12 ++--- content/tips/gaming-controllers-in-game.md | 12 ++--- content/tips/gaming-controllers.md | 12 ++--- .../tips/grooming-shaving-supplies/index.md | 12 ++--- content/tips/kink-rope-safety.md | 12 ++--- content/tips/meds-mmj-blocked-carts.md | 12 ++--- content/tips/meds-mmj-terpenes.md | 12 ++--- .../index.md | 12 ++--- content/tips/organizers-bujo.md | 12 ++--- content/tips/organizers-gtd.md | 12 ++--- ...ganizers-pocket-sized-every-day-carries.md | 12 ++--- content/tips/organizers.md | 12 ++--- content/tips/pacing-guides.md | 12 ++--- content/tips/tech-phone-as-a-laptop/index.md | 12 ++--- content/tips/tech-split-audio.md | 12 ++--- content/tips/writing-analog-notebooks.md | 19 ++----- content/tips/writing-interesting-supplies.md | 12 ++--- content/tips/writing-waterproof.md | 12 ++--- themes/hugo-xmin/layouts/_default/single.html | 8 +++ .../hugo-xmin/layouts/partials/page_meta.html | 4 ++ .../hugo-xmin/layouts/shortcodes/change.html | 2 - .../layouts/shortcodes/changelog.html | 3 -- 42 files changed, 199 insertions(+), 336 deletions(-) delete mode 100644 themes/hugo-xmin/layouts/shortcodes/change.html delete mode 100644 themes/hugo-xmin/layouts/shortcodes/changelog.html diff --git a/content/anecdotes/_template.md b/content/anecdotes/_template.md index add7074..bf1d371 100644 --- a/content/anecdotes/_template.md +++ b/content/anecdotes/_template.md @@ -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 >}} diff --git a/content/anecdotes/anon-minor-day-surgery-0001.md b/content/anecdotes/anon-minor-day-surgery-0001.md index 02796b4..d64c7ac 100644 --- a/content/anecdotes/anon-minor-day-surgery-0001.md +++ b/content/anecdotes/anon-minor-day-surgery-0001.md @@ -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 >}} diff --git a/content/anecdotes/kemonine-audio-processing-woes.md b/content/anecdotes/kemonine-audio-processing-woes.md index 5676a07..d5b9c5e 100644 --- a/content/anecdotes/kemonine-audio-processing-woes.md +++ b/content/anecdotes/kemonine-audio-processing-woes.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/faq/_template.md b/content/faq/_template.md index 02763f3..a3b26ba 100644 --- a/content/faq/_template.md +++ b/content/faq/_template.md @@ -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 >}} diff --git a/content/faq/contributing.md b/content/faq/contributing.md index 81142bd..8b53d8d 100644 --- a/content/faq/contributing.md +++ b/content/faq/contributing.md @@ -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 {{< back_to_top >}} 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 {{< end_section >}} or {{< back_to_top >}} 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 >}} diff --git a/content/faq/how-this-site-is-hosted-and-managed.md b/content/faq/how-this-site-is-hosted-and-managed.md index 58a9108..e29f4ef 100644 --- a/content/faq/how-this-site-is-hosted-and-managed.md +++ b/content/faq/how-this-site-is-hosted-and-managed.md @@ -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 >}} diff --git a/content/faq/navigation.md b/content/faq/navigation.md index 7b1721a..1e45b0e 100644 --- a/content/faq/navigation.md +++ b/content/faq/navigation.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/faq/tech-used.md b/content/faq/tech-used.md index d9f3282..9c0f23d 100644 --- a/content/faq/tech-used.md +++ b/content/faq/tech-used.md @@ -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 >}} diff --git a/content/faq/transparency-report.md b/content/faq/transparency-report.md index 8f37668..47174ea 100644 --- a/content/faq/transparency-report.md +++ b/content/faq/transparency-report.md @@ -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. \ No newline at end of file +The [Tech Used page]({{< ref "faq/tech-used" >}}) has additional detail on the technology powering this site. diff --git a/content/tips/_example.md b/content/tips/_example.md index e8bb620..cbe3eb2 100644 --- a/content/tips/_example.md +++ b/content/tips/_example.md @@ -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 [bbb]({{< ref "[category]/[file].md" >}}) 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 >}} diff --git a/content/tips/_template.md b/content/tips/_template.md index 65f2e66..43bad72 100644 --- a/content/tips/_template.md +++ b/content/tips/_template.md @@ -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 >}} diff --git a/content/tips/art-convert-pdf-coloring-pages.md b/content/tips/art-convert-pdf-coloring-pages.md index 160c479..6b5ba0b 100644 --- a/content/tips/art-convert-pdf-coloring-pages.md +++ b/content/tips/art-convert-pdf-coloring-pages.md @@ -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( - - -{{< back_to_top >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/art-convert-photo-to-coloring-page.md b/content/tips/art-convert-photo-to-coloring-page.md index e7a534e..b4c4e51 100644 --- a/content/tips/art-convert-photo-to-coloring-page.md +++ b/content/tips/art-convert-photo-to-coloring-page.md @@ -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 >}} diff --git a/content/tips/art-digital-coloring-and-drawing/index.md b/content/tips/art-digital-coloring-and-drawing/index.md index fa75626..37b6f9d 100644 --- a/content/tips/art-digital-coloring-and-drawing/index.md +++ b/content/tips/art-digital-coloring-and-drawing/index.md @@ -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="Figure 1: 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 >}} diff --git a/content/tips/art-krita-color-palettes/index.md b/content/tips/art-krita-color-palettes/index.md index 7074a29..1fd6d51 100644 --- a/content/tips/art-krita-color-palettes/index.md +++ b/content/tips/art-krita-color-palettes/index.md @@ -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 >}} diff --git a/content/tips/art-zentangle-template-images/index.md b/content/tips/art-zentangle-template-images/index.md index 5388ffc..e7c799e 100644 --- a/content/tips/art-zentangle-template-images/index.md +++ b/content/tips/art-zentangle-template-images/index.md @@ -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 >}} diff --git a/content/tips/culinary-misc.md b/content/tips/culinary-misc.md index 8411ce8..a08afa8 100644 --- a/content/tips/culinary-misc.md +++ b/content/tips/culinary-misc.md @@ -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 >}} diff --git a/content/tips/culinary-ways-to-cook-grains.md b/content/tips/culinary-ways-to-cook-grains.md index 3199764..0910b2b 100644 --- a/content/tips/culinary-ways-to-cook-grains.md +++ b/content/tips/culinary-ways-to-cook-grains.md @@ -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 >}} diff --git a/content/tips/doctors-negotiating-with-doctors.md b/content/tips/doctors-negotiating-with-doctors.md index 55bb6c3..1e0b73e 100644 --- a/content/tips/doctors-negotiating-with-doctors.md +++ b/content/tips/doctors-negotiating-with-doctors.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/essential-oils.md b/content/tips/essential-oils.md index fd33439..473f279 100644 --- a/content/tips/essential-oils.md +++ b/content/tips/essential-oils.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/gaming-controllers-configs.md b/content/tips/gaming-controllers-configs.md index cc8b31c..1aba7ad 100644 --- a/content/tips/gaming-controllers-configs.md +++ b/content/tips/gaming-controllers-configs.md @@ -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 >}} diff --git a/content/tips/gaming-controllers-in-game.md b/content/tips/gaming-controllers-in-game.md index 274f5c4..e58b00a 100644 --- a/content/tips/gaming-controllers-in-game.md +++ b/content/tips/gaming-controllers-in-game.md @@ -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 >}} diff --git a/content/tips/gaming-controllers.md b/content/tips/gaming-controllers.md index 9274a87..7e11bfc 100644 --- a/content/tips/gaming-controllers.md +++ b/content/tips/gaming-controllers.md @@ -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 >}} diff --git a/content/tips/grooming-shaving-supplies/index.md b/content/tips/grooming-shaving-supplies/index.md index 57c2807..1845a2d 100644 --- a/content/tips/grooming-shaving-supplies/index.md +++ b/content/tips/grooming-shaving-supplies/index.md @@ -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 >}} diff --git a/content/tips/kink-rope-safety.md b/content/tips/kink-rope-safety.md index d9c15eb..87afd0a 100644 --- a/content/tips/kink-rope-safety.md +++ b/content/tips/kink-rope-safety.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/meds-mmj-blocked-carts.md b/content/tips/meds-mmj-blocked-carts.md index 9d2735e..fd80517 100644 --- a/content/tips/meds-mmj-blocked-carts.md +++ b/content/tips/meds-mmj-blocked-carts.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/meds-mmj-terpenes.md b/content/tips/meds-mmj-terpenes.md index 86e2cfb..167d619 100644 --- a/content/tips/meds-mmj-terpenes.md +++ b/content/tips/meds-mmj-terpenes.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/organizers-anti-bad-habit-notebook/index.md b/content/tips/organizers-anti-bad-habit-notebook/index.md index 46edcd5..04f24a6 100644 --- a/content/tips/organizers-anti-bad-habit-notebook/index.md +++ b/content/tips/organizers-anti-bad-habit-notebook/index.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/organizers-bujo.md b/content/tips/organizers-bujo.md index 32f6bd7..96ac2e7 100644 --- a/content/tips/organizers-bujo.md +++ b/content/tips/organizers-bujo.md @@ -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 >}} diff --git a/content/tips/organizers-gtd.md b/content/tips/organizers-gtd.md index 6f511db..8f10e9c 100644 --- a/content/tips/organizers-gtd.md +++ b/content/tips/organizers-gtd.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/organizers-pocket-sized-every-day-carries.md b/content/tips/organizers-pocket-sized-every-day-carries.md index f23d7fb..1c52d0f 100644 --- a/content/tips/organizers-pocket-sized-every-day-carries.md +++ b/content/tips/organizers-pocket-sized-every-day-carries.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/organizers.md b/content/tips/organizers.md index 30eb1cc..6d71d36 100644 --- a/content/tips/organizers.md +++ b/content/tips/organizers.md @@ -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 >}} diff --git a/content/tips/pacing-guides.md b/content/tips/pacing-guides.md index bd3f622..2432990 100644 --- a/content/tips/pacing-guides.md +++ b/content/tips/pacing-guides.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/tech-phone-as-a-laptop/index.md b/content/tips/tech-phone-as-a-laptop/index.md index bdeee88..75eb59b 100644 --- a/content/tips/tech-phone-as-a-laptop/index.md +++ b/content/tips/tech-phone-as-a-laptop/index.md @@ -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 >}} diff --git a/content/tips/tech-split-audio.md b/content/tips/tech-split-audio.md index e2d4822..6aab11f 100644 --- a/content/tips/tech-split-audio.md +++ b/content/tips/tech-split-audio.md @@ -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 >}} \ No newline at end of file +{{< end_section >}} diff --git a/content/tips/writing-analog-notebooks.md b/content/tips/writing-analog-notebooks.md index b562dd4..6be361f 100644 --- a/content/tips/writing-analog-notebooks.md +++ b/content/tips/writing-analog-notebooks.md @@ -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 : {{< 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 >}} \ No newline at end of file diff --git a/content/tips/writing-interesting-supplies.md b/content/tips/writing-interesting-supplies.md index 41ff2f6..11514cf 100644 --- a/content/tips/writing-interesting-supplies.md +++ b/content/tips/writing-interesting-supplies.md @@ -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 >}} \ No newline at end of file +{{< back_to_top >}} diff --git a/content/tips/writing-waterproof.md b/content/tips/writing-waterproof.md index c4fd81b..c01a200 100644 --- a/content/tips/writing-waterproof.md +++ b/content/tips/writing-waterproof.md @@ -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 >}} diff --git a/themes/hugo-xmin/layouts/_default/single.html b/themes/hugo-xmin/layouts/_default/single.html index 9c712f5..57c139a 100644 --- a/themes/hugo-xmin/layouts/_default/single.html +++ b/themes/hugo-xmin/layouts/_default/single.html @@ -7,6 +7,14 @@ {{ if .Params.changelog }}

Changelog

+{{ if .Page.Params.toc }} +Back to ToC + |  +{{ else }} +Back to top + |  +{{ end }} +Back to page menu
{{ range .Params.changelog }} diff --git a/themes/hugo-xmin/layouts/partials/page_meta.html b/themes/hugo-xmin/layouts/partials/page_meta.html index d7a295c..ab58802 100644 --- a/themes/hugo-xmin/layouts/partials/page_meta.html +++ b/themes/hugo-xmin/layouts/partials/page_meta.html @@ -18,6 +18,10 @@ {{ with .Page.Params.tags }}  | Jump to tags {{ end }} + + {{ if .Page.Params.changelog }} +  | Jump to Changelog + {{ end }} {{ range first 1 (where (where .Site.Pages ".Params.tags" "intersect" .Params.tags) "Permalink" "!=" .Permalink) }} {{ $.Scratch.Set "has_related" true }} diff --git a/themes/hugo-xmin/layouts/shortcodes/change.html b/themes/hugo-xmin/layouts/shortcodes/change.html deleted file mode 100644 index d1dfc52..0000000 --- a/themes/hugo-xmin/layouts/shortcodes/change.html +++ /dev/null @@ -1,2 +0,0 @@ -
{{ .Get 0 }}
-
{{ .Get 1 }}
diff --git a/themes/hugo-xmin/layouts/shortcodes/changelog.html b/themes/hugo-xmin/layouts/shortcodes/changelog.html deleted file mode 100644 index 40f42f2..0000000 --- a/themes/hugo-xmin/layouts/shortcodes/changelog.html +++ /dev/null @@ -1,3 +0,0 @@ -
-{{ .Inner | safeHTML }} -