SassDoc / sassdoc

Release the docs!
http://sassdoc.com
MIT License
1.41k stars 56 forks source link

Create a blank theme #162

Closed KittyGiraudel closed 10 years ago

KittyGiraudel commented 10 years ago

@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?

valeriangalliat commented 10 years ago

Agreed.

valeriangalliat commented 10 years ago

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.

KittyGiraudel commented 10 years ago

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.

valeriangalliat commented 10 years ago

Yeah I see. I'll work on this tonight or this week-end.

KittyGiraudel commented 10 years ago

First draft: https://github.com/SassDoc/sassdoc-theme-blank.

KittyGiraudel commented 10 years ago

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.

valeriangalliat commented 10 years ago

I pushed usage examples and documentation in index.js.

valeriangalliat commented 10 years ago

Edited the wiki to mention the theme (diff).

KittyGiraudel commented 10 years ago

All good. Let's close.