diff --git a/content/docs/plugins/publishing/contents.lr b/content/docs/plugins/publishing/contents.lr index 42ff10cd..1e34fd4a 100644 --- a/content/docs/plugins/publishing/contents.lr +++ b/content/docs/plugins/publishing/contents.lr @@ -29,14 +29,9 @@ from setuptools import setup, find_packages with io.open('README.md', 'rt', encoding="utf8") as f: readme = f.read() -_name_re = re.compile(r'name\s+=\s+(?P.*)') _description_re = re.compile(r'description\s+=\s+(?P.*)') -with open('lektor_dsdf.py', 'rb') as f: - name = str(ast.literal_eval(_name_re.search( - f.read().decode('utf-8')).group(1))) - -with open('lektor_dsdf.py', 'rb') as f: +with open('lektor_hello_world.py', 'rb') as f: description = str(ast.literal_eval(_description_re.search( f.read().decode('utf-8')).group(1))) diff --git a/content/plugins/header.jpg b/content/plugins/header.jpg index 5173842b..1038d704 100644 Binary files a/content/plugins/header.jpg and b/content/plugins/header.jpg differ diff --git a/content/plugins/markdown-highlighter/contents.lr b/content/plugins/lektor-markdown-highlighter/contents.lr similarity index 100% rename from content/plugins/markdown-highlighter/contents.lr rename to content/plugins/lektor-markdown-highlighter/contents.lr