File tree
├── public │ ├── favicon, all images ├── src │ ├── components │ │ ├── FancyboxInit.astro │ │ └── Footer.astro │ ├── content │ │ └── docs │ │ ├── about │ │ │ └── details.md │ │ ├── about.md │ │ ├── index.mdx │ │ ├── media │ │ │ ├── audio.md │ │ │ ├── pics │ │ │ │ ├── several-galleries.md │ │ │ │ └── simple-gallery.md │ │ │ ├── pics.md │ │ │ └── video.md │ │ ├── notices │ │ │ └── creation.md │ │ ├── tech │ │ │ ├── configure.md │ │ │ ├── fancybox.md │ │ │ ├── file-tree.mdx │ │ │ ├── footer.md │ │ │ ├── install.md │ │ │ ├── menu.md │ │ │ ├── perormance.md │ │ │ ├── rss.md │ │ │ └── search.md │ │ ├── textflow │ │ │ ├── textflow-1.md │ │ │ ├── textflow-2.md │ │ │ ├── textflow-3.md │ │ │ └── textflow.md │ │ └── top-level │ │ └── 2nd-level │ │ ├── 2nd-level-page.md │ │ └── 3rd-level │ │ ├── 3rd-level-page.md │ │ └── 4th-level │ │ └── 4th-level-page.md │ ├── content.config.ts │ ├── pages │ │ └── rss.xml.js │ ├── styles │ │ └── astro-slite.css │ └── utils │ └── slugify.ts └── tsconfig.json