From 871d342e15171f886302c928e270a182ff7f59be Mon Sep 17 00:00:00 2001 From: Hare Date: Thu, 9 Jul 2026 02:55:50 +0900 Subject: [PATCH] Add site landing page --- .../src/layouts/ManualLayout.astro | 10 +- site/decodal-site/src/pages/index.astro | 63 ++++++++++- site/decodal-site/src/style.css | 100 +++++++++++++++++- 3 files changed, 166 insertions(+), 7 deletions(-) diff --git a/site/decodal-site/src/layouts/ManualLayout.astro b/site/decodal-site/src/layouts/ManualLayout.astro index 7064459..3523edf 100644 --- a/site/decodal-site/src/layouts/ManualLayout.astro +++ b/site/decodal-site/src/layouts/ManualLayout.astro @@ -2,7 +2,7 @@ import { nav } from '../lib/docs.js'; import '../style.css'; -const { title = 'Decodal', active = '', playground = false } = Astro.props; +const { title = 'Decodal', active = '', playground = false, frontpage = false } = Astro.props; function renderNav(items, prefix = []) { return `