diff --git a/assets/_defaults.scss b/assets/_defaults.scss
index 0562ec4..de9d687 100644
--- a/assets/_defaults.scss
+++ b/assets/_defaults.scss
@@ -28,39 +28,39 @@ $hint-colors: (
danger: #f66,
) !default;
-// Themes
-@mixin theme-light {
- --gray-100: #f8f9fa;
- --gray-200: #e9ecef;
- --gray-500: #adb5bd;
+// Themes: USE QUARTZ INSTEAD
+// @mixin theme-light {
+// --gray-100: #f8f9fa;
+// --gray-200: #e9ecef;
+// --gray-500: #adb5bd;
- --color-link: #0055bb;
- --color-visited-link: #8440f1;
+// --color-link: #0055bb;
+// --color-visited-link: #8440f1;
- --body-background: white;
- --body-font-color: black;
+// --body-background: white;
+// --body-font-color: black;
- --icon-filter: none;
+// --icon-filter: none;
- --hint-color-info: #6bf;
- --hint-color-warning: #fd6;
- --hint-color-danger: #f66;
-}
+// --hint-color-info: #6bf;
+// --hint-color-warning: #fd6;
+// --hint-color-danger: #f66;
+// }
-@mixin theme-dark {
- --gray-100: rgba(255, 255, 255, 0.1);
- --gray-200: rgba(255, 255, 255, 0.2);
- --gray-500: rgba(255, 255, 255, 0.5);
+// @mixin theme-dark {
+// --gray-100: rgba(255, 255, 255, 0.1);
+// --gray-200: rgba(255, 255, 255, 0.2);
+// --gray-500: rgba(255, 255, 255, 0.5);
- --color-link: #84b2ff;
- --color-visited-link: #b88dff;
+// --color-link: #84b2ff;
+// --color-visited-link: #b88dff;
- --body-background: #343a40;
- --body-font-color: #e9ecef;
+// --body-background: #343a40;
+// --body-font-color: #e9ecef;
- --icon-filter: brightness(0) invert(1);
+// --icon-filter: brightness(0) invert(1);
- --hint-color-info: #6bf;
- --hint-color-warning: #fd6;
- --hint-color-danger: #f66;
-}
+// --hint-color-info: #6bf;
+// --hint-color-warning: #fd6;
+// --hint-color-danger: #f66;
+// }
diff --git a/assets/book.scss b/assets/book.scss
index 8e67fa2..3ca1238 100644
--- a/assets/book.scss
+++ b/assets/book.scss
@@ -1,6 +1,6 @@
@import "defaults";
@import "variables";
-@import "themes/{{ default "light" .Site.Params.BookTheme }}";
+// @import "themes/{{ default "light" .Site.Params.BookTheme }}";
@import "normalize";
@import "utils";
diff --git a/config.yaml b/config.yaml
index 5b7d7d6..2aa9864 100644
--- a/config.yaml
+++ b/config.yaml
@@ -31,10 +31,10 @@ menu:
params:
name: Ben Cuan
- title: 📓 Ben's Notes
+ title: 📓 Amethyst
# OPTIONAL: custom favicon location
- # favicon: 'location/to/favicon. png'
+ # favicon: 'location/to/favicon.png'
# Show previews for links to other internal pages.
enableLinkPreview: true
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index fa7960c..c2680ff 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -23,11 +23,6 @@
{{ partial "docs/inject/content-before" . }}
{{ template "main" . }}
{{ partial "docs/inject/content-after" . }}
-
- {{/* */}}
{{ template "comments" . }}
@@ -78,7 +73,7 @@
{{ partial "docs/title.html" . }}
{{partial "quartz/textprocessing" . }}
- {{ partial "quartz/footer"}}
+ {{ partial "quartz/footer" .}}
{{/* {{- .Content -}} */}}