diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | site-config.json | 7 | ||||
-rw-r--r-- | static/android-chrome-192x192.png | bin | 0 -> 4954 bytes | |||
-rw-r--r-- | static/android-chrome-512x512.png | bin | 0 -> 14634 bytes | |||
-rw-r--r-- | static/apple-touch-icon.png | bin | 0 -> 4650 bytes | |||
-rw-r--r-- | static/favicon-16x16.png | bin | 0 -> 448 bytes | |||
-rw-r--r-- | static/favicon-32x32.png | bin | 0 -> 745 bytes | |||
-rw-r--r-- | static/favicon.ico | bin | 32038 -> 15406 bytes |
9 files changed, 11 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 888369d..9077979 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ /assets/jsconfig.json hugo_stats.json -/.hugo_build.lock \ No newline at end of file +/.hugo_build.lock + +site.tar.gz \ No newline at end of file diff --git a/config.toml b/config.toml index 054d7af..390599f 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,7 @@ enableInlineShortcodes = true [[server.headers]] for = '/**' [server.headers.values] - Content-Security-Policy = 'script-src localhost:1313' + Content-Security-Policy = 'script-src venomade.com' Referrer-Policy = 'strict-origin-when-cross-origin' X-Content-Type-Options = 'nosniff' X-Frame-Options = 'DENY' diff --git a/site-config.json b/site-config.json new file mode 100644 index 0000000..7916411 --- /dev/null +++ b/site-config.json @@ -0,0 +1,7 @@ +{ + "notFound": "404", + "fileConfigs": [ + { "glob": "*.png", "options": { "cacheControl": "max-age=15552000" } }, + { "glob": "*.css", "options": { "cacheControl": "max-age=7200" } } + ] +} diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..b7928f4 --- /dev/null +++ b/static/android-chrome-192x192.png Binary files differdiff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..9bc3460 --- /dev/null +++ b/static/android-chrome-512x512.png Binary files differdiff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..89bebe6 --- /dev/null +++ b/static/apple-touch-icon.png Binary files differdiff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..8663eda --- /dev/null +++ b/static/favicon-16x16.png Binary files differdiff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..507fed6 --- /dev/null +++ b/static/favicon-32x32.png Binary files differdiff --git a/static/favicon.ico b/static/favicon.ico index bc0e20a..6be35e4 100644 --- a/static/favicon.ico +++ b/static/favicon.ico Binary files differ |