Add blog to website.

This commit is contained in:
Cutieguwu
2025-07-29 21:24:33 -04:00
parent 8c8fd1eac6
commit 55ced0093c
18 changed files with 355 additions and 38 deletions

View File

@@ -26,6 +26,7 @@ do
files=(`ls src/*.html`)
files+=(`ls src/errors/*.html`)
files+=(`ls src/blog/*.html`)
for html in "${files[@]}"
do
@@ -41,6 +42,7 @@ do
files=(
'style'
'errors/style'
'blog/style'
)
for stylesheet in "${files[@]}"