mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-16 06:13:32 -06:00
Compare commits
3 Commits
v0.7.0
...
custom-sch
Author | SHA1 | Date | |
---|---|---|---|
|
720b0ebf9f | ||
|
870a6a4ff6 | ||
|
a2fcb2120e |
@@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
just-the-docs (0.6.2)
|
||||
just-the-docs (0.7.0)
|
||||
jekyll (>= 3.8.5)
|
||||
jekyll-include-cache
|
||||
jekyll-seo-tag (>= 2.0)
|
||||
|
@@ -7,6 +7,11 @@ $logo: "{{ site.logo | relative_url }}";
|
||||
{% unless include.color_scheme == "light" %}
|
||||
@import "./color_schemes/{{ include.color_scheme }}";
|
||||
{% endunless %}
|
||||
{% if site.custom_schemes %}
|
||||
{% for scheme in site.custom_schemes %}
|
||||
@import "./custom_schemes/{{scheme}}";
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
@import "./modules";
|
||||
{% include css/callouts.scss.liquid color_scheme = include.color_scheme %}
|
||||
{% include css/custom.scss.liquid %}
|
||||
|
Reference in New Issue
Block a user