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