From 3140267ea0a3b37032003992695afd7dc1f4f46c Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Sat, 23 Dec 2023 23:59:02 -0500 Subject: De gatsby (#326) * de-gatsby * Add inversed image for dark background * eleventy * Reinstate workflows to prior state * Strip inline styling for index image * Passthrough src/public/ files * Use global data to encode build date encoded string * Clean public directory before build * Reinstall eslint, prettier * Reinstate .gitattributes for public dir * build.yml: escape config file for version numbering * Revert public changes for PR validation * Rename src/public/ to src/static/ * Include github-actions in dependabot updates * re-establish typescript * Update prevent-file-change-action to v1.5.1 * Re-add typescript to linting * Re-add typescript for eslint * Fix whitespace diff for tsconfig.json * Fix whitespace in .eslintrc.json --- src/static/icons/code.svg | 4 ++++ src/static/icons/github.svg | 4 ++++ src/static/icons/icon-144x144.png | Bin 0 -> 42763 bytes src/static/icons/icon-192x192.png | Bin 0 -> 72918 bytes src/static/icons/icon-256x256.png | Bin 0 -> 122738 bytes src/static/icons/icon-384x384.png | Bin 0 -> 252395 bytes src/static/icons/icon-48x48.png | Bin 0 -> 6080 bytes src/static/icons/icon-512x512.png | Bin 0 -> 414864 bytes src/static/icons/icon-72x72.png | Bin 0 -> 11641 bytes src/static/icons/icon-96x96.png | Bin 0 -> 20144 bytes src/static/icons/mastodon.svg | 4 ++++ 11 files changed, 12 insertions(+) create mode 100644 src/static/icons/code.svg create mode 100644 src/static/icons/github.svg create mode 100644 src/static/icons/icon-144x144.png create mode 100644 src/static/icons/icon-192x192.png create mode 100644 src/static/icons/icon-256x256.png create mode 100644 src/static/icons/icon-384x384.png create mode 100644 src/static/icons/icon-48x48.png create mode 100644 src/static/icons/icon-512x512.png create mode 100644 src/static/icons/icon-72x72.png create mode 100644 src/static/icons/icon-96x96.png create mode 100644 src/static/icons/mastodon.svg (limited to 'src/static/icons') diff --git a/src/static/icons/code.svg b/src/static/icons/code.svg new file mode 100644 index 0000000..ddd0a7d --- /dev/null +++ b/src/static/icons/code.svg @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/src/static/icons/github.svg b/src/static/icons/github.svg new file mode 100644 index 0000000..2179508 --- /dev/null +++ b/src/static/icons/github.svg @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/src/static/icons/icon-144x144.png b/src/static/icons/icon-144x144.png new file mode 100644 index 0000000..18f5e4f Binary files /dev/null and b/src/static/icons/icon-144x144.png differ diff --git a/src/static/icons/icon-192x192.png b/src/static/icons/icon-192x192.png new file mode 100644 index 0000000..7d6c60c Binary files /dev/null and b/src/static/icons/icon-192x192.png differ diff --git a/src/static/icons/icon-256x256.png b/src/static/icons/icon-256x256.png new file mode 100644 index 0000000..9f331e2 Binary files /dev/null and b/src/static/icons/icon-256x256.png differ diff --git a/src/static/icons/icon-384x384.png b/src/static/icons/icon-384x384.png new file mode 100644 index 0000000..39bdf43 Binary files /dev/null and b/src/static/icons/icon-384x384.png differ diff --git a/src/static/icons/icon-48x48.png b/src/static/icons/icon-48x48.png new file mode 100644 index 0000000..951cbe7 Binary files /dev/null and b/src/static/icons/icon-48x48.png differ diff --git a/src/static/icons/icon-512x512.png b/src/static/icons/icon-512x512.png new file mode 100644 index 0000000..be1b067 Binary files /dev/null and b/src/static/icons/icon-512x512.png differ diff --git a/src/static/icons/icon-72x72.png b/src/static/icons/icon-72x72.png new file mode 100644 index 0000000..ac5beec Binary files /dev/null and b/src/static/icons/icon-72x72.png differ diff --git a/src/static/icons/icon-96x96.png b/src/static/icons/icon-96x96.png new file mode 100644 index 0000000..5ae5b70 Binary files /dev/null and b/src/static/icons/icon-96x96.png differ diff --git a/src/static/icons/mastodon.svg b/src/static/icons/mastodon.svg new file mode 100644 index 0000000..b298458 --- /dev/null +++ b/src/static/icons/mastodon.svg @@ -0,0 +1,4 @@ + \ No newline at end of file -- cgit