mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
add a style guide section, add existing colors
This commit is contained in:
parent
5207aedf80
commit
beb38babd9
11 changed files with 180 additions and 5 deletions
11
_config.yml
11
_config.yml
|
@ -1,5 +1,8 @@
|
|||
markdown: kramdown
|
||||
exclude: [README.md, rss.xml, _posts/README.md]
|
||||
exclude:
|
||||
- README.md
|
||||
- rss.xml
|
||||
- _posts/README.md
|
||||
paginate: 5
|
||||
paginate_path: "/blog/page:num/"
|
||||
name: Dash
|
||||
|
@ -16,3 +19,9 @@ sass:
|
|||
gems:
|
||||
- jekyll-paginate
|
||||
- jekyll-multiple-languages-plugin
|
||||
|
||||
collections:
|
||||
components: # style guide
|
||||
output: false
|
||||
colors: # style guide
|
||||
output: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue