1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: staticsite
Maintainer: Enrico Zini <enrico@debian.org>
Section: web
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-markdown, python3-docutils,
python3-toml, python3-yaml, python3-ruamel.yaml,
python3-pil,
python3-jinja2 (>= 3), python3-dateutil,
python3-tz, python3-slugify,
python3-tornado, python3-pyinotify,
exiftool
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/spanezz/staticsite
Vcs-Git: https://salsa.debian.org/enrico/staticsite.git
Vcs-Browser: https://salsa.debian.org/enrico/staticsite
X-Python3-Version: >= 3.11
Package: staticsite
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}, libjs-jquery, libjs-bootstrap4, libjs-bootstrap5, fonts-fork-awesome, python3-lmdb, exiftool
Description: Static site generator
Static site generator based on markdown and jinja2.
.
Features:
- themable
- free content structure
- hugo-style archetypes and front matter
- live preview server
|