after-dark is a port of the eponymous theme for Blades based on:
Clone it into your themes directory:
$ cd themes
$ git clone https://github.com/grego/after-darkOr use it as a submodule:
$ cd themes
$ git submodule add https://github.com/grego/after-dark Then, set it as a theme in your Blades.toml:
theme = "after-dark"You can change the main and accent color of this theme by modifying the corresponding variables
at the beginning of assets/style.css.
Then, run blades colocate.
If you want to use the picture gallery provided by this theme, place your thumbnails in the
img/thumb and your full images to the img/full subdirectories of your output directory
(which defaults to public, unless set otherwise in the config).