mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-20 17:43:24 +00:00
18 lines
340 B
JavaScript
18 lines
340 B
JavaScript
|
|
|
|
describe('Website Theming', function() {
|
|
|
|
// Spec proposal:
|
|
// - Plugins can "export" a theme
|
|
// - Theme can be overrided in the book itself
|
|
|
|
|
|
// Themes structures
|
|
// - _layout/ (Folder containing all the templates)
|
|
// - page.html (Template used for generating a page)
|
|
// - _assets/ (Assets of the theme copied to the output)
|
|
|
|
|
|
});
|
|
|