refactor: Standardize theme structure and update configs

- Restructured 'minimal' theme to use 'static/css' and 'static/js' subdirectories for assets, aligning with qsgen3's expected theme structure.
- Moved 'minimaltemplate-v1.css' to 'themes/minimal/static/css/'.
- Moved JS files from 'themes/minimal/css/' to 'themes/minimal/static/js/'.
- Updated 'site.conf.example' to reflect 'minimal' theme usage and correct 'site_theme_css_file' path relative to the theme's static directory.
- Cleaned up redundant CSS variable definitions in 'bin/qsgen3' (_generate_index_page function).
This commit is contained in:
2025-05-31 00:05:05 +02:00
parent 8ffd19a0c4
commit 47a4c04d96
6 changed files with 3 additions and 8 deletions

File diff suppressed because one or more lines are too long