ð§âðū Hello, Gardener!
Welcome to astro-bloomz, a digital garden starter template. This template serves as a lightweight, minimally-styled starting point for anyone looking to build a personal website, blog, digital garden, or portfolio with Astro -- and WikiBonsai.
This template comes with a few integrations already configured in your
astro.config.mjs
file. You can customize your setup with
Astro Integrations to add tools like
Tailwind, React, or Vue to your project.
Here are a few ideas on how to get started with the template:
- Configs
- Edit Astro configs in
astro.config.mjs
- Edit Bloomz setup and configs and logic in
src/wikibonsai/
- Pages
- Edit this page in
src/pages/index.astro
- Edit the tag tree map in
src/pages/map.astro
- Layouts
- Customize the blog post page layout in
src/layouts/BlogPost.astro
- Customize the entry page layout in
src/layouts/Entry.astro
- Components
- Edit the site header items in
src/components/Header.astro
- Add your name to the footer in
src/components/Footer.astro
- Edit the tag tree map branching in
src/components/Branch.astro
- Edit the entry breadcrumb items in
src/components/BreadCrumbs.astro
- Edit the entry backrefs items in
src/components/BackRefs.astro
- Content
- Check out the included blog posts in
src/pages/blog/
- Check out the included entries in
src/pages/entries/
- Check out the included topic index in
src/pages/index/
Have fun! If you get stuck, remember to checkout the astro docs or wikibonsai docs.