From e2c06d2681e18946ab6c3e3e6075aed92a4d13be Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 3 Oct 2021 00:35:46 -0500 Subject: Change to al-folio theme Theme at: https://github.com/alshedivat/al-folio --- assets/css/main.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 assets/css/main.scss (limited to 'assets/css') diff --git a/assets/css/main.scss b/assets/css/main.scss new file mode 100644 index 0000000..18b3b18 --- /dev/null +++ b/assets/css/main.scss @@ -0,0 +1,15 @@ +--- +# Only the main Sass file needs front matter (the dashes are enough) +--- +@charset "utf-8"; + +// Dimensions +$max-content-width: {{site.max_width}}; + +@import + "variables", + "themes", + "layout", + "base", + "distill" +; -- cgit v1.2.3