Change git repo fqdn
This commit is contained in:
parent
36444bf833
commit
e3cbf349e6
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
4
setup.py
4
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue