IceWreck / Argon-Dokuwiki-Template

Dokuwiki Template based on the Argon Design System
Other
409 stars 36 forks source link

Add ability to include logo in top left navbar #29

Closed SoarinFerret closed 4 years ago

SoarinFerret commented 4 years ago

This adds the option to show a logo in the top left corner of the navbar. I added a config option to enable and disable this functionality, which is by default disabled and preserves the default functionality:

image

Desktop View

image

Mobile

image

Functionality

So, I wrote this using a combination of @jessstefan's fork, and combining functionality from the default dokuwiki template. It will cycle through these locations until it finds one that is available: :wiki:logo.png, :logo.png, images/logo.png, and :wiki:dokuwiki-128.png.

Please let me know if there is any changes you would like to see to this!

Also, I really wanted to say how much I love this theme!

IceWreck commented 4 years ago

Excellent