From a2799fb36ec563ebc2edbbb30693628e3e1b56d6 Mon Sep 17 00:00:00 2001 From: zepp Date: Mon, 3 Mar 2025 11:27:49 -0500 Subject: [PATCH] further work on picrew page migration --- src/components/Navigation.astro | 4 +- src/layouts/MarkdownGalleryLayout.astro | 16 ------- src/layouts/PicrewLayout.astro | 59 +++++++++++++++++++++++++ src/pages/life/self/entries/picrew.md | 5 +-- src/styles/picrew.css | 27 ----------- 5 files changed, 63 insertions(+), 48 deletions(-) delete mode 100644 src/layouts/MarkdownGalleryLayout.astro create mode 100644 src/layouts/PicrewLayout.astro delete mode 100644 src/styles/picrew.css diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index cfd6703..39ff355 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -7,8 +7,8 @@ const backgroundColorNightMode = "#240046";

life of emma