From 909875df3260c403dc1d33282d999d0214788953 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 5 May 2026 10:31:01 -0700 Subject: [PATCH] Add filler content for the template. --- bashrc.sh | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/bashrc.sh b/bashrc.sh index 9fcb1f9..c2898d4 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -262,16 +262,25 @@ function init-video-contents { cat >> README.md <<- EOF # title - + COOL SIMPLE TITLE # desc + VIDEO DESCRIPTION GOES HERE! :) + --- + + Recorded and edited on YYYY-MM-DD. + + [blog.hyperling.com/TBD](https://blog.hyperling.com/TBD) # tags - - + - TAG1 + , TAG2 + , TAG3 + , TAG4 + , TAG5 EOF fi