Skip to main content

A very flexible static site generator written in python

Project description

Kart

A very flexible static site generator written in python

Getting started

Install Kart with pip

pip install Kart

Create a new file named main.py in your top directory with this code

from kart import Kart

kart = Kart()
kart.run()

You can then build and serve your site executing this script

python3 main.py serve

Disclaimer

Kart is not yet ready to use in a real-world scenario, as it laks the necessary defaults to even render a simple blog without writing custom python code

If you want an example of a simple site you can look at the test_site folder

A complete explanation of the architecture and a step-by-step tutorial will be written soon

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Kart-0.1.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

Kart-0.1.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page