Ok now I've got it right

master
desci 2016-04-08 22:33:56 -04:00 committed by admin
parent f54733f9b0
commit 248665c9b8
1 changed files with 11 additions and 10 deletions

View File

@ -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/
├── 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