From bd0c6456bcd5c3a8213f631ec489f4952a6fe3ee Mon Sep 17 00:00:00 2001 From: roninro Date: Sat, 30 Jul 2022 16:18:47 +0800 Subject: add default bg for theme --- exampleSite/static/img/404-bg.jpg | Bin 120756 -> 0 bytes exampleSite/static/img/archive-bg.jpg | Bin 31733 -> 0 bytes exampleSite/static/img/home-bg.jpg | Bin 486542 -> 0 bytes static/img/404-bg.jpg | Bin 0 -> 120756 bytes static/img/archive-bg.jpg | Bin 0 -> 31733 bytes static/img/home-bg.jpg | Bin 0 -> 486542 bytes 6 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 exampleSite/static/img/404-bg.jpg delete mode 100644 exampleSite/static/img/archive-bg.jpg delete mode 100644 exampleSite/static/img/home-bg.jpg create mode 100644 static/img/404-bg.jpg create mode 100644 static/img/archive-bg.jpg create mode 100644 static/img/home-bg.jpg diff --git a/exampleSite/static/img/404-bg.jpg b/exampleSite/static/img/404-bg.jpg deleted file mode 100644 index c2ee242..0000000 Binary files a/exampleSite/static/img/404-bg.jpg and /dev/null differ diff --git a/exampleSite/static/img/archive-bg.jpg b/exampleSite/static/img/archive-bg.jpg deleted file mode 100644 index b2f8e41..0000000 Binary files a/exampleSite/static/img/archive-bg.jpg and /dev/null differ diff --git a/exampleSite/static/img/home-bg.jpg b/exampleSite/static/img/home-bg.jpg deleted file mode 100644 index bf6a6f9..0000000 Binary files a/exampleSite/static/img/home-bg.jpg and /dev/null differ diff --git a/static/img/404-bg.jpg b/static/img/404-bg.jpg new file mode 100644 index 0000000..c2ee242 Binary files /dev/null and b/static/img/404-bg.jpg differ diff --git a/static/img/archive-bg.jpg b/static/img/archive-bg.jpg new file mode 100644 index 0000000..b2f8e41 Binary files /dev/null and b/static/img/archive-bg.jpg differ diff --git a/static/img/home-bg.jpg b/static/img/home-bg.jpg new file mode 100644 index 0000000..bf6a6f9 Binary files /dev/null and b/static/img/home-bg.jpg differ -- cgit v1.2.3