Skip to content

brack-lang/ravenlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ravenlog

The blog generator with the Brack markup language.

Build

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 }}

Installation

You can install ravenlog using the Nix profile or Cargo.

Nix (recommended)

nix profile install github:brack-lang/ravenlog

Cargo

cargo install --git https://github.com/brack-lang/ravenlog

Development

git clone https://github.com/brack-lang/ravenlog

Your development will require Nix enabled flakes, or the following tools.

  • Nodejs v21 (frontend)
  • Rust toolchain (backend)

LICENSE

MIT or Apache-2.0

About

🐦‍⬛ The blog generator with the Brack markup language

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published