The blog generator with the Brack markup language.
name: Ravenlog Build
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: brack-lang/ravenlog/actions/deploy@main
with:
working-directory: example
deploy-branch: deploy-ravenlog
github-token: ${{ secrets.GITHUB_TOKEN }}You can install ravenlog using the Nix profile or Cargo.
nix profile install github:brack-lang/ravenlogcargo install --git https://github.com/brack-lang/ravenloggit clone https://github.com/brack-lang/ravenlogYour development will require Nix enabled flakes, or the following tools.
- Nodejs v21 (frontend)
- Rust toolchain (backend)
MIT or Apache-2.0