Update .drone.yml (#137)
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Glavo 2024-07-18 09:17:41 +08:00 committed by GitHub
parent 7eea33c984
commit 1424808867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,7 @@ clone:
steps: steps:
- name: build - name: build
image: jekyll/jekyll:4.2.2 image: jekyll/jekyll:4.3.3
commands: commands:
- touch Gemfile.lock - touch Gemfile.lock
- chmod a+w Gemfile.lock - chmod a+w Gemfile.lock

10
assets/css/main.scss Normal file
View File

@ -0,0 +1,10 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
search: false
---
@charset "utf-8";
$sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials