Skip to content

Commit ed996a8

Browse files
committed
Add CNAME setting
1 parent 9eb64ec commit ed996a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/extra/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
foundation.pycon.kr

pelicanconf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
# Uncomment following line if you want document-relative URLs when developing
3636
RELATIVE_URLS = True
3737

38-
STATIC_PATHS = ['images', ]
38+
STATIC_PATHS = ['images', 'extra/CNAME']
39+
EXTRA_PATH_METADATA = {'extra/CNAME': {'path': 'CNAME'},}
3940

4041
THEME = 'themes/foundation'
4142

0 commit comments

Comments
 (0)