diff options
Diffstat (limited to 'frontend/meson.build')
| -rw-r--r-- | frontend/meson.build | 3 |
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', |
