Added readme for gitsubmodule instructions, and new tils

This commit is contained in:
2025-03-16 22:48:28 -06:00
parent 1e3b1d83a2
commit 51abefb9b4
4 changed files with 57 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# My Blog Site
## Setting up the git submodule theme
Run the following commands:
```sh
git submodule init
git submodule update
```