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.
1 parent 9eb64ec commit ed996a8Copy full SHA for ed996a8
content/extra/CNAME
@@ -0,0 +1 @@
1
+foundation.pycon.kr
pelicanconf.py
@@ -35,7 +35,8 @@
35
# Uncomment following line if you want document-relative URLs when developing
36
RELATIVE_URLS = True
37
38
-STATIC_PATHS = ['images', ]
+STATIC_PATHS = ['images', 'extra/CNAME']
39
+EXTRA_PATH_METADATA = {'extra/CNAME': {'path': 'CNAME'},}
40
41
THEME = 'themes/foundation'
42
0 commit comments