From ed818dcaa863199ef712c7c84b043e1596a89510 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 11 Oct 2017 21:33:11 +0200 Subject: [PATCH] theme: moved the CSS files outside of the arbitrary inc/ directory. The user shall have the full power where to put those files using THEME_STATIC_DIR. --- pelican-theme/static/inc/m-components.css | 1 - pelican-theme/static/inc/m-dark.compiled.css | 1 - pelican-theme/static/inc/m-dark.css | 1 - pelican-theme/static/inc/m-debug.css | 1 - pelican-theme/static/inc/m-grid.css | 1 - pelican-theme/static/inc/m-light.compiled.css | 1 - pelican-theme/static/inc/m-light.css | 1 - pelican-theme/static/inc/pygments-dark.css | 1 - pelican-theme/static/m-components.css | 1 + pelican-theme/static/m-dark.compiled.css | 1 + pelican-theme/static/m-dark.css | 1 + pelican-theme/static/m-debug.css | 1 + pelican-theme/static/m-grid.css | 1 + pelican-theme/static/m-light.compiled.css | 1 + pelican-theme/static/m-light.css | 1 + pelican-theme/static/pygments-dark.css | 1 + 16 files changed, 8 insertions(+), 8 deletions(-) delete mode 120000 pelican-theme/static/inc/m-components.css delete mode 120000 pelican-theme/static/inc/m-dark.compiled.css delete mode 120000 pelican-theme/static/inc/m-dark.css delete mode 120000 pelican-theme/static/inc/m-debug.css delete mode 120000 pelican-theme/static/inc/m-grid.css delete mode 120000 pelican-theme/static/inc/m-light.compiled.css delete mode 120000 pelican-theme/static/inc/m-light.css delete mode 120000 pelican-theme/static/inc/pygments-dark.css create mode 120000 pelican-theme/static/m-components.css create mode 120000 pelican-theme/static/m-dark.compiled.css create mode 120000 pelican-theme/static/m-dark.css create mode 120000 pelican-theme/static/m-debug.css create mode 120000 pelican-theme/static/m-grid.css create mode 120000 pelican-theme/static/m-light.compiled.css create mode 120000 pelican-theme/static/m-light.css create mode 120000 pelican-theme/static/pygments-dark.css diff --git a/pelican-theme/static/inc/m-components.css b/pelican-theme/static/inc/m-components.css deleted file mode 120000 index 74118bd5..00000000 --- a/pelican-theme/static/inc/m-components.css +++ /dev/null @@ -1 +0,0 @@ -../../../css/m-components.css \ No newline at end of file diff --git a/pelican-theme/static/inc/m-dark.compiled.css b/pelican-theme/static/inc/m-dark.compiled.css deleted file mode 120000 index 9f1a0d2b..00000000 --- a/pelican-theme/static/inc/m-dark.compiled.css +++ /dev/null @@ -1 +0,0 @@ -../../../css/m-dark.compiled.css \ No newline at end of file diff --git a/pelican-theme/static/inc/m-dark.css b/pelican-theme/static/inc/m-dark.css deleted file mode 120000 index 259c177b..00000000 --- a/pelican-theme/static/inc/m-dark.css +++ /dev/null @@ -1 +0,0 @@ -../../../css/m-dark.css \ No newline at end of file diff --git a/pelican-theme/static/inc/m-debug.css b/pelican-theme/static/inc/m-debug.css deleted file mode 120000 index f5314515..00000000 --- a/pelican-theme/static/inc/m-debug.css +++ /dev/null @@ -1 +0,0 @@ -../../../css/m-debug.css \ No newline at end of file diff --git a/pelican-theme/static/inc/m-grid.css b/pelican-theme/static/inc/m-grid.css deleted file mode 120000 index d56b15ec..00000000 --- a/pelican-theme/static/inc/m-grid.css +++ /dev/null @@ -1 +0,0 @@ -../../../css/m-grid.css \ No newline at end of file diff --git a/pelican-theme/static/inc/m-light.compiled.css b/pelican-theme/static/inc/m-light.compiled.css deleted file mode 120000 index 605faa48..00000000 --- a/pelican-theme/static/inc/m-light.compiled.css +++ /dev/null @@ -1 +0,0 @@ -../../../css/m-light.compiled.css \ No newline at end of file diff --git a/pelican-theme/static/inc/m-light.css b/pelican-theme/static/inc/m-light.css deleted file mode 120000 index 8762e445..00000000 --- a/pelican-theme/static/inc/m-light.css +++ /dev/null @@ -1 +0,0 @@ -../../../css/m-light.css \ No newline at end of file diff --git a/pelican-theme/static/inc/pygments-dark.css b/pelican-theme/static/inc/pygments-dark.css deleted file mode 120000 index 16978322..00000000 --- a/pelican-theme/static/inc/pygments-dark.css +++ /dev/null @@ -1 +0,0 @@ -../../../css/pygments-dark.css \ No newline at end of file diff --git a/pelican-theme/static/m-components.css b/pelican-theme/static/m-components.css new file mode 120000 index 00000000..858691bb --- /dev/null +++ b/pelican-theme/static/m-components.css @@ -0,0 +1 @@ +../../css/m-components.css \ No newline at end of file diff --git a/pelican-theme/static/m-dark.compiled.css b/pelican-theme/static/m-dark.compiled.css new file mode 120000 index 00000000..4f09c90c --- /dev/null +++ b/pelican-theme/static/m-dark.compiled.css @@ -0,0 +1 @@ +../../css/m-dark.compiled.css \ No newline at end of file diff --git a/pelican-theme/static/m-dark.css b/pelican-theme/static/m-dark.css new file mode 120000 index 00000000..92d5b51c --- /dev/null +++ b/pelican-theme/static/m-dark.css @@ -0,0 +1 @@ +../../css/m-dark.css \ No newline at end of file diff --git a/pelican-theme/static/m-debug.css b/pelican-theme/static/m-debug.css new file mode 120000 index 00000000..d424d7fe --- /dev/null +++ b/pelican-theme/static/m-debug.css @@ -0,0 +1 @@ +../../css/m-debug.css \ No newline at end of file diff --git a/pelican-theme/static/m-grid.css b/pelican-theme/static/m-grid.css new file mode 120000 index 00000000..9a237358 --- /dev/null +++ b/pelican-theme/static/m-grid.css @@ -0,0 +1 @@ +../../css/m-grid.css \ No newline at end of file diff --git a/pelican-theme/static/m-light.compiled.css b/pelican-theme/static/m-light.compiled.css new file mode 120000 index 00000000..2c81ec32 --- /dev/null +++ b/pelican-theme/static/m-light.compiled.css @@ -0,0 +1 @@ +../../css/m-light.compiled.css \ No newline at end of file diff --git a/pelican-theme/static/m-light.css b/pelican-theme/static/m-light.css new file mode 120000 index 00000000..574a0527 --- /dev/null +++ b/pelican-theme/static/m-light.css @@ -0,0 +1 @@ +../../css/m-light.css \ No newline at end of file diff --git a/pelican-theme/static/pygments-dark.css b/pelican-theme/static/pygments-dark.css new file mode 120000 index 00000000..8da8eb79 --- /dev/null +++ b/pelican-theme/static/pygments-dark.css @@ -0,0 +1 @@ +../../css/pygments-dark.css \ No newline at end of file -- 2.30.2