Skip to content

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages