From 14aa540423d4af74a6099ddb89c91f4b8d6708c5 Mon Sep 17 00:00:00 2001 From: TitanElectrons Date: Mon, 10 Jul 2023 00:14:01 -0500 Subject: [PATCH] Script to add posts to all required pages --- blog/new-post.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 blog/new-post.sh diff --git a/blog/new-post.sh b/blog/new-post.sh new file mode 100755 index 0000000..945890f --- /dev/null +++ b/blog/new-post.sh @@ -0,0 +1,7 @@ +nvim -c '39' -c 'norm yypk14w' ../sitemap/index.html +nvim -c '3' -c 'norm yypk10w' index.html +nvim -c '3' -c 'norm yypk10w' linux/index.html +nvim -c '3' -c 'norm yypk10w' software/index.html +nvim -c '3' -c 'norm yypk10w' technology/index.html +nvim -c '3' -c 'norm yypk10w' guides/index.html +nvim -c '3' -c 'norm yypk10w' other/index.html