Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

# Ark

Ark is a static website generator written in Python. It transforms a
Here Ark is a static website generator written in Python. Ark 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
* Ark is extensible. Ark 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
distributing project documentation in html format), but ark can easily
produce sites with resource or directory-style urls.

See Ark's [documentation][] or the Ark [sample site][] for further details.
Expand Down