strange

Crates.iostrange
lib.rsstrange
version0.9.0
sourcesrc
created_at2017-06-18 13:57:41.728002
updated_at2018-01-17 09:54:32.546331
descriptionA static website generator.
homepagehttps://bitbucket.org/Alex_PK/strange/
repositoryhttps://bitbucket.org/Alex_PK/strange/
max_upload_size
id19415
size204,545
Alessandro Pellizzari (Alex-PK)

documentation

README

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/.

Commit count: 0

cargo fmt