Browse Source

Update .drone.yml (#137)

login
Glavo 4 months ago committed by GitHub
parent
commit
1424808867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .drone.yml
  2. 10
      assets/css/main.scss

2
.drone.yml

@ -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

@ -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
Loading…
Cancel
Save