Skip to content
/ ark Public

A static website generator for people who enjoy the simpler things in life.

License

Notifications You must be signed in to change notification settings

dmulholl/ark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ark

Ark is a static website generator built in Python. It's small, elegant, and simple to use.

Installation

Install Ark from the Python Package Index using pip:

pip install ark

Ark requires Python 3.10 or later.

Usage

Ark is a command-line tool. To view its helptext, run ark --help:

Usage: ark [command]

  Ark is a static website generator. It transforms a
  directory of text files into a self-contained website.

Flags:
  -h, --help        Print the application's help text.
  -v, --version     Print the application's version.

Commands:
  build             Build the site.
  clear             Clear the output directory.
  init              Initialize a new site directory.
  serve             Run the test server.
  tree              Print the site's node tree.
  watch             Monitor the site directory and
                    automatically rebuild on changes.

Command Help:
  help <command>    Print the command's help text.

See the quickstart tutorial for a guide to getting started with Ark.

License

Zero-Clause BSD (0BSD).

About

A static website generator for people who enjoy the simpler things in life.

Resources

License

Stars

Watchers

Forks

Languages