www.studyforrest.org/content/static
Alex Waite 2e29444c01 fix favicons; copy static/ correctly
This was broken with the move away from the Makefile (where we simply
used rsync).

STATIC_PATHS only searches in Pelican's PATH, which is set to content/.
Escaping the PATH using ../ does not make pelican happy, and causes it
to throw warnings everywhere and attempt overwriting its own static
files.

There is no way I can find of to copy an entire folder into the top-level
of output.

STATIC_PATHS only accepts dirs, and EXTRA_PATH_METADATA does not accept
patterns or wildcards for the key.

So this is the solution I've come up with: specifying each file by hand.

Sigh...
2021-04-29 11:34:48 +02:00
..
android-chrome-192x192.png fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
android-chrome-512x512.png fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
apple-touch-icon.png fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
browserconfig.xml fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
favicon-16x16.png fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
favicon-32x32.png fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
favicon.ico fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
mstile-70x70.png fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
mstile-144x144.png fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
mstile-150x150.png fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
mstile-310x150.png fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
mstile-310x310.png fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
safari-pinned-tab.svg fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00
site.webmanifest fix favicons; copy static/ correctly 2021-04-29 11:34:48 +02:00