https://github.com/drujensen/rocket-blog
https://github.com/drujensen/rocket-blog
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drujensen/rocket-blog
- Owner: drujensen
- Created: 2022-10-29T14:59:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T00:08:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T21:39:18.259Z (5 months ago)
- Language: Rust
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rocket Blog
An example blog built with Rocket. It uses htmx and handlebar templates.
## Running
To run the blog, you need to have a recent version of Rust installed. Then, run:
```bash
$ cargo run
```## Multiplatform Docker Image
```
docker buildx create --use --name multiplatform
docker buildx build --platform linux/amd64,linux/arm64,linux/riscv64 --push -t drujensen/rocket-blog:latest .
```