Compare commits

..

No commits in common. "cc0a0cd23a616d24ac5e92eb0653359ae08db63d" and "b78e218bb623e33f2f6d435d31433fe59476a841" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ steps:
- gem sources --add https://mirrors.cloud.tencent.com/rubygems/ --remove https://rubygems.org/
- bundle config mirror.https://rubygems.org https://mirrors.cloud.tencent.com/rubygems
- bundle install
- bundle exec jekyll build --trace
- bundle exec jekyll build
- bash scripts/copy_index_json.sh
volumes:
- name: dist

View File

@ -18,7 +18,7 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
remote_theme : "mmistakes/minimal-mistakes@4.26.2"
remote_theme : "mmistakes/minimal-mistakes@4.24.0"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
locale: "zh-CN"