futhorc 0.1.13

A static site generator to learn Rust and to build my personal blog
Documentation
1
2
3
4
5
6
7
FROM rust:1.62.0

WORKDIR /workspace

COPY . .

RUN cargo build --release && cp ./target/release/futhorc /bin/futhorc