themes moved to folder

This commit is contained in:
2024-06-28 14:25:27 +02:00
parent e38231eb33
commit e449f4a25a
5 changed files with 9 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ The script supports several command-line options to customize its behavior. Belo
- `-l LICENSE, --license LICENSE`: Specify a license for the content. Options are `cc-zero`, `cc-by`, `cc-by-sa`, `cc-by-nd`, `cc-by-nc`, `cc-by-nc-sa`, and `cc-by-nc-nd`.
- `-a AUTHOR, --author AUTHOR`: Specify the author of the content.
- `-t TITLE, --title TITLE`: Specify the title for the root directory HTML file.
- `--theme THEME`: Specify the relative link to a custom CSS theme file. Default is `.static/default.css`.
- `--theme THEME`: Specify the path to a custom CSS theme file. Default is `themes/default.css`.
### Example