forked from S3-working-group/s3-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
81 lines (71 loc) · 2.14 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Site settings
title: Sociocracy 3.0 Patterns
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
The canonical list and definitions of Sociocracy 3.0 patterns, maintained by Bernhard Bockelbrink and James Priest.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "http://s3-working-group.github.io" # the base hostname & protocol for your site
twitter_username: sociocracy30
# Build settings
source: .
destination: ./_site
layouts_dir: ./_layouts
includes_dir: ./_includes
markdown: kramdown
safe: true # required on Github pages (no plugins)
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
-
scope:
path: ""
type: "pages"
values:
layout: "page" # overrides previous default layout
exclude: [
"_DROPBOX_WORKFLOW.md",
"_export",
"_python",
"build-handbook.sh",
"build-index-files.sh",
"build-site.sh",
"generate-index-files.sh",
"handbook",
"presentation-tmp",
"README.md",
"s3patterns.sublime-project",
"all-patterns.md",
"index--groups--toc.md",
"index--content.md",
"index--master.md",
# auto-generated from here on:
"alignment--content.md",
"alignment--toc.md",
"alignment--master.md",
"bringing-in-s3-patterns--content.md",
"bringing-in-s3-patterns--toc.md",
"bringing-in-s3-patterns--master.md",
"building-organizations--content.md",
"building-organizations--toc.md",
"building-organizations--master.md",
"coordinating-work--content.md",
"coordinating-work--toc.md",
"coordinating-work--master.md",
"effective-meetings--content.md",
"effective-meetings--toc.md",
"effective-meetings--master.md",
"governance--content.md",
"governance--toc.md",
"governance--master.md",
"making-and-evolving-agreements--content.md",
"making-and-evolving-agreements--toc.md",
"making-and-evolving-agreements--master.md",
"organizational-structure--content.md",
"organizational-structure--toc.md",
"organizational-structure--master.md",
"people-and-roles--content.md",
"people-and-roles--toc.md",
"people-and-roles--master.md",]