Welcome to eleventy-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 eleventy -- and WikiBonsai.
Here are a few ideas on how to get started with the template:
- Configs
- Edit Eleventy metadata in the
_data/metadata.json
with your blog’s information. - Edit Eleventy configs in
.eleventy.js
with your configuration preferences. - Edit Bloomz setup and configs and logic in
wikibonsai/
- Pages
- Edit this page in
_includes/layouts/index.njk
- Edit the tag tree map in
content/map.njk
- Layouts
- Customize the base layout in
_includes/layouts/base.njk
- Customize the blog post page layout in
_includes/layouts/post.njk
- Customize the entry page layout in
_includes/layouts/entry.njk
- Includes
- Customize the tag tree map branching in
_includes/branch.njk
- Customize the posts list in
_includes/postslist.njk
- Customize the entry breadcrumbs in
_includes/breadcrumbs.njk
- Customize the entry backrefs section in
_includes/back-refs.njk
- Content
- Add posts in
content/posts/
- Add entries in
content/entries/
- Update topic index in
content/index/
Have fun! If you get stuck, remember to checkout the eleventy docs or wikibonsai docs.