Change git repo fqdn

This commit is contained in:
L3D 2023-07-31 16:25:52 +02:00
parent 36444bf833
commit e3cbf349e6
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
This is a lektor plugin, that generates files based on a Jinja2 Template.
In this case it is expecting the [galaxy.svg](https://backwesen.de/l3d/ansible.l3d.space/src/branch/main/templates/galaxy.svg?display=source) Template and will geneate an optimzed Version of the SVG, using [scour](https://pypi.org/project/scour/). We take a dict as input with the values ``name`` to generate the output file name, ``label`` to affect the filename too and is used as first text in the svg and ``state`` text in the svg with colored background.
In this case it is expecting the [galaxy.svg](https://git.l3d.ch/l3d/ansible.l3d.space/src/branch/main/templates/galaxy.svg?display=source) Template and will geneate an optimzed Version of the SVG, using [scour](https://pypi.org/project/scour/). We take a dict as input with the values ``name`` to generate the output file name, ``label`` to affect the filename too and is used as first text in the svg and ``state`` text in the svg with colored background.
## Example Usage:
```json

View file

@ -26,8 +26,8 @@ setup(
name='lektor-render-template',
packages=find_packages(),
py_modules=['lektor_render_template'],
url='https://backwesen.de/l3d/lektor-render-template.git',
version='0.7',
url='https://git.l3d.ch/l3d/lektor-render-template.git',
version='0.8',
classifiers=[
'Framework :: Lektor',
'Environment :: Plugins',