Crates.io | rustic-ssg |
lib.rs | rustic-ssg |
version | 0.0.3 |
source | src |
created_at | 2024-11-12 09:08:17.333082 |
updated_at | 2024-11-29 17:03:06.415722 |
description | A simple, efficient static site generator written with Rust. |
homepage | |
repository | https://github.com/BersisSe/Rustic |
max_upload_size | |
id | 1444684 |
size | 94,490 |
Rustic is a fast and minimalistic static site generator built with Rust. Create stunning websites with simplicity, flexibility, and lightning-fast performance.
Ensure you have Rust installed, then run:
cargo install rustic-ssg
Download prebuilt binaries from the Releases Page.
Add the binary to your system PATH to use it globally.
Clone the repository and build using Cargo:
git clone https://github.com/your-username/rustic-core.git
cd rustic-core
cargo build --release
Move the resulting binary (target/release/rustic
) to a directory in your PATH.
Command | Description |
---|---|
rustic init |
Initialize a new Rustic project. |
rustic build |
Generate the static site in the output/ folder. |
rustic serve |
Start a local server with hot reload. |
rustic clean |
Remove the output/ directory. |
rustic help |
Display command usage and options. |
rustic init
cd my-rustic-site
rustic build
rustic serve
rustic clean
Detailed guides and examples are available in the Documentation.
Rustic is open-source software, licensed under the Apache-2.0 License.