From c958809ef42cb2aee7589eb5fae4f255601d7664 Mon Sep 17 00:00:00 2001 From: mnik01 Date: Sun, 21 Sep 2025 02:03:27 +0500 Subject: f --- .gitignore | 2 ++ build.sh | 2 +- src/pages/404.html | 4 ++-- src/pages/computer-literacy-book-progress.html | 4 ++-- src/pages/index.html | 4 ++-- src/pages/posts/mobile-phones.html | 4 ++-- src/pages/radio.html | 4 ++-- 7 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 84621c7..a2bc43c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ build/ tailwindcss +tailwindcss-linux-x64 +tailwindcss-macos-arm64 jelly-cms diff --git a/build.sh b/build.sh index 1034c3c..83bc52a 100755 --- a/build.sh +++ b/build.sh @@ -2,5 +2,5 @@ # GOOS=linux GOARCH=amd64 go build -o src/cgi/tags.cgi tags.go ./jelly-cms build -./tailwindcss-macos-arm64 -i main.css -o build/main.css --optimize --minify +./tailwindcss-linux-x64 -i main.css -o build/main.css --optimize --minify diff --git a/src/pages/404.html b/src/pages/404.html index 5f5054d..e2ee9d5 100644 --- a/src/pages/404.html +++ b/src/pages/404.html @@ -13,8 +13,8 @@ - - + + diff --git a/src/pages/computer-literacy-book-progress.html b/src/pages/computer-literacy-book-progress.html index e019943..74b135d 100644 --- a/src/pages/computer-literacy-book-progress.html +++ b/src/pages/computer-literacy-book-progress.html @@ -13,8 +13,8 @@ - - + + diff --git a/src/pages/index.html b/src/pages/index.html index 8927622..768fd11 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/src/pages/posts/mobile-phones.html b/src/pages/posts/mobile-phones.html index cb4c9c3..12a00f7 100644 --- a/src/pages/posts/mobile-phones.html +++ b/src/pages/posts/mobile-phones.html @@ -13,8 +13,8 @@ - - + + diff --git a/src/pages/radio.html b/src/pages/radio.html index 252e511..7344e8e 100644 --- a/src/pages/radio.html +++ b/src/pages/radio.html @@ -12,8 +12,8 @@ - - + + -- cgit v1.2.3