summaryrefslogtreecommitdiff
path: root/frontend/simple.css/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-05-28 21:05:00 +0200
committerxengineering <me@xengineering.eu>2026-05-29 16:25:02 +0200
commitfba9bcfc9a422dd3020b5efc2392ddfd71231560 (patch)
tree0922c6080aaaf225c24bd839cf6bad6696d9fbd9 /frontend/simple.css/README.md
parentd2e35b764adbc152190f1815d5ba29dd542fc387 (diff)
downloadfinserv-fba9bcfc9a422dd3020b5efc2392ddfd71231560.tar
finserv-fba9bcfc9a422dd3020b5efc2392ddfd71231560.tar.zst
finserv-fba9bcfc9a422dd3020b5efc2392ddfd71231560.zip
frontend: simple.css: Use copy of upstream code
This switches from the use of a Git submodule to a locally committed copy of the needed file and it's license. The reason is that `hugo server` needs the CSS file in the same relative path as `hugo build` which is run in the build tree. But this is not possible because Meson cannot copy it to the `build/frontend/simple.css` folder without a `meson.build` in `source/frontend/simple.css`. This together with the limitation that symbolic links are not supported by Hugo makes life pretty difficult. Thus a local copy of simple.css and an adjacent `meson.build` file is chosen.
Diffstat (limited to 'frontend/simple.css/README.md')
-rw-r--r--frontend/simple.css/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/simple.css/README.md b/frontend/simple.css/README.md
new file mode 100644
index 0000000..c2c3c0f
--- /dev/null
+++ b/frontend/simple.css/README.md
@@ -0,0 +1,7 @@
+This is a local copy of `simple.css` from [here][1].
+
+The original license is added too.
+
+The used version is `2.3.7`.
+
+[1]: https://codeberg.org/kevquirk/simple.css