Jeff Dairiki
Jeff Dairiki
See lektor/lektor#1164.
This is an alternative to #327, and is roughly equivalent to that PR except that it uses [PDM] rather than [pipenv]. This uses PDM to manage python dependencies: - Lektor...
Documentation updates for changes in lektor/lektor#1143. (Not to be merged until Lektor 3.4 is released.)
Update the installation instructions to remove the requirement for ImageMagick. This PR is to be merged once a release version of Lektor containing lektor/lektor#1104 is published.
This updates the docs for lektor/lektor#1120. Namely, it adds verbiage to say that `--output-path` is (now) interpreted relative to the current working directory.
The pre-release branch of Lektor (3.4.x) installs mistune 2.x by default. (The stable 3.3 branch pins mistune to 0.8.*.) Here, we use the [lektor-markdown-header-anchors](https://github.com/lektor/lektor-markdown-header-anchors) plugin to generate *table of contents*...
These are doc updates for PR lektor/lektor#1102 These should not be merged until a stable release is made of the 3.4 branch.
This PR adds support for using *hatch-fancy-pypi-readme* as a [PDM-backend](https://backend.pdm-project.org/) plugin. I was looking for a plugin exactly like this one, except to use with `pdm-backend` instead of `hatchling`. As...
The `link` elements injected into the HTML are not being properly marked as void elements. This causes html-webpack-plugin to generate spurious `` closing tags upon serialization. (Harmless, but ugly.) The...
This adds some navbar buttons to control the setting of `Form.widget.css_class`. This is a companion to Pylons/deform#282. (This is PR #25 rebased onto the current `master`.)