Hazel Noack e1fd352b1f dfasf
2025-05-28 16:14:31 +02:00
2025-04-10 13:56:28 +02:00
2025-05-22 16:33:25 +02:00
2025-05-28 16:14:31 +02:00
2025-05-16 16:00:05 +02:00
2025-05-22 16:11:29 +02:00
2025-05-22 16:46:49 +02:00
2025-05-22 15:47:46 +02:00

License: OQL

STSG

Planned features

  • auto uploading to ftp and other online services using a plugin system
  • build a git wiki in a specified languages instead of a static website
  • hosting the documentation somehow
  • multiple templates + a way to choose templates

Installing

python3 -m venv .venv
source .venv/bin/activate
pip install -e .

Execute

To start a local http server in the dist folder you can simply do:

python3 -m http.server 1312

Then visit localhost:1312

# build it normally
stsg

# start a hot reload server
stsg_dev
Description
This is the Static Translated Site Generator. You can build very easily a static site with markdown with multiple translations, and it will transform it in static site with translations everyone should be able to navigate.
Readme 699 KiB
Languages
Python 85.7%
HTML 13.9%
CSS 0.4%