From 090e34e2f4b393445fdbf15f7197f22911ddfd09 Mon Sep 17 00:00:00 2001 From: app-harry Date: Sun, 27 Oct 2024 10:55:32 +0800 Subject: [PATCH] update style and scripts --- .DS_Store | Bin 6148 -> 6148 bytes _output/index.html | 11 ++++++----- _output/scripts.js | 0 _output/styles.css | 1 + scaffold.rb | 1 - themes/default/scripts.js | 0 themes/default/styles.css | 1 + 7 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 _output/scripts.js create mode 100644 themes/default/scripts.js diff --git a/.DS_Store b/.DS_Store index 87729e4e254cefb36dc6349210935c576f079367..cd4f5cd562e399344325262f30deb2be15769f87 100644 GIT binary patch delta 14 VcmZoMXffDO&Bn;MxrVJn5C9|y1Zn^P delta 14 VcmZoMXffDO&Bn;ExrVJn5C9|s1Ze;O diff --git a/_output/index.html b/_output/index.html index 7230059..d043129 100644 --- a/_output/index.html +++ b/_output/index.html @@ -32,8 +32,8 @@ - - Instgaram + + Instagram @@ -47,7 +47,7 @@ - + @@ -70,10 +70,11 @@ diff --git a/_output/scripts.js b/_output/scripts.js new file mode 100644 index 0000000..e69de29 diff --git a/_output/styles.css b/_output/styles.css index 6a23e74..006f77f 100644 --- a/_output/styles.css +++ b/_output/styles.css @@ -16,6 +16,7 @@ body { min-height: 100vh; cursor: default; text-align: center; + padding: 20px 0 20px 0; } a { diff --git a/scaffold.rb b/scaffold.rb index e62c3af..e4586c7 100644 --- a/scaffold.rb +++ b/scaffold.rb @@ -22,7 +22,6 @@ if Dir.exist?(destination_dir) if File.file?(file_path) FileUtils.rm(file_path) - puts "Deleted: #{file_path}" end end else diff --git a/themes/default/scripts.js b/themes/default/scripts.js new file mode 100644 index 0000000..e69de29 diff --git a/themes/default/styles.css b/themes/default/styles.css index 6a23e74..006f77f 100644 --- a/themes/default/styles.css +++ b/themes/default/styles.css @@ -16,6 +16,7 @@ body { min-height: 100vh; cursor: default; text-align: center; + padding: 20px 0 20px 0; } a {