]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/themes/discussion.mdwn
Added question
[git.ikiwiki.info.git] / doc / themes / discussion.mdwn
index 1dba08a33dee90ca80345b3732cc06c02d1720d1..5e5362ea0a2d5919f281e40808c4587187c98474 100644 (file)
@@ -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]]