From 1e06801f70e93a1c94e9ab269f5baa3f6ebd5de1 Mon Sep 17 00:00:00 2001 From: Yizheng Huang Date: Thu, 31 Aug 2023 23:16:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20refactor:=20refactor=20the=20.gi?= =?UTF-8?q?thub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {github => .github}/banner.png | Bin README.md | 6 +++--- scripts/bootstrap.sh | 4 ---- scripts/build.sh | 4 ---- scripts/cibuild.sh | 13 ------------- scripts/server.sh | 1 - 6 files changed, 3 insertions(+), 25 deletions(-) rename {github => .github}/banner.png (100%) delete mode 100644 scripts/bootstrap.sh delete mode 100644 scripts/build.sh delete mode 100644 scripts/cibuild.sh delete mode 100644 scripts/server.sh diff --git a/github/banner.png b/.github/banner.png similarity index 100% rename from github/banner.png rename to .github/banner.png diff --git a/README.md b/README.md index 672e0c70..c4ecf2cd 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Moving is a clean and minimalist theme for [Jekyll](https://jekyllrb.com/), focu Inspired by [Hugo](https://gohugo.io/) theme, [YinYang](https://github.com/joway/hugo-theme-yinyang). -![](./github/banner.png) +![](./.github/banner.png) -If you enjoy this theme, you can buy me a coffee : ) +If you enjoy this theme, you can buy me a coffee : ) - [![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://www.paypal.me/huangyz0918) +[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://www.paypal.me/huangyz0918) ## Installation diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh deleted file mode 100644 index 30c34726..00000000 --- a/scripts/bootstrap.sh +++ /dev/null @@ -1,4 +0,0 @@ -set -e - -gem install bundler -bundle install \ No newline at end of file diff --git a/scripts/build.sh b/scripts/build.sh deleted file mode 100644 index e8ff4292..00000000 --- a/scripts/build.sh +++ /dev/null @@ -1,4 +0,0 @@ -set -e - -echo "Building the example site..." -bundle exec jekyll build \ No newline at end of file diff --git a/scripts/cibuild.sh b/scripts/cibuild.sh deleted file mode 100644 index 07485be1..00000000 --- a/scripts/cibuild.sh +++ /dev/null @@ -1,13 +0,0 @@ -set -e - -bash scripts/build.sh - -if test -e "./_site/index.html";then - echo "It builds!" - rm -Rf _site -else - echo "Huh. That's odd. The example site doesn't seem to build." - exit 1 -fi - -gem build moving.gemspec \ No newline at end of file diff --git a/scripts/server.sh b/scripts/server.sh deleted file mode 100644 index 4a5105c3..00000000 --- a/scripts/server.sh +++ /dev/null @@ -1 +0,0 @@ -bundle exec jekyll serve \ No newline at end of file