Skip to content

Commit 2506b1d

Browse files
authored
Merge pull request #3 from tonyroberts/cname
Add CNAME file to output root
2 parents 3d0bafd + 68f5ad9 commit 2506b1d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/extra/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.python-excel.org

pelicanconf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,14 @@
3535
#RELATIVE_URLS = True
3636

3737
STATIC_PATHS = [
38-
'images'
38+
'images',
39+
'extra'
3940
]
4041

4142
PLUGINS = [
4243
'pelican_webassets'
4344
]
45+
46+
EXTRA_PATH_METADATA = {
47+
'extra/CNAME': {'path': 'CNAME'}
48+
}

0 commit comments

Comments
 (0)