feat: add sitemap.xml

closes #359
closes #438
This commit is contained in:
Mathias Schopmans
2024-03-15 13:42:26 +01:00
committed by Mathias Schopmans
parent 43513bb1ec
commit a8172e6579
5 changed files with 50 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ Open the `config.json` file and configure the radar to your needs.
| Attribute | Description |
| --------- | ------------------------------------------------------------------------------------------------------------------------------ |
| basePath | Set if hosting under a sub-path, otherwise set it to `/`. Default is `/techradar` |
| baseUrl | Set to the full URL, where the radar will be hosted. Will be used for sitemap.xml. `https://www.aoe.com/techradar` |
| toggles | (optional) Modify the behaviour and contents of the radar. See config below. |
| sections | (optional) Modify the order of sections (`radar`, `tags`, `list`) |
| colors | A map of colors for the radar. Can be any valid CSS color value |