I am creating a static site with Pelican and I'm confused about how to add a favicon to it.
I've seen in the documentation that:
You can also use the
EXTRA_PATH_METADATA
mechanism to place afavicon.ico
orrobots.txt
at the root of any site.
I don't know where to put my favicon.ico
file and what to specify in the EXTRA_PATH_METADATA
setting (if this is really the setting that should be used).
python -m SimpleHTTPServer
. Could this be the problem? – Episcopalian