balzac 0.1.9

A blazingly fast static site generator
Documentation
1
2
3
4
5
6
7
pre-commit:
    jobs:
        - name: "Format"
          run: "cargo fmt"
          stage_fixed: true
        - name: "Clippy"
          run: "cargo clippy -- -Dwarnings"