All Projects → tota-dart → tota

tota-dart / tota

Licence: MIT License
A simple and elegant framework for generating static sites

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to tota

awesome-gridsome
A curated list of awesome things related to Gridsome
Stars: ✭ 66 (+186.96%)
Mutual labels:  static-site-generator
frontend-boilerplate
Boilerplate to create powerful frontend applications
Stars: ✭ 17 (-26.09%)
Mutual labels:  static-site-generator
template
Elder.js template project. It is part template, part tutorial. Dive in!
Stars: ✭ 101 (+339.13%)
Mutual labels:  static-site-generator
tinystatic
A tiny static website generator which is flexible and easy to use
Stars: ✭ 36 (+56.52%)
Mutual labels:  static-site-generator
soupault
Static website generator based on HTML element tree rewriting
Stars: ✭ 214 (+830.43%)
Mutual labels:  static-site-generator
TechFusionFM
Static site for tech podcast built using Hexo.io with deployment script, XML escaper and iTunes rank tracking Telegram bot.
Stars: ✭ 20 (-13.04%)
Mutual labels:  static-site-generator
slipbox
A static site generator for Zettelkasten notes
Stars: ✭ 32 (+39.13%)
Mutual labels:  static-site-generator
grav-plugin-blackhole
The static site generator for Grav CMS
Stars: ✭ 152 (+560.87%)
Mutual labels:  static-site-generator
stacy
Website generator that combines content from Contentful CMS with Handlebars templates and publishes the website in Amazon S3.
Stars: ✭ 24 (+4.35%)
Mutual labels:  static-site-generator
frontman
💎 A Ruby-based static website generator
Stars: ✭ 103 (+347.83%)
Mutual labels:  static-site-generator
jigsaw-blog-template
Starter template for a blog, using Jigsaw by Tighten
Stars: ✭ 75 (+226.09%)
Mutual labels:  static-site-generator
FellowStories
A platform for MLH Fellows to share their stories and experiences
Stars: ✭ 13 (-43.48%)
Mutual labels:  blog-platform
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-13.04%)
Mutual labels:  static-site-generator
sbt-hepek
Sbt plugin for rendering Scala objects to files. And more!
Stars: ✭ 17 (-26.09%)
Mutual labels:  static-site-generator
PlainSite
PlainSite:A Truely Hackable Static Site Generator.
Stars: ✭ 31 (+34.78%)
Mutual labels:  static-site-generator
Documentor
Super intuitive documentation generator, from markdown files to a single html file (style, scripts, images, search engine embedded) 📖
Stars: ✭ 32 (+39.13%)
Mutual labels:  static-site-generator
hakyll-nix-template
Hakyll + Nix starter template
Stars: ✭ 20 (-13.04%)
Mutual labels:  static-site-generator
prpl
A modular static site generator built for longevity
Stars: ✭ 44 (+91.3%)
Mutual labels:  static-site-generator
thera
A template engine for Scala
Stars: ✭ 49 (+113.04%)
Mutual labels:  static-site-generator
github-flavored-markdown-to-html
Convert markdown to HTML using the GitHub API and some additional tweaks with Python. Comes with full formula support and image compression.
Stars: ✭ 44 (+91.3%)
Mutual labels:  static-site-generator

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].