1# Argon Dokuwiki Template Alternative
2
3This is modified from Anchit's [Argon Template]( https://www.dokuwiki.org/template:argon).
4
5Major changes:
6
7* Page Tools removed from sidebar
8* Site Tools moved to bottom of sidebar
9* Auto-styling for personal sidebar headings/lists
10* Top button sticks to bottom of page
11* Less intrusive site heading
12* Updated dokuwiki icons
13* User dropdown menu
14* Less dominant breadcrumb pane
15* Page Tools at the top of the page, following Confluence design
16
17___
18
19Argon - a clean, responsive, modern template for Dokuwiki.
20https://www.dokuwiki.org/template:argon
21
22![Screenshot](screenshots/1.png)
23
24## Sidebar
25
26If you have a sidebar, then put your links (in the sidebar) in bullet points to ensure consistent styling with the rest of the template.
27
28## Styling
29
30I'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.
31
32To do changes and have it compile live, do
33```
34sass --watch assets/css/doku.scss assets/css/doku.css
35```
36
37## Credits
38* Dokuwiki template from [Anchit](https://github.com/IceWreck/Argon-Dokuwiki-Template).
39* Creative Tim for the [Argon Design System](https://github.com/creativetimofficial/argon-design-system) stylesheet.
40* [Anika Henke](https://github.com/selfthinker) for her starter dokuwiki template.
41
42## More Screenshots
43
44![Screenshot](screenshots/1.png)
45![Screenshot](screenshots/3.png)
46![Screenshot](screenshots/2.png)
47