2024-03-14 18:03:35 +00:00
|
|
|
# wiki-js-customization
|
|
|
|
|
2024-03-14 18:16:44 +00:00
|
|
|
Dieses Repo enthällt das Theming und zusätzlich Client-Side Scripte für das das Wiki
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```html
|
|
|
|
<link rel="stylesheet" href="https://git.stuve.uni-ulm.de/StuVe-IT/wiki-js-customization/raw/branch/main/styles/main.css">
|
|
|
|
<link rel="stylesheet" href="https://git.stuve.uni-ulm.de/StuVe-IT/wiki-js-customization/raw/branch/main/styles/boxes.css">
|
|
|
|
<link rel="stylesheet" href="https://git.stuve.uni-ulm.de/StuVe-IT/wiki-js-customization/raw/branch/main/styles/tables.css">
|
|
|
|
<link rel="stylesheet" href="https://git.stuve.uni-ulm.de/StuVe-IT/wiki-js-customization/raw/branch/main/styles/template-engine.css">
|
|
|
|
<link rel="stylesheet" href="https://git.stuve.uni-ulm.de/StuVe-IT/wiki-js-customization/raw/branch/main/styles/theme-override.css">
|
|
|
|
|
|
|
|
```
|