Skip to content

Commit be0eff0

Browse files
committed
dx: enable custom css
1 parent e160bc3 commit be0eff0

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<meta name="viewport" content="width=device-width, initial-scale=1">
2525
{%- seo -%}
2626
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
27+
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
2728
{%- feed_meta -%}
2829
{%- if jekyll.environment == 'production' and site.google_analytics -%}
2930
{%- include google-analytics.html -%}

_sass/custom.scss

Whitespace-only changes.

assets/css/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
# this ensures Jekyll reads the file to be transformed into CSS later
3+
# only Main files contain this front matter, not partials.
4+
---
5+
6+
@import "custom";

0 commit comments

Comments
 (0)