From cdceb8d1c00fc6aab6566e7dfb8b5ee536cc989b Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 27 Jan 2025 12:33:08 +0100 Subject: update project structure --- .bundle/config | 3 +++ .editorconfig | 1 + .gitignore | 7 +++++-- style.scss | 12 ++++++------ 4 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..af49bbf --- /dev/null +++ b/.bundle/config @@ -0,0 +1,3 @@ +--- +BUNDLE_PATH: "_bundle" + diff --git a/.editorconfig b/.editorconfig index 1bd7da9..d4e1d0f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ root = true indent_style = tab end_of_line = lf insert_final_newline = true +max_line_length = 95 [*.{md,yml}] indent_style = space diff --git a/.gitignore b/.gitignore index 2931d59..4baf4c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ _site +_bundle +_dist.tar.gz + +Gemfile.lock + .jekyll-cache .jekyll-metadata .DS_Store -Gemfile.lock -_dist.tar.gz diff --git a/style.scss b/style.scss index 2423cb5..6270384 100644 --- a/style.scss +++ b/style.scss @@ -1,10 +1,10 @@ --- --- -@import "color.scss"; -@import "theme"; -@import "layout"; -@import "typography"; -@import "code"; -@import "media"; +@use "color.scss"; +@use "theme"; +@use "layout"; +@use "typography"; +@use "code"; +@use "media"; -- cgit v1.2.3