commit 95078ae0c804ccdd697219383eedbcb9aadb56dc parent 3762615976cea6c4d015566bc50d01294e4e1d51 Author: Beau <cbeauhilton@gmail.com> Date: Wed, 18 Oct 2023 16:33:36 -0500 add template Diffstat:
A | site/posts/template.md | | | 23 | +++++++++++++++++++++++ |
A | site/posts/yt-dlp.md | | | 23 | +++++++++++++++++++++++ |
2 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/site/posts/template.md b/site/posts/template.md @@ -0,0 +1,23 @@ +# Fascinating title + +<time id="post-date">2999-12-31</time> + +<p id="post-excerpt"> +Text of the post-excerpt goes here. +</p> + +## Heading + +Link example: [iFixit](https://www.ifixit.com/products/google-pixel-6-screen-genuine). + +Multiline script example: + +```sh +# enable multilib - see link below +paru # make sure things are up to date generally +paru -S android-tools android-sdk-build-tools # includes adb and other goodies +reboot +``` + +Image example: ![Source selection](/images/ncmpcpp-mopidy-selector.png) + diff --git a/site/posts/yt-dlp.md b/site/posts/yt-dlp.md @@ -0,0 +1,23 @@ +# Fascinating title + +<time id="post-date">2999-12-31</time> + +<p id="post-excerpt"> +Text of the post-excerpt goes here. +</p> + +## Heading + +Link example: [iFixit](https://www.ifixit.com/products/google-pixel-6-screen-genuine). + +Multiline script example: + +```sh +# enable multilib - see link below +paru # make sure things are up to date generally +paru -S android-tools android-sdk-build-tools # includes adb and other goodies +reboot +``` + +Image example: ![Source selection](/images/ncmpcpp-mopidy-selector.png) +