Zola based website for black-magic.org
- JavaScript 57.9%
- HTML 24.5%
- SCSS 17.6%
| content | start adding firmware releases page | |
| static/img | add 1bitsquared callout in sidebar | |
| templates | add heading shortlinks | |
| themes/black-magic | start adding firmware releases page | |
| .gitignore | initial commit | |
| LICENSE | copy over license from original site | |
| README.md | add README.md | |
| zola.toml | adjust Zola markdown settings | |
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.