Skip to content

Commit 9c8a87c

Browse files
committed
Update theme and start using section shortcode.
1 parent 57ea634 commit 9c8a87c

18 files changed

Lines changed: 46 additions & 61 deletions

File tree

archetypes/math-explorations.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Math Explorations
3+
name: math-explorations
4+
weight: 5
5+
bookCollapseSection: true
6+
---
7+
8+
# Math Explorations
9+
10+
{{<section>}}
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Field Extensions
3+
name: field-extensions
4+
description: "Field extensions are the technical term for things like imaginary numbers. There's quarternions, octonions, and another set of objects I found in college."
5+
weight: 2
6+
draft: true
7+
---
8+
9+
# Field Extensions
10+
11+
**Draft**
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Real Exponents
3+
name: real-exponents
4+
draft: false
5+
description: "Ever wondered how anyone could raise an integer to a fractional or irrational power?"
6+
---
7+
8+
# Real Exponents
9+
10+
When I was younger, I was told that exponentiation was repeated multiplication.

content/docs/narrative-culture/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ These definitions seem to move from pure material culture and acheivement to the
3131

3232
In some cases, the definition of culture could parallel the meaning that is used in regards to cultures of bacteria, molds, or fungi. It is something that has a distinct life as a collective which engenders specific internal conditions within individual organisms. Those internal conditions are dependent on the continuation and reproduction of the specific culture over time. The culture will evolve and change over time, but there will likely a distinct core of it. In some cases there may be an apparent discontinuity due to extreme circumstances (disease, foreign invasions, colonization, etc.).
3333

34+
## TOC
3435

36+
{{<section>}}
3537

3638
---
3739

content/docs/narrative-culture/perceptual-zones/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
weight: 1
33
title: "Perceptual + Narrative Zones"
4+
description: "Each individual (an agent) has their own perceptual zone which differs from other people's perceptual zones. The perceptual zones may overlap, but in many case they don't. The perceptual zone is the combined whole of experience each individual is perceiving and sense-making at any given time."
45
aliases: ["/writing/narratives-and-culture/"]
56
---
67

content/docs/nkp/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ After college, I'd set up a system to help livestrem the audio of my friend's re
5050

5151
Eventually I learned PHP, C#, Python, Ruby, Ada, Coffee Script, Clojure, Objective C, Scala, Haskell, Go, and I've looked at a lot of other languages. I keep seeing the same patterns creep up all the time. We keep repeating ourselves over and over again.
5252

53+
## TOC
54+
55+
{{<section>}}
56+
5357
---
5458

5559
[Next]({{< ref "docs/nkp/introduction/index.md" >}})

content/docs/nkp/analyze-sota/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
weight: 2
33
title: "Analyzing the State of the Art"
4+
description: "Here we analyze a fairly standard architecture."
45
---
56

67

content/docs/nkp/introduction/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
weight: 1
33
title: What is Programming About?
4+
description: "A historical look at the origin of programming."
45
---
56

67
[Next]({{< ref "docs/nkp/analyze-sota/index.md" >}})
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
weight: 2
33
title: "Variables as UI"
4+
description: "Reimiganing how data flows in UIs by reimagining variables."
5+
draft: true
46
bookHidden: true
57
---
68

0 commit comments

Comments
 (0)