A static site generator.


Keywords
jamstack, python, skua, static-site, static-site-generator
License
BSD-3-Clause
Install
pip install skua==0.3.0b3

Documentation

Skua

Deploy to Netlify

Documentation status

Netlify Status

A pythonic static site generator.

Build Status Skua is a static site generator designed to allow for more flexibility and extensibility than classic static site generators.

Documentation

Skua's documentation is build using MkDocs and is hosted at skua.netlify.com.

Command-line interface

Skua can be used from the command line (still under development). It takes every template it finds and places an HTML template in the chosen output folder.

Python scripting

Skua can be imported and used to create Python scripts, which allows for greater flexibility and custom site generation pipelines.

Contributing

All contributions and contributors are welcome! If you're interested in contributing you should look at the 'boards' and 'wiki' tabs on our Github page.

Versioning

Skua uses romantic versioning. We recommend not upgrading to a new version of Skua before you have read the description for the new release.

  • MAJOR: A conceptually major change with (possible) breaking changes.
  • MINOR: A conceptually minor change with (possible) breaking changes
  • PATCH: Guaranteed not to cause any breaking changes. Used for minor changes, such as:
    • Bug fixes in the current version
    • Updates to algorithms which don't add extra dependencies.