tota 0.6.2 copy "tota: ^0.6.2" to clipboard
tota: ^0.6.2 copied to clipboard

A simple and elegant framework for generating static sites. Great for personal websites, blogs, documentation, and more.

Tota #

Tota is a simple and elegant static-site generator, written in Dart. Great for personal websites, side-projects, blogs, documentation, and more.

Install #

Pre-requisites:

Then, activate the package globally:

pub global activate tota

Quick start #

Setup your site

mkdir -p blog && cd blog
tota init

Create a new post

tota new "Hello, world!"
vim pages/hello-world.md

Generate static files

tota build

Deploy site

tota deploy

See --help for usage information.

1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A simple and elegant framework for generating static sites. Great for personal websites, blogs, documentation, and more.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

args, cli_util, crypto, front_matter, http, intl, markdown, meta, mustache, path, pool, slugify

More

Packages that depend on tota