Fractal Forest

BPG Image Format add-on module for After Dark.

BPG Image format Homepage: bellard.org/bpg/
Module Source: codeberg.org/vhs/fractal-forest

Demo

Installation

Note: Module pre-installed via Quick Install with example in post archetype.

Choose a module download source:

Extract module contents into site themes directory:

├── static
└── themes
    ├── after-dark
    └── fractal-forest

Specify module in site config:

 6# Controls default theme and theme components
 7theme = [
 8  "fractal-forest", # sequence before "after-dark"
 9  "after-dark"
10]

See README.md to confirm you’re using the minimum required version of After Dark; and module setup, configuration and usage instructions. If you need help you may Submit an Issue with your question.