Skip to content
/ tota Public

A simple and elegant framework for generating static sites

License

Notifications You must be signed in to change notification settings

tota-dart/tota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages