From 4ee031182475464fe0ecb052882fd50520e6defc Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 7 Apr 2025 21:36:41 +0200 Subject: Simplify website structure and drop Hugo A static site generator is currently not really required. A static index.html is currently sufficient. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 85faf87..aaf873d 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ css = fs.copyfile( meson.current_source_dir() / 'simple.css' / 'simple.css', 'simple.css', install: true, - install_dir: 'website/static', + install_dir: '/', ) subdir('fw') -- cgit v1.2.3-70-g09d2