forked from maban/styleguides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (35 loc) · 1.1 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Site settings
title: Website Style Guide Resources
description: A collaborative collection of resources for creating Front-End Style Guides and Pattern Libraries
baseurl: ""
article-title: "Articles"
article-description: "Things people have written about style guides."
book-title: "Books"
book-description: "Books written about style guides."
example-title: "Examples"
example-description: "Real life pattern libraries, code standards documents and content style guides."
podcast-title: "Podcasts"
podcast-description: "Episodes from various podcasts where style guides are discussed."
talk-title: "Talks"
talk-description: "Conference presentations about style guides."
tool-title: "Tools"
tool-description: "Things to help you make your own style guide."
# Build settings
markdown: kramdown
collections:
resourcearticle:
output: true
resourcebook:
output: true
resourceexample:
output: true
resourcepodcast:
output: true
resourcetalk:
output: true
resourcetool:
output: true
podcast:
output: true
patterns:
output: true