```
/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