From aaa07afd541c20702b44c44d71eae96db2c4aba8 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Mon, 18 Dec 2023 15:04:00 +0100 Subject: [PATCH] Moved static files into /static --- config => amarillo/static/config | 0 logging.conf => amarillo/static/logging.conf | 0 {static => amarillo/static/static}/css/docs.css | 0 {static => amarillo/static/static}/css/theme.css | 0 {static => amarillo/static/static}/img/cloud.png | Bin {static => amarillo/static/static}/img/favicon.ico | Bin .../static/templates}/home/index.html | 0 .../static/templates}/shared/layout.html | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename config => amarillo/static/config (100%) rename logging.conf => amarillo/static/logging.conf (100%) rename {static => amarillo/static/static}/css/docs.css (100%) rename {static => amarillo/static/static}/css/theme.css (100%) rename {static => amarillo/static/static}/img/cloud.png (100%) rename {static => amarillo/static/static}/img/favicon.ico (100%) rename {templates => amarillo/static/templates}/home/index.html (100%) rename {templates => amarillo/static/templates}/shared/layout.html (100%) diff --git a/config b/amarillo/static/config similarity index 100% rename from config rename to amarillo/static/config diff --git a/logging.conf b/amarillo/static/logging.conf similarity index 100% rename from logging.conf rename to amarillo/static/logging.conf diff --git a/static/css/docs.css b/amarillo/static/static/css/docs.css similarity index 100% rename from static/css/docs.css rename to amarillo/static/static/css/docs.css diff --git a/static/css/theme.css b/amarillo/static/static/css/theme.css similarity index 100% rename from static/css/theme.css rename to amarillo/static/static/css/theme.css diff --git a/static/img/cloud.png b/amarillo/static/static/img/cloud.png similarity index 100% rename from static/img/cloud.png rename to amarillo/static/static/img/cloud.png diff --git a/static/img/favicon.ico b/amarillo/static/static/img/favicon.ico similarity index 100% rename from static/img/favicon.ico rename to amarillo/static/static/img/favicon.ico diff --git a/templates/home/index.html b/amarillo/static/templates/home/index.html similarity index 100% rename from templates/home/index.html rename to amarillo/static/templates/home/index.html diff --git a/templates/shared/layout.html b/amarillo/static/templates/shared/layout.html similarity index 100% rename from templates/shared/layout.html rename to amarillo/static/templates/shared/layout.html