We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d0bafd + 68f5ad9 commit 2506b1dCopy full SHA for 2506b1d
content/extra/CNAME
@@ -0,0 +1 @@
1
+www.python-excel.org
pelicanconf.py
@@ -35,9 +35,14 @@
35
#RELATIVE_URLS = True
36
37
STATIC_PATHS = [
38
- 'images'
+ 'images',
39
+ 'extra'
40
]
41
42
PLUGINS = [
43
'pelican_webassets'
44
45
+
46
+EXTRA_PATH_METADATA = {
47
+ 'extra/CNAME': {'path': 'CNAME'}
48
+}
0 commit comments