nomadjimbob / mikio

Customizable, Bootstrap 4 inspired template for Dokuwiki
GNU General Public License v2.0
22 stars 6 forks source link

Location for Include pages is not clear #17

Closed karamellpelle closed 3 years ago

karamellpelle commented 3 years ago

README says "The following pages can be either html files in the root of the theme or a page in the namespace."

But if I add such a .html-file in ./lib/tpl/mikio/themes/<custom theme directory>/ it will not be found. It will however be found if placed in ./lib/tpl/mikio/.

Is this correct behaviour?

nomadjimbob commented 3 years ago

Yes this is the correct behaviour. ./lib/tpl/mikio/ is the root of the mikio theme.

The ./lib/tpl/mikio/themes/<custom theme directory>/ directory is used to add custom stylesheets that override the default mikio stylesheet.

karamellpelle commented 3 years ago

OK! I found the sentence difficult to understand. I had to try and fail. mikio is called a template by Dokuwiki, not a theme, and you call customizations in the themes/ folder for (sub)themes.

Dokuwiki should have changed name from template to theme or skin.

nomadjimbob commented 3 years ago

The ReadMe was updated to use the same terminology as DokuWiki.

The Dokuwiki website will be updated on the next Mikio release in the next few days after testing #16