Crates.io | tempura |
lib.rs | tempura |
version | 0.5.2 |
source | src |
created_at | 2022-10-31 06:35:22.700235 |
updated_at | 2024-09-04 12:33:58.413777 |
description | Pipeline-based Static site generator |
homepage | |
repository | https://github.com/yuma140902/tempura |
max_upload_size | |
id | 701955 |
size | 154,055 |
Tempura is a pipeline-based Static Site Generator (SSG) written in Rust. You can define pipelines to generate your site from various resources such as Markdown, JSON, plain text, Handlebars templates, pictures, etc.
cargo install tempura
You can download a binary archive from releases page.
# Run one of the following to download binary archive
wget https://github.com/yuma140902/tempura/releases/latest/download/tempura-aarch64-apple-darwin.tar.gz
wget https://github.com/yuma140902/tempura/releases/latest/download/tempura-aarch64-unknown-linux-gnu.tar.gz
wget https://github.com/yuma140902/tempura/releases/latest/download/tempura-aarch64-unknown-linux-musl.tar.gz
wget https://github.com/yuma140902/tempura/releases/latest/download/tempura-i686-pc-windows-msvc.zip
wget https://github.com/yuma140902/tempura/releases/latest/download/tempura-i686-unknown-linux-gnu.tar.gz
wget https://github.com/yuma140902/tempura/releases/latest/download/tempura-i686-unknown-linux-musl.tar.gz
wget https://github.com/yuma140902/tempura/releases/latest/download/tempura-x86_64-apple-darwin.tar.gz
wget https://github.com/yuma140902/tempura/releases/latest/download/tempura-x86_64-pc-windows-msvc.zip
wget https://github.com/yuma140902/tempura/releases/latest/download/tempura-x86_64-unknown-linux-musl.tar.gz
Or you can download and install with cargo-binstall.
cargo binstall tempura
https://yuma14.net/tempura-doc/
release/v1.2.3
のような名前のブランチを切るCargo.toml
のバージョン番号を更新するcargo build
を実行して Cargo.lock
を更新する