drujensen / actix-blog

Example Blog using Rust, Actix Web, HTMX, Mustache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actix Blog

An example blog built with Actix. It uses htmx and handlebar templates.

Running

To run the blog, you need to have a recent version of Rust installed. Then, run:

$ cargo run

Multiplatform Docker Image

docker buildx create --use --name multiplatform
docker buildx build --platform linux/amd64,linux/arm64 --push -t drujensen/actix-blog:latest .

About

Example Blog using Rust, Actix Web, HTMX, Mustache


Languages

Language:Rust 51.4%Language:Dockerfile 20.9%Language:Handlebars 14.4%Language:Shell 9.6%Language:CSS 3.8%