Tota is a simple and elegant static-site generator, written in Dart. Great for personal websites, side-projects, blogs, documentation, and more.
- Install Dart 2.3+
Then, activate the package globally:
pub global activate totamkdir -p blog && cd blog
tota inittota new "Hello, world!"
vim pages/hello-world.mdtota buildtota deploySee --help for usage information.