X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/f54733f9b0e9c7d8c558e3a677b85cfffdac3870..4071feaa2af6bb414cf9509004d87a104ef21be6:/doc/themes/discussion.mdwn?ds=sidebyside diff --git a/doc/themes/discussion.mdwn b/doc/themes/discussion.mdwn index 1dba08a33..5e5362ea0 100644 --- a/doc/themes/discussion.mdwn +++ b/doc/themes/discussion.mdwn @@ -40,20 +40,25 @@ I have a complex theme I'm working on, and it doesn't even have a `style.css`, b └── my-theme/ ├── basewiki/ │ ├── 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 + │ │ ├── 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]]