# standalone file directly to the real webroot instead (see
# provisioning/robots.txt) -- if Pelican put it in its own output tree, it'd
# end up at /blog/robots.txt, which crawlers won't find.
-STATIC_PATHS = ['extra/favicon.ico']
+STATIC_PATHS = ['extra/favicon.ico', 'images']
EXTRA_PATH_METADATA = {
'extra/favicon.ico': {'path': 'favicon.ico'},
}
expires $expires;
# The domain root is a small standalone landing page (plus docs/ and
- # temporary/ carried over from the old NameCheap hosting) -- not part
- # of the Pelican blog, which lives under /blog instead.
+ # media/ carried over from the old NameCheap hosting -- PDFs and OGGs
+ # linked from stable blog posts) -- not part of the Pelican blog,
+ # which lives under /blog instead. temporary/ and the old /software
+ # demos deliberately did not make the move: never promised to be
+ # stable the way blog permalinks and their assets are.
root /home/blogmistress/zackmdavis.net;
index index.html;
autoindex on;
}
- location /temporary {
+ location /media {
autoindex on;
}