Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 14-Nov-2024 | - | ||||
assets/ | H | 12-Jul-2020 | - | 52,300 | 43,448 | |
conf/ | H | 12-Jul-2020 | - | 22 | 12 | |
css/ | H | 12-Jul-2020 | - | 1,199 | 1,048 | |
images/ | H | 12-Jul-2020 | - | |||
lang/ | H | 12-Jul-2020 | - | 762 | 236 | |
screenshots/ | H | 12-Jul-2020 | - | |||
LICENSE | H A D | 11-Jul-2020 | 2.5 KiB | 54 | 40 | |
README.md | H A D | 11-Jul-2020 | 1.1 KiB | 37 | 24 | |
detail.php | H A D | 11-Jul-2020 | 3.8 KiB | 96 | 74 | |
main.php | H A D | 11-Jul-2020 | 9.2 KiB | 314 | 235 | |
mediamanager.php | H A D | 11-Jul-2020 | 1.4 KiB | 44 | 32 | |
script.js | H A D | 11-Jul-2020 | 115 | 3 | 0 | |
style.ini | H A D | 11-Jul-2020 | 2.9 KiB | 70 | 56 | |
template.info.txt | H A D | 11-Jul-2020 | 213 | 8 | 7 | |
tpl_functions.php | H A D | 11-Jul-2020 | 4 KiB | 143 | 97 |
README.md
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