Uncompiled source code from the Jekyll powered official SassDoc site.
Local preview on port 4000 (http://0.0.0.0:4000 or http://localhost:4000 depending on setups).
Make everything (all the below).
Update changelog/index.md
from
https://raw.githubusercontent.com/SassDoc/sassdoc/master.
Make an up to date preview of the default theme in
assets/image/preview-image.png
.
Do everything needed for the theme gallery to work:
- In
theme-gallery
, fetch all the themes defined inthemes.mk
, render them inpreview
and generate thumbnails inthumbs
. - Generate
_data/themes.yml
from thepackage.json
of each theme previously downloaded.
To update the themes, run make update && make themes
(this shouldn't
do anything if no theme was updated).