From 88028cc7229bfec6106af46901b263bb0c7d67a5 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 12 Sep 2025 00:35:55 +0500 Subject: feat --- .DS_Store | Bin 6148 -> 6148 bytes .gitignore | 1 + build.sh | 4 ++++ main.css | 1 + src/pages/404.html | 4 ++-- src/pages/index.html | 4 ++-- .../posts/dungeons-and-zombies-minecraft-geology.html | 6 +++--- src/pages/posts/how-ores-are-born.html | 6 +++--- 8 files changed, 16 insertions(+), 10 deletions(-) create mode 100755 build.sh create mode 100644 main.css diff --git a/.DS_Store b/.DS_Store index d7b7a7e..6016494 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index cf7c353..57f5f53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ jelly-cms build/ +tailwindcss-macos-arm64 diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..fdcc69f --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +./jelly-cms build +./tailwindcss-macos-arm64 -i main.css -o build/main.css --optimize --minify \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..a461c50 --- /dev/null +++ b/main.css @@ -0,0 +1 @@ +@import "tailwindcss"; \ No newline at end of file diff --git a/src/pages/404.html b/src/pages/404.html index 1538d57..b3cfd5e 100644 --- a/src/pages/404.html +++ b/src/pages/404.html @@ -13,8 +13,8 @@ - - + + diff --git a/src/pages/index.html b/src/pages/index.html index c3b0121..50e2ba4 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/src/pages/posts/dungeons-and-zombies-minecraft-geology.html b/src/pages/posts/dungeons-and-zombies-minecraft-geology.html index e026183..2c742b1 100644 --- a/src/pages/posts/dungeons-and-zombies-minecraft-geology.html +++ b/src/pages/posts/dungeons-and-zombies-minecraft-geology.html @@ -5,7 +5,7 @@ Dungeons & Zombies (или майнкрафт с точки зрения геолога) Анна, Хватит! - + @@ -14,8 +14,8 @@ - - + + diff --git a/src/pages/posts/how-ores-are-born.html b/src/pages/posts/how-ores-are-born.html index bc1ca77..a4869a6 100644 --- a/src/pages/posts/how-ores-are-born.html +++ b/src/pages/posts/how-ores-are-born.html @@ -5,7 +5,7 @@ КАК РОЖДАЮТСЯ СОКРОВИЩА? Анна, Хватит! - + @@ -14,8 +14,8 @@ - - + + -- cgit v1.2.3