Kart
A very flexible static site generator written in python
Getting started
Install Kart with pip
pip install Kart
Build the basic structure
python -m kart init
In this configuration Kart will only build a basic blog with a paginated blog index and paginated tags. If you want to customize the urls of the blog you will have to modify main.py with custom python code
You can then build and serve your site with this command
python3 main.py serve
Disclaimer
Kart is not yet ready to use in a real-world scenario. It is still in development its api can change abruptly each minor version.
I am currently writing the documentation of kart but it is by no mean complete. If you want to look at some examples you can look the docs folder, where the documentation is held, and the source code of the example site
Release files for Kart 0.16.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kart-0.16.1.tar.gz | 15.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kart-0.16.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.3 kB
Release files / kart-0.16.1.tar.gz
| Download URL | kart-0.16.1.tar.gz |
|---|---|
| Size | 15.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5cf1bfbb12901436d2db56ed8f6972b67dba2671e2601c4825224b1fded6191b
|
|
BLAKE2b-256 checksum How to use checksums |
c43757ce9a3123288206322e965daf6af735094a7b68fa091f56b0288f49bc99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.4 CPython/3.8.13 Linux/6.9.3-76060903-generic
|
Release files / kart-0.16.1-py3-none-any.whl
| Download URL | kart-0.16.1-py3-none-any.whl |
|---|---|
| Size | 19.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2d07c030a2e2bb58f89aa410fd8a7a7bf39d0e861e47d544e1c41be2e9d05cff
|
|
BLAKE2b-256 checksum How to use checksums |
5f010f9125bb07b025bd02b810d80e935cbbc5af031a2a0654e3f3a532bfb668
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.4 CPython/3.8.13 Linux/6.9.3-76060903-generic
|