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