Skip to content

Commit 3058d54

Browse files
committed
update cname stuff
1 parent 63f2801 commit 3058d54

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pelicanconf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
# Uncomment following line if you want document-relative URLs when developing
2828
#RELATIVE_URLS = True
2929

30+
# Static files
31+
STATIC_PATHS = ['images', 'extra']
32+
EXTRA_PATH_METADATA = {
33+
'extra/CNAME': {'path': 'CNAME'},
34+
}
35+
36+
# Theme settings
3037
THEME = 'themes/piney'
3138
THEME_STATIC_DIR = 'theme'
3239
THEME_STATIC_PATHS = ['static']

0 commit comments

Comments
 (0)