From 4e47ce37faaab3e9a48d2920fa977c9026dac5df Mon Sep 17 00:00:00 2001 From: Alex Hedley Date: Thu, 21 Dec 2023 19:41:20 +0000 Subject: [PATCH] Updating some old posts --- src/input/posts/BuildLight.md | 6 ++++++ src/input/posts/adding-a-settings-bundle.md | 2 ++ src/input/posts/devhubnorth-oct2023.md | 2 +- src/input/posts/statiq-web-shortcodes-include.md | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/input/posts/BuildLight.md b/src/input/posts/BuildLight.md index 01cb00406..110fb45e6 100644 --- a/src/input/posts/BuildLight.md +++ b/src/input/posts/BuildLight.md @@ -21,3 +21,9 @@ For my first Twitch stream ([YouTube Archive](https://www.youtube.com/watch?v=It This was a fun new challenge having never worked in the [VS SDK](https://docs.microsoft.com/en-us/visualstudio/extensibility/visual-studio-sdk?view=vs-2019) before. I'm hoping to spend some mode time in this SDK for both Mac and Win and write up what I find. + +## đŸ“¼ Videos + + + + diff --git a/src/input/posts/adding-a-settings-bundle.md b/src/input/posts/adding-a-settings-bundle.md index d623a870e..52c87d8d5 100644 --- a/src/input/posts/adding-a-settings-bundle.md +++ b/src/input/posts/adding-a-settings-bundle.md @@ -17,6 +17,8 @@ http://stackoverflow.com/questions/6428353/best-way-to-add-license-section-to-io [gist 5830083ef0625204a016 /] + + `license.pl` ```perl diff --git a/src/input/posts/devhubnorth-oct2023.md b/src/input/posts/devhubnorth-oct2023.md index d62e06d79..adf512c23 100644 --- a/src/input/posts/devhubnorth-oct2023.md +++ b/src/input/posts/devhubnorth-oct2023.md @@ -4,7 +4,7 @@ tags: - devhubnorth - meetup author: alexhedley -description: +description: DevHubNorth October Meetup published: 2023-10-10 image: https://www.devhubnorth.com/wp-content/uploads/2019/11/I-have-a-surprise-4.png imageattribution: https://www.devhubnorth.com/ diff --git a/src/input/posts/statiq-web-shortcodes-include.md b/src/input/posts/statiq-web-shortcodes-include.md index 3ac19bb7d..20e8fb4e3 100644 --- a/src/input/posts/statiq-web-shortcodes-include.md +++ b/src/input/posts/statiq-web-shortcodes-include.md @@ -46,6 +46,8 @@ Now all I need to do is update all my articles to use this... ## Links +- https://www.statiq.dev/api/statiq.web.shortcodes/ + - https://www.statiq.dev/api/statiq.web.shortcodes/youtubeshortcode/ - [Shortcodes](https://www.statiq.dev/guide/content-and-data/shortcodes) - [Processing Phases](https://www.statiq.dev/guide/content-and-data/shortcodes#processing-phases) - [wyam](https://wyam.io/docs/concepts/shortcodes)