From c3541210af58b0534f915e92268d7dc0f1e2a8a4 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Tue, 4 Jun 2024 12:39:57 +0300 Subject: [PATCH] feat: update layout configuration to make `minimal` an option --- CHANGELOG.md | 2 ++ Layout.vue | 15 ++++++--------- minimal.ts | 5 ----- minimal/Layout.vue | 33 --------------------------------- 4 files changed, 8 insertions(+), 47 deletions(-) delete mode 100644 minimal.ts delete mode 100644 minimal/Layout.vue diff --git a/CHANGELOG.md b/CHANGELOG.md index 53272a4..9d5f3f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ ### Features +- Make `minimal` layout an option in the configuration, rather then an import + - Provide a non-custom font version of Aplós (`aplos/plain`) - Provide `style` frontmatter configuration for any page diff --git a/Layout.vue b/Layout.vue index 3d920f3..6c89a91 100644 --- a/Layout.vue +++ b/Layout.vue @@ -14,17 +14,14 @@ const { site, frontmatter, page, theme } = useData();