Ok now I've got it right
parent
f54733f9b0
commit
248665c9b8
|
@ -40,16 +40,17 @@ I have a complex theme I'm working on, and it doesn't even have a `style.css`, b
|
||||||
└── my-theme/
|
└── my-theme/
|
||||||
├── basewiki/
|
├── basewiki/
|
||||||
│ ├── bootstrap/
|
│ ├── bootstrap/
|
||||||
│ │ └── bootstrap.min.css
|
│ │ ├── css/
|
||||||
│ ├── js/
|
│ │ │ └── bootstrap.min.css
|
||||||
│ │ ├── bootstrap.js
|
│ │ ├── js/
|
||||||
│ │ └── bootstrap.min.js
|
│ │ │ ├── bootstrap.js
|
||||||
│ ├── fonts/
|
│ │ │ └── bootstrap.min.js
|
||||||
│ │ ├── glyphicons-halflings-regular.eot
|
│ │ └── fonts/
|
||||||
│ │ ├── glyphicons-halflings-regular.svg
|
│ │ ├── glyphicons-halflings-regular.eot
|
||||||
│ │ ├── glyphicons-halflings-regular.ttf
|
│ │ ├── glyphicons-halflings-regular.svg
|
||||||
│ │ ├── glyphicons-halflings-regular.woff
|
│ │ ├── glyphicons-halflings-regular.ttf
|
||||||
│ │ └── glyphicons-halflings-regular.woff2
|
│ │ ├── glyphicons-halflings-regular.woff
|
||||||
|
│ │ └── glyphicons-halflings-regular.woff2
|
||||||
│ └── index.mdwn
|
│ └── index.mdwn
|
||||||
└── templates/
|
└── templates/
|
||||||
├── page.tmpl
|
├── page.tmpl
|
||||||
|
|
Loading…
Reference in New Issue