Welcome to jekyll-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 jekyll -- and WikiBonsai.
Here are a few ideas on how to get started with the template:
- Configs
- Edit Jekyll configs in
_config.yml
- Edit Bloomz setup and configs and logic in
Gemfile
(and related plugins) - Pages
- Edit this page in
_layouts/home.html
- Edit the tag tree map in
_layouts/map.html
- Layouts
- Customize the base layout in
_layouts/base.html
- Customize the blog post page layout in
_layouts/post.html
- Customize the entry page layout in
_layouts/entry.html
- Includes
- Customize the tag tree map branching in
_includes/branch.html
- Customize the entry breadcrumbs in
_includes/breadcrumbs.html
- Customize the entry backrefs section in
_includes/backrefs.html
- Content
- Add posts in
_posts/
- Add entries in
_entries/
- Update topic index in
_index/
Have fun! If you get stuck, remember to checkout the jekyll docs or wikibonsai docs.