futhorc 0.1.9

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

WORKDIR /workspace

COPY . .

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