-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
156 lines (143 loc) · 3.95 KB
/
config.yaml
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
title: Systems Thinking Workshops
baseURL: "localhost:1313"
module:
imports:
path: github.com/StefMa/hugo-fresh
assetDir: "assets"
enableRobotsTXT: true
paginate: 5
canonifyURLs: true
# Disables warnings
markup:
defaultMarkdownHandler: goldmark
highlight:
codeFences: true
noClasses: true
lineNos: false
style: catppuccin-frappe
guessSyntax: true
tabWidth: 2
goldmark:
extensions:
footnote: true
renderer:
unsafe: true # Allows you to write raw html in your md files
taxonomies:
category: "categories"
tag: "tags"
level: "levels"
params:
dataDir: /data
openGraph: true
description: >
System Thinking Kata: Project vs Product.
A systems thinking / modeling kata based on a talk given by Edwin Burgers at the
SoCraTes 2024 unconference. This repository contains a general overview of the approach, a description of the excercise,
and a bunch of diagrams for you to toy with.
navbarlogo:
# Logo (from static/images/logos/___)
image: logos/ppp_spinoff.png
link: "/"
# Default width/height. Uncomment if you need to change
width: 112
height: 28
font:
name: "Open Sans"
sizes: [400,600]
comments:
repo: 'sddevelopment-be/systems-thinking-kata'
repoId: 'R_kgDOM_mu8g'
category: 'General'
categoryId: 'DIC_kwDOM_mu8s4CkBKA'
theme: 'light'
# Customizable navbar. For a dropdown, add a "sublinks" list.
navbar:
- title: Home
url: /
- title: Diagramming
url: /diagram_tutorial/
- title: Kata
url: /project_vs_product/
- title: Terminology
url: /glossary/
- title: Admin
sublinks:
- title: Helping Out
url: /contributing/
- title: Change Log
url: /changelog/
- title: License
url: /license/
mainContent: /README.md
info:
title: Systems Thinking Kata
subtitle: using the "Project vs Product" kata to explore modeling complex domains
text: >
A systems thinking / modeling kata based on a talk given by [Edwin Burgers](https://www.linkedin.com/in/edwinburgers/) at the
[SoCraTes 2024](https://socratesbe.org) unconference. This repository contains a general overview of the approach, a description of the excercise,
and a bunch of diagrams for you to toy with.
<br />
<br />
There are two main parts to this kata: an introductory tutorial on diagramming, and the main kata itself.
The former will help you understand the notation of Causal Loop Diagrams`.
The latter will guide you through the process of modeling a complex domain using the "Project vs Product" organizational conundrum.
<br />
<br />
Jump right in by clicking the "Diagramming" link in the navbar, or by following one of the links below.
links:
- text: Intro to diagramming
link: "/diagram_tutorial"
- text: Systems Thinking Kata
link: "/project_vs_product"
- text: GitHub
link: "https://github.com/stijn-dejongh/systems-thinking-kata"
footer:
logo: LOGO_BASE_SMALL.webp
socialmediatitle: Socials
socialmedia:
- link: https://github.com/stijn-dejongh/systems-thinking-kata
icon: github
- link: https://www.linkedin.com/company/sddevelopment-be
icon: linkedin
bulmalogo: false
mediaTypes:
text/enriched:
suffixes:
- enr
text/html:
suffixes:
- asp
- html
- htm
application/xml:
suffixes:
- xml
application/rss+xml:
suffixes:
- rss
application/json:
suffixes:
- json
application/yaml:
suffixes:
- yaml
- yml
## Integrations and services
services:
rss:
limit: 42
author:
email: [email protected]
name: Stijn Dejongh
copyright: © 2024 SD Development, BV.
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
languages:
en:
contentDir: content
disabled: false
languageCode: en-US
languageDirection: ""
languageName: "English"
title: ""
weight: 0