https://github.com/sassdoc/sassdoc-theme-default
Default theme for SassDoc.
https://github.com/sassdoc/sassdoc-theme-default
Last synced: over 1 year ago
JSON representation
Default theme for SassDoc.
- Host: GitHub
- URL: https://github.com/sassdoc/sassdoc-theme-default
- Owner: SassDoc
- License: mit
- Created: 2014-07-18T18:51:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T07:09:37.000Z (about 2 years ago)
- Last Synced: 2024-04-14T23:57:26.546Z (about 2 years ago)
- Language: SCSS
- Homepage:
- Size: 394 KB
- Stars: 10
- Watchers: 10
- Forks: 30
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SassDoc Default Theme
This is [SassDoc](https://github.com/SassDoc/sassdoc)'s default theme which means this is the theme that will be used when running SassDoc without a custom theme.
This theme uses [Nunjucks](https://mozilla.github.io/nunjucks/) as a template engine.
Because this is likely to be the most used theme of all, it is not as simple as a theme can get. For instance, there is quite a bit of logic in both `index.js` and the templates. Fortunately, you don't have to deal with that at all.
## Customising the view
There are some possibilites to customise the theme's view. Essentially what's being displayed, what's not, and what are the project informations to be displayed in the header and footer.
To learn how to customise the theme's view, please read [the documentation on SassDoc's site](http://sassdoc.com/customising-the-view/). Fear not! It's all about creating a configuration file. No big deal.