From e3cbf349e6865e4f81b5cd43f7b2e61fec47842e Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 31 Jul 2023 16:25:52 +0200 Subject: [PATCH] Change git repo fqdn --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff64c64..c599665 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 5e2a171..ddf2e3a 100644 --- a/setup.py +++ b/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',