summaryrefslogtreecommitdiff
path: root/frontend/meson.build
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-05-24 00:05:40 +0200
committerxengineering <me@xengineering.eu>2026-05-24 00:05:40 +0200
commit15be9a62f557d54448cbb932c4d7c4a96843daf2 (patch)
tree7c1c3d148da878fbea51a4a8f5e6f7374b3f27b2 /frontend/meson.build
parentcfa648d2b69bdb26bdbb0a9096780d7721c99da3 (diff)
downloadfinserv-15be9a62f557d54448cbb932c4d7c4a96843daf2.tar
finserv-15be9a62f557d54448cbb932c4d7c4a96843daf2.tar.zst
finserv-15be9a62f557d54448cbb932c4d7c4a96843daf2.zip
Use simple.css
This enables the use of simple.css as CSS framework.
Diffstat (limited to 'frontend/meson.build')
-rw-r--r--frontend/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/meson.build b/frontend/meson.build
index b0c4b2f..4505fdb 100644
--- a/frontend/meson.build
+++ b/frontend/meson.build
@@ -4,6 +4,8 @@ hugo = find_program('hugo', required : true)
hugo_source_targets = []
+css = meson.current_source_dir() / 'simple.css' / 'simple.css'
+
foreach hugo_source : [
'hugo.toml',
]
@@ -11,6 +13,7 @@ foreach hugo_source : [
endforeach
subdir('layouts')
+subdir('static')
frontend = custom_target(
output : 'public',