diff --git a/env b/env index 208732e42..eb8bcf888 100644 --- a/env +++ b/env @@ -1,6 +1,6 @@ MASTER_KEY=blahblahblah DOMAIN=localhost -SITE_NAME=rDrama +SITE_NAME=TheMotte GIPHY_KEY=blahblahblah DISCORD_SERVER_ID=blahblahblah DISCORD_CLIENT_ID=blahblahblah diff --git a/files/assets/images/TheMotte/alert.webp b/files/assets/images/TheMotte/alert.webp new file mode 100644 index 000000000..cbb93f396 Binary files /dev/null and b/files/assets/images/TheMotte/alert.webp differ diff --git a/files/assets/images/TheMotte/banner.webp b/files/assets/images/TheMotte/banner.webp new file mode 100644 index 000000000..d2e3c02b9 Binary files /dev/null and b/files/assets/images/TheMotte/banner.webp differ diff --git a/files/assets/images/TheMotte/cover.webp b/files/assets/images/TheMotte/cover.webp new file mode 100644 index 000000000..417da77a7 Binary files /dev/null and b/files/assets/images/TheMotte/cover.webp differ diff --git a/files/assets/images/TheMotte/default_text.webp b/files/assets/images/TheMotte/default_text.webp new file mode 100644 index 000000000..eb2b5d1df Binary files /dev/null and b/files/assets/images/TheMotte/default_text.webp differ diff --git a/files/assets/images/TheMotte/headericon.webp b/files/assets/images/TheMotte/headericon.webp new file mode 100644 index 000000000..c52f150b3 Binary files /dev/null and b/files/assets/images/TheMotte/headericon.webp differ diff --git a/files/assets/images/TheMotte/icon.webp b/files/assets/images/TheMotte/icon.webp new file mode 100644 index 000000000..0b0615849 Binary files /dev/null and b/files/assets/images/TheMotte/icon.webp differ diff --git a/files/assets/images/TheMotte/logo.webp b/files/assets/images/TheMotte/logo.webp new file mode 100644 index 000000000..25a726fa9 Binary files /dev/null and b/files/assets/images/TheMotte/logo.webp differ diff --git a/files/templates/default.html b/files/templates/default.html index 89e95698d..352cc4139 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -245,17 +245,6 @@ {% if '@' not in request.path %} {% if sub %} /h/{{sub.name}} banner - {% elif SITE_NAME == 'rDrama' %} - {% set path = "assets/images/" + SITE_NAME + "/banners" %} - {% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=25' %} - - - {% if v and (v.is_banned or v.agendaposter) %} - site banner - {% else %} - site banner - {% endif %} - {% else %} site banner diff --git a/files/templates/sidebar_TheMotte.html b/files/templates/sidebar_TheMotte.html new file mode 100644 index 000000000..0cb96d542 --- /dev/null +++ b/files/templates/sidebar_TheMotte.html @@ -0,0 +1,71 @@ + \ No newline at end of file