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.
- Host: GitHub
- URL: https://github.com/sassdoc/sassdoc.github.io
- Owner: SassDoc
- Created: 2014-08-02T12:05:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T17:10:38.000Z (over 1 year ago)
- Last Synced: 2025-03-16T12:17:18.191Z (over 1 year ago)
- Language: HTML
- Homepage: http://sassdoc.com/
- Size: 10 MB
- Stars: 13
- Watchers: 5
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/index.md
- Contributing: CONTRIBUTING.md
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).