1# Argon Dokuwiki Template
2
3Argon - a clean, responsive, modern template for Dokuwiki.
4https://www.dokuwiki.org/template:argon
5
6![Screenshot](screenshots/1.png)
7
8## Sidebar
9
10If you have a sidebar, then put your links (in the sidebar) in bullet points to ensure consistent styling with the rest of the template.
11
12## Styling
13
14I've imported the base stylesheet from the argon design system and then added custom styles on top in the ___assets/css/doku.scss___ file. The file is then compiled to CSS using SASS.
15
16To do changes and have it compile live, do
17```
18sass --watch assets/css/doku.scss assets/css/doku.css
19```
20
21## Contributors
22
23- [IceWreck](https://github.com/IceWreck)
24- [SoarinFerret](https://github.com/SoarinFerret)
25- [llune](https://github.com/llune)
26
27## Credits
28* Creative Tim for the [Argon Design System](https://github.com/creativetimofficial/argon-design-system) stylesheet.
29* [Anika Henke](https://github.com/selfthinker) for her starter dokuwiki template.
30
31## More Screenshots
32
33![Screenshot](screenshots/2.png)
34![Screenshot](screenshots/3.png)
35![Screenshot](screenshots/4.png)
36![Screenshot](screenshots/5.png)
37