Getting started
To create a new website with Rubedo, you first need to install it:
cargo install rubedo-ssg
Then you can init a new website using the command line:
mkdir my_new_website
cd my_new_website
rubedo-ssg init --title "My new website"
Once you've selected a theme, you can set it in your config.toml
and build your website:
rubedo-ssg
Next steps
You will want to tweak your website's configuration, and use a theme