Crates.io | stog |
lib.rs | stog |
version | 0.2.0 |
source | src |
created_at | 2021-04-04 14:29:23.594879 |
updated_at | 2022-08-12 13:18:30.208317 |
description | STOG is a static blog generator implemented in rust |
homepage | https://github.com/zolagonano/stog.git |
repository | https://github.com/zolagonano/stog.git |
max_upload_size | |
id | 378812 |
size | 243,307 |
STOG is a static blog generator from a directory of markdown files.
WARNING: THIS PROJECT IS NOT STABLE YET!!
IMPORTANT: If you are using the nightly toolchain version 1.57.0 or older, you will need to update your toolchain to install this crate, see dtolnay/proc-macro2/issues/307.
For installation you will have two options:
cargo install stog
git clone https://github.com/zolagonano/stog.git
cd stog
cargo build --release
cargo run
stog init <blog_name>
config.toml
to change basic settings._templates
.public
directory and it will copy them to the build directory(Notice that you should change your templates to use your CSS and javascript.).Run stog with build subcommand to build your directory(the result will be located at _build
):
stog build
Now you can take _build
directory and host it anywhere.
All contributions are welcome but if you don't know what you can do look at this list: