• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Apr-2024-

assets/H30-Apr-2020-54,61244,501

conf/H30-Apr-2020-2514

css/H30-Apr-2020-1,1991,048

images/H30-Apr-2020-

lang/H30-Apr-2020-761234

screenshots/H30-Apr-2020-

LICENSEH A D28-Apr-20202.5 KiB5440

README.mdH A D28-Apr-20201.5 KiB4732

detail.phpH A D28-Apr-20203.8 KiB9674

main.phpH A D28-Apr-202010.8 KiB276210

mediamanager.phpH A D28-Apr-20201.6 KiB4934

package-lock.jsonH A D28-Apr-20205.2 KiB144143

package.jsonH A D28-Apr-2020809 2827

script.jsH A D28-Apr-20200 10

style.iniH A D28-Apr-20203.1 KiB7560

template.info.txtH A D28-Apr-2020245 87

tpl_functions.phpH A D28-Apr-20204 KiB14397

README.md

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