aboutsummaryrefslogtreecommitdiff
path: root/doc/themes
diff options
context:
space:
mode:
authordesci <desci@web>2016-04-08 22:31:38 -0400
committeradmin <admin@branchable.com>2016-04-08 22:31:38 -0400
commitf54733f9b0e9c7d8c558e3a677b85cfffdac3870 (patch)
tree06330755c3e23ba55247f78ad23d3b8e5e4d9621 /doc/themes
parent44d06629e816dd1ee059b9d25eeaeaa68ed4ed54 (diff)
downloadikiwiki-f54733f9b0e9c7d8c558e3a677b85cfffdac3870.tar
ikiwiki-f54733f9b0e9c7d8c558e3a677b85cfffdac3870.tar.gz
The structure was all wrong
Diffstat (limited to 'doc/themes')
-rw-r--r--doc/themes/discussion.mdwn25
1 files changed, 13 insertions, 12 deletions
diff --git a/doc/themes/discussion.mdwn b/doc/themes/discussion.mdwn
index 98d8056ce..1dba08a33 100644
--- a/doc/themes/discussion.mdwn
+++ b/doc/themes/discussion.mdwn
@@ -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