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 tota
mkdir -p blog && cd blog
tota init
tota new "Hello, world!"
vim pages/hello-world.md
tota build
tota deploy
See --help
for usage information.