Compare commits

...

2 Commits

Author SHA1 Message Date
Zkitefly
cc0a0cd23a
Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2024-07-21 22:44:46 +08:00
Zkitefly
a9ff5ec0bf
Update _config.yml 2024-07-21 22:41:55 +08:00
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
- bundle exec jekyll build --trace
- 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.24.0"
remote_theme : "mmistakes/minimal-mistakes@4.26.2"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
locale: "zh-CN"