An open API service indexing awesome lists of open source software.

https://github.com/sassdoc/sassdoc.github.io

SassDoc's site.
https://github.com/sassdoc/sassdoc.github.io

Last synced: 11 months ago
JSON representation

SassDoc's site.

Awesome Lists containing this project

README

          

# SassDoc

> Uncompiled source code from the Jekyll powered
> [official SassDoc site](http://sassdoc.com).

## Preview `jekyll serve`

Local preview on port 4000 (http://0.0.0.0:4000 or http://localhost:4000 depending on setups).

## Building

### `make`

Make everything (all the below).

### `make changelog`

Update `changelog/index.md` from
.

### `make preview`

Make an up to date preview of the default theme in
`assets/image/preview-image.png`.

### `make themes`

Do everything needed for the theme gallery to work:

1. In `theme-gallery`, fetch all the themes defined in `themes.mk`,
render them in `preview` and generate thumbnails in `thumbs`.
2. Generate `_data/themes.yml` from the `package.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).