Sha256: 18d8175adcd1ea6ee406d80b313b0208a72caf3b741bf07f9c49b7a5ac29a75b

Contents?: true

Size: 919 Bytes

Versions: 7

Compression:

Stored size: 919 Bytes

Contents

---
---

{%- assign theme = site.posts | find: "layout", "theme" -%}
{%- assign footer = site.posts | find: "layout", "footer" -%}
{%- assign about = site.posts | find: "layout", "about" -%}

$background-site: '../../{{ theme.body_image.path | default: "public/background-dithered.jpg" | uri_escape }}';
$background-footer: '../../{{ footer.background_image.path | default: "public/footer.png" | uri_escape }}';
$background-menu: '../../{{ about.background_image.path | default: "public/background_header.png" | uri_escape }}';

{{ theme | yaml_to_scss: site.data.layouts.theme }}
{{ site.data.theme | yaml_to_scss }}

@import "bootstrap/scss/bootstrap";
@import "utilities";
@import "open_sans";
@import "open_sans_wght_700";
@import "work_sans_ital_wght_1_300";
@import "source_serif_4_ital_wght_0_400_0_700_1_400_1_700";
@import "roboto_mono_ital_wght_0_400_0_700_1_400_1_700";
@import "content";
@import "toggler";

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.1.6 assets/css/styles.scss
compost-jekyll-theme-0.1.5 assets/css/styles.scss
compost-jekyll-theme-0.1.4 assets/css/styles.scss
compost-jekyll-theme-0.1.3 assets/css/styles.scss
compost-jekyll-theme-0.1.2 assets/css/styles.scss
compost-jekyll-theme-0.1.1 assets/css/styles.scss
compost-jekyll-theme-0.1.0 assets/css/styles.scss