Skip to content

thetoppython/ark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ark

Ark is a static website generator written in Python. It transforms a directory of text files into a self-contained website that can be viewed locally or served remotely.

  • Ark is extensible. It has builtin support for source files written in Markdown and Syntex, but can be extended via plugins to support any similar text-to-html format.

  • Ark is flexible. By default it produces sites with page-relative links that can be viewed locally without any need for a web server (ideal for distributing project documentation in html format), but it can easily produce sites with resource or directory-style urls.

See Ark's documentation or the Ark sample site for further details.

Installation

Install directly from the Python Package Index using pip:

$ pip install ark

Ark requires Python 3.2 or later.

License

This work has been placed in the public domain.

About

A static website generator in Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 71.4%
  • CSS 28.3%
  • JavaScript 0.3%