Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0afe9c

Browse files
committed
Fixed static path configuration
1 parent 4d51e1f commit b0afe9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pelicanconf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323

2424
PATH = "content"
2525

26+
STATIC_PATHS = ["images", "extra/CNAME"]
27+
EXTRA_PATH_METADATA = {
28+
"extra/CNAME": {
29+
"path": "CNAME"
30+
},
31+
}
32+
2633
THEME = "theme"
2734
BOOTSTRAP_THEME = "cerulean"
2835

0 commit comments

Comments
 (0)