Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 14-Nov-2024 | - | ||||
assets/ | H | 30-Apr-2020 | - | 54,612 | 44,501 | |
conf/ | H | 30-Apr-2020 | - | 25 | 14 | |
css/ | H | 30-Apr-2020 | - | 1,199 | 1,048 | |
images/ | H | 30-Apr-2020 | - | |||
lang/ | H | 30-Apr-2020 | - | 761 | 234 | |
screenshots/ | H | 30-Apr-2020 | - | |||
LICENSE | H A D | 28-Apr-2020 | 2.5 KiB | 54 | 40 | |
README.md | H A D | 28-Apr-2020 | 1.5 KiB | 47 | 32 | |
detail.php | H A D | 28-Apr-2020 | 3.8 KiB | 96 | 74 | |
main.php | H A D | 28-Apr-2020 | 10.8 KiB | 276 | 210 | |
mediamanager.php | H A D | 28-Apr-2020 | 1.6 KiB | 49 | 34 | |
package-lock.json | H A D | 28-Apr-2020 | 5.2 KiB | 144 | 143 | |
package.json | H A D | 28-Apr-2020 | 809 | 28 | 27 | |
script.js | H A D | 28-Apr-2020 | 0 | 1 | 0 | |
style.ini | H A D | 28-Apr-2020 | 3.1 KiB | 75 | 60 | |
template.info.txt | H A D | 28-Apr-2020 | 245 | 8 | 7 | |
tpl_functions.php | H A D | 28-Apr-2020 | 4 KiB | 143 | 97 |
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