Skip to content

Commit 1424808

Browse files
authored
Update .drone.yml (#137)
1 parent 7eea33c commit 1424808

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: .drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ clone:
77

88
steps:
99
- name: build
10-
image: jekyll/jekyll:4.2.2
10+
image: jekyll/jekyll:4.3.3
1111
commands:
1212
- touch Gemfile.lock
1313
- chmod a+w Gemfile.lock

Diff for: assets/css/main.scss

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

0 commit comments

Comments
 (0)