Tempura
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.
Installation
Build from source
Download binary
You can download a binary archive from releases page.
# Run one of the following to download binary archive
Or you can download and install with cargo-binstall.
Example
yuma14.net
- Repo: https://github.com/yuma140902/yuma14net-old/
- Generated website: https://old.yuma14.net/
Documentation
https://yuma14.net/tempura-doc/
How to make releases
release/v1.2.3のような名前のブランチを切るCargo.tomlのバージョン番号を更新する- 手元で
cargo buildを実行してCargo.lockを更新する - Pull Request を作る。pre-release.yml が実行されて CHANGELOG.md が更新される。
- すべてのチェックが通れば Pull Request をクローズする。release.yml が実行されて crates.io と GitHub のリリースページにリリースが作られる。
- ブランチは削除せずに残しておくものとする