From 8c0f50460af64d76e902d6de5911bd65cd546c83 Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=20html=20sass=20=E4=BA=A7?= =?UTF-8?q?=E7=89=A9=E5=8E=8B=E7=BC=A9=20(#265)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 4 ++++ _layouts/default.html | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 _layouts/default.html diff --git a/_config.yml b/_config.yml index 9d3e301..fab4f8b 100644 --- a/_config.yml +++ b/_config.yml @@ -117,9 +117,13 @@ permalink: /:categories/:title/ compress_html: clippings: all + comments: all ignore: envs: development +sass: + style: compressed + head_scripts: - /assets/js/theme.js diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..175331e --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,37 @@ +--- +layout: compress +--- + + +{% include copyright.html %} + +
+ {% include head.html %} + {% include head/custom.html %} + + + + {% include_cached skip-links.html %} + {% include_cached masthead.html %} + +