chiark / gitweb /
theme: moved the CSS files outside of the arbitrary inc/ directory.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 11 Oct 2017 19:33:11 +0000 (21:33 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 11 Oct 2017 19:54:40 +0000 (21:54 +0200)
The user shall have the full power where to put those files using
THEME_STATIC_DIR.

16 files changed:
pelican-theme/static/inc/m-components.css [deleted symlink]
pelican-theme/static/inc/m-dark.compiled.css [deleted symlink]
pelican-theme/static/inc/m-dark.css [deleted symlink]
pelican-theme/static/inc/m-debug.css [deleted symlink]
pelican-theme/static/inc/m-grid.css [deleted symlink]
pelican-theme/static/inc/m-light.compiled.css [deleted symlink]
pelican-theme/static/inc/m-light.css [deleted symlink]
pelican-theme/static/inc/pygments-dark.css [deleted symlink]
pelican-theme/static/m-components.css [new symlink]
pelican-theme/static/m-dark.compiled.css [new symlink]
pelican-theme/static/m-dark.css [new symlink]
pelican-theme/static/m-debug.css [new symlink]
pelican-theme/static/m-grid.css [new symlink]
pelican-theme/static/m-light.compiled.css [new symlink]
pelican-theme/static/m-light.css [new symlink]
pelican-theme/static/pygments-dark.css [new symlink]

diff --git a/pelican-theme/static/inc/m-components.css b/pelican-theme/static/inc/m-components.css
deleted file mode 120000 (symlink)
index 74118bd..0000000
+++ /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 (symlink)
index 9f1a0d2..0000000
+++ /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 (symlink)
index 259c177..0000000
+++ /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 (symlink)
index f531451..0000000
+++ /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 (symlink)
index d56b15e..0000000
+++ /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 (symlink)
index 605faa4..0000000
+++ /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 (symlink)
index 8762e44..0000000
+++ /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 (symlink)
index 1697832..0000000
+++ /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 (symlink)
index 0000000..858691b
--- /dev/null
@@ -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 (symlink)
index 0000000..4f09c90
--- /dev/null
@@ -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 (symlink)
index 0000000..92d5b51
--- /dev/null
@@ -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 (symlink)
index 0000000..d424d7f
--- /dev/null
@@ -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 (symlink)
index 0000000..9a23735
--- /dev/null
@@ -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 (symlink)
index 0000000..2c81ec3
--- /dev/null
@@ -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 (symlink)
index 0000000..574a052
--- /dev/null
@@ -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 (symlink)
index 0000000..8da8eb7
--- /dev/null
@@ -0,0 +1 @@
+../../css/pygments-dark.css
\ No newline at end of file