diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..a752478 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,29 @@ + + + + + {{ site.title }} + + + + {% seo %} + + +
+

{{ site.title }}

+
+ + + diff --git a/_sass/style.scss b/_sass/style.scss new file mode 100644 index 0000000..675698f --- /dev/null +++ b/_sass/style.scss @@ -0,0 +1,11 @@ +$color-primary: #ed02a7; +$color-primary-dark: #a10a73; +$color-secondary: #edcd1a; +$color-secondary-dark: #a18802; +$color-accent: #32eaed; +$color-bg: #1f0016; + +body { + background-color: $color-bg; + color: rgba(255, 255, 255, 0.8); +} diff --git a/assets/css/main.scss b/assets/css/main.scss new file mode 100644 index 0000000..afe911d --- /dev/null +++ b/assets/css/main.scss @@ -0,0 +1,4 @@ +--- +--- + +@import "style";