└── 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]]