]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
The structure was all wrong
authordesci <desci@web>
Sat, 9 Apr 2016 02:31:38 +0000 (22:31 -0400)
committeradmin <admin@branchable.com>
Sat, 9 Apr 2016 02:31:38 +0000 (22:31 -0400)
doc/themes/discussion.mdwn

index 98d8056cec681106cf22abb59ca4741cb9d65860..1dba08a33dee90ca80345b3732cc06c02d1720d1 100644 (file)
@@ -38,18 +38,19 @@ 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/
+    │   │   └── 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