History
Versions
9
Version
Author
Diff
Last updated
v9
Gabriel Filion
Add note about tpo website build not working with python 3.12+ I've tried following the instructions with python 3.12 on debian sid and I encountered multiple issues. One of which was that pip was not recent enough and would crash on a missing library pkgutil.ImpImporter, which was removed from python 3.12. Then `lektor build -f scss` tried installing stuff using pip and that failed too because it's using the pip option `--install-option` which was removed in pip 23.1. Debian trixie is most probably going to ship with python 3.13, which is currently in the works as a transition in debian sid. So we'll fix the website build once a new stable release is done.
Aug 01, 2024
v8
Capole
Update documentation to build website locally
Aug 01, 2024
v7
emmapeel
fix broken link
Nov 01, 2023
v6
emmapeel
Update Compiling a local version of the website
Oct 31, 2023
v5
emmapeel
update filename
Oct 31, 2023
v4
kez
Make markdown lint happy
Mar 15, 2023
v3
kez
Re-structure page, remove outdated info
Mar 15, 2023
v2
kez
Update instructions for building lektor sites
Mar 15, 2023
v1
Gaba
Adds documentation from tpo/web/wiki.wiki
Sep 14, 2022