statisk

Crates.iostatisk
lib.rsstatisk
version
sourcesrc
created_at2025-02-04 22:23:23.995032+00
updated_at2025-02-15 11:45:55.301523+00
descriptionA simple and opinionated static site generator
homepagehttps://github.com/sondr3/statisk
repositoryhttps://github.com/sondr3/statisk
max_upload_size
id1542994
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sondre Aasemoen (sondr3)

documentation

https://github.com/sondr3/statisk

README

statisk

GitHub Actions Status Crates

A simple and very opinionated static site generator

  • Simple: Does what I want and not much else
  • Optimized: Minifies and compresses all assets
  • Opinionated: Built for my needs and mostly only my needs
Table of Contents

What and why

This is a journey every single developer embarks on... writing a static site generator. This one is mine, and mine only.

Installation

  1. cargo install statisk
  2. ???
  3. Profit

LICENSE

GPLv3+.

Commit count: 75

cargo fmt