diff --git a/build.sh b/build.sh index e88edee..c43fc0b 100755 --- a/build.sh +++ b/build.sh @@ -20,6 +20,9 @@ page() { done } +img() { + cp -r img/ "$rootDir/img/" +} style() { # Updating index style cp style.css $rootDir/style.css @@ -47,7 +50,7 @@ yeet() { init() { mkdir -p "$rootDir/page/" "$rootDir/post/" "$rootDir/fonts/" "$rootDir/img/" - cp ./img/* "$rootDir/img/" + cp -r img/ "$rootDir" cp ./fonts/* "$rootDir/fonts/" post