Closed KittyGiraudel closed 10 years ago
Agreed.
Well the index.js
and package.json
will be quite the same as sassdoc-theme-light
's ones, if we want people to easily have access to sassdoc-indexer
and sassdoc-filter
.
If we keep Twig for the blank theme, the views will be much simple than sassdoc-theme-light
.
There should not be much work on this one, but a lot of comments to write. Things like:
/**
* Uncomment following block to use sassdoc-filter in order to parse some keys as Markdown
*/
... and stuff like this. The idea is to provide some kind of boilerplate so people can easily understand how to build their theme, including tools like sassdoc-indexer and sassdoc-filter.
Yeah I see. I'll work on this tonight or this week-end.
First draft: https://github.com/SassDoc/sassdoc-theme-blank.
Tagging this as 1.2, since I think it's important to have a clean boilerplate when we release custom themes. Moreover, it should be quite quick to do.
I pushed usage examples and documentation in index.js
.
Edited the wiki to mention the theme (diff).
All good. Let's close.
@valeriangalliat I would like both of us to work on a sassdoc-blank-theme repository as a blank theme, easily forked and used to build a new theme.
What do you say?