A straightforward static site generator written in Rust
A straightforward static site generator written in Rust. Cobalt will help you get up and running quickly but scales to handle your more complex cases. It tries to be no-hassle with a workflow-centric command line and a familiar template language. Written in Rust, Cobalt is blazing fast and allows you to quickly see the results of your work.
A straightforward static site generator written in Rust. Cobalt will help you get up and running quickly but scales to handle your more complex cases. It tries to be no-hassle with a workflow-centric command line and a familiar template language. Written in Rust, Cobalt is blazing fast and allows you to quickly see the results of your work.
To install cobalt.rs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cobalt.rs
To see what files were installed by cobalt.rs, run:
port contents cobalt.rs
To later upgrade cobalt.rs, run:
sudo port selfupdate && sudo port upgrade cobalt.rs
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.