1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 16:48:09 +00:00
2021-07-07 03:00:13 +08:00

17 lines
391 B
SCSS

---
---
{% comment %} include the variables-hook if it exists {% endcomment %}
{% assign hook = 'variables-hook.scss' %}
{% assign _hook_path = hook | prepend: '/assets/css/' %}
{% assign _hook_obj = site.static_files | where: 'path', _hook_path | first %}
{% if _hook_obj %}
{% include_relative {{ hook }} %}
{% endif %}
@import "{{ site.theme }}";
// append your custom style below