3 unstable releases
Uses old Rust 2015
0.9.0 | Jan 17, 2018 |
---|---|
0.8.1 | Jun 18, 2017 |
0.8.0 | Jun 18, 2017 |
#1257 in Text processing
135KB
3.5K
SLoC
Strange
Strange is a static site generator.
It allows you to model your website freely, while helping by converting commonmark (standardized markdown) files into HTML pages, applying themes, providing helpers for the templates, and other little things.
Download
You can find strange on crates.io.
If you have a recent version of Rust installed (1.18) you can install it with:
cargo install strange
The binary will be created in ~/.cargo/bin/strange
.
Or you can download a pre-compiled binary for Linux/amd64 from the Downloads
section on bitbucket.
Documentation
The documentation is available in the Docs directory.
Backwards compatibility
This version of strange introduces some breaking changes.
Please check the Changelog for an overview.
LICENSE
Strange is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
Strange is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Strange. If not, see http://www.gnu.org/licenses/.
Dependencies
~22–32MB
~540K SLoC