Skip to content

Commit

Permalink
Update .drone.yml (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo authored Jul 18, 2024
1 parent 7eea33c commit 1424808
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ clone:

steps:
- name: build
image: jekyll/jekyll:4.2.2
image: jekyll/jekyll:4.3.3
commands:
- touch Gemfile.lock
- chmod a+w Gemfile.lock
Expand Down
10 changes: 10 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1424808

Please sign in to comment.