X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/44d06629e816dd1ee059b9d25eeaeaa68ed4ed54..4071feaa2af6bb414cf9509004d87a104ef21be6:/doc/themes/discussion.mdwn?ds=sidebyside diff --git a/doc/themes/discussion.mdwn b/doc/themes/discussion.mdwn index 98d8056ce..5e5362ea0 100644 --- a/doc/themes/discussion.mdwn +++ b/doc/themes/discussion.mdwn @@ -38,21 +38,27 @@ I have a complex theme I'm working on, and it doesn't even have a `style.css`, b ``` /usr/share/ikiwiki/themes/ └── my-theme/ - ├── bootstrap/ - │ └── bootstrap.min.css - ├── js/ - │ ├── bootstrap.js - │ └── bootstrap.min.js - ├── fonts/ - │ ├── glyphicons-halflings-regular.eot - │ ├── glyphicons-halflings-regular.svg - │ ├── glyphicons-halflings-regular.ttf - │ ├── glyphicons-halflings-regular.woff - │ └── glyphicons-halflings-regular.woff2 - ├── index.mdwn + ├── basewiki/ + │ ├── bootstrap/ + │ │ ├── css/ + │ │ │ └── bootstrap.min.css + │ │ ├── js/ + │ │ │ ├── bootstrap.js + │ │ │ └── bootstrap.min.js + │ │ └── fonts/ + │ │ ├── glyphicons-halflings-regular.eot + │ │ ├── glyphicons-halflings-regular.svg + │ │ ├── glyphicons-halflings-regular.ttf + │ │ ├── glyphicons-halflings-regular.woff + │ │ └── glyphicons-halflings-regular.woff2 + │ └── index.mdwn └── templates/ ├── page.tmpl └── whatever.tmpl ``` ---[[desci]] +**Edit:** no, it doesn't. When i change theme in the config to `my-theme`, the engine only uses the `templates` subfolder under `theme/my-theme`, and not `basewiki`. So the workaround is doing like [IkiStrap](https://github.com/gsliepen/ikistrap) proposed, suggesting the user to alter the `underlaydir` and `templatedir` configs instead of choosing a theme via the old fashioned `theme` config. + +This feels more like an overhaul than a theme for me, could we clarify what is a theme, a template, an overhaul, a change to the look and feel, a change to the frontend, a change to the design, etc.? + +-- [[desci]]