4
0
Fork
You've already forked bmp-website
0
Zola based website for black-magic.org
  • JavaScript 57.9%
  • HTML 24.5%
  • SCSS 17.6%
2026年04月08日 00:56:09 -06:00
content start adding firmware releases page 2026年04月08日 00:56:09 -06:00
static/img add 1bitsquared callout in sidebar 2026年03月25日 14:58:41 -06:00
templates add heading shortlinks 2026年03月30日 21:10:32 -06:00
themes/black-magic start adding firmware releases page 2026年04月08日 00:56:09 -06:00
.gitignore initial commit 2026年03月24日 13:44:30 -06:00
LICENSE copy over license from original site 2026年03月24日 13:50:35 -06:00
README.md add README.md 2026年03月24日 13:50:43 -06:00
zola.toml adjust Zola markdown settings 2026年03月30日 21:31:11 -06:00

black-magic.org

This is the repository for the black-magic.org website. It's built using Zola, using a custom theme in themes/black-magic, and content loaded from the markdown files in content/.

Developing

After installing Zola, you can run the following from the repository directory:

$ zola serve

And the terminal will tell you a port to open in the browser to view a hot-reload build of the website.