Skip to content

Commit

Permalink
Make blockquotes italic
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Feb 15, 2024
1 parent 547f4d5 commit d9812d1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _static/biodigitaljazz.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ body {
padding: 1em;
}

blockquote {
font-style: italic;
}

div.highlight {
background-color: lightgrey;
margin: 1em 0 0 0;
Expand Down
18 changes: 17 additions & 1 deletion blog/archetypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ System Archetypes

.. _The Fifth Discipline: https://en.wikipedia.org/wiki/The_Fifth_Discipline

All archetypes and quote from `The Fifth Discipline`_ by Peter Senge.
All archetypes and quotes from `The Fifth Discipline`_ by Peter Senge.

----------------
Limits To Growth
Expand All @@ -18,3 +18,19 @@ Limits To Growth
result. It creates a spiral of success but also creates inadvertent
secondary effects (manifested in a balancing process) which eventually slow
down the success.

-------------------
Shifting The Burden
-------------------

An underlying problem generates symptoms that demand attention. But the
underlying problem is difficult for people to address, either because it
is obscure or costly to confront. So people "shift the burden" of their
problem to other solutions — well-intentioned, easy fixes which seem
extremely efficient. Unfortunately, the easier "solutions" only
ameliorate the symptoms; they leave the underlying problem unaltered.
The underlying problem grows worse, unnoticed because the symptoms
apparently clear up, and the system loses whatever abilities it had to
solve the underlying problem.

To be continued...

0 comments on commit d9812d1

Please sign in to comment.