mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-07-28 16:18:20 +08:00
Compare commits
2 Commits
b78e218bb6
...
cc0a0cd23a
Author | SHA1 | Date | |
---|---|---|---|
|
cc0a0cd23a | ||
|
a9ff5ec0bf |
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user