Skip to content

05bit/docta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docta is a new healing docs kit.

Technically speaking, it's a static-site generator slightly focused on building documetation.

Project homepage: http://docta.05bit.com

Current version: 0.2.4a from 2015 Aug 14 powered by Mistune or 0.2.3 running Misaka.

Install

Easiest way to install is via pip:

$ pip install docta

Quickstart

Setup a new project:

$ mkdir docs
$ cd docs
$ docta init

That's it! Project is ready for building!

$ docta build
$ docta serve --watch

After running build and serve commands you should see something like:

Serving directory: /home/user/docs/_html
Running at http://127.0.0.1:8000
23 April 2014 - 02:14:36

Thats it! You may edit or create .md files, starting from index.md with your favorite text editor.

License

Docta is distributed for free and its source code is licensed under the BSD 3-Clause License.