Skip to content
Permalink
Browse files
Adding web monetization to my site.
  • Loading branch information
adaburrows committed Nov 9, 2020
1 parent 2d256a4 commit 49b126f
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 0 deletions.
@@ -1,6 +1,7 @@
---
title: Ice Age Map
weight: 2
monetize: true
aliases: ["/ice-age/"]
images: ["/docs/ice-age/images/ice-age.jpeg"]
---
@@ -4,6 +4,7 @@ name: field-extensions
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."
weight: 2
draft: true
monetize: true
---

# Field Extensions
@@ -2,6 +2,7 @@
title: Fractional, Real, Imaginary and Complex Exponents
name: real-exponents
draft: false
monetize: true
description: "Ever wondered how anyone could raise an integer to a fractional or irrational power?"
weight: 1
images:
@@ -2,6 +2,7 @@
bookCollapseSection: true
title: The Emergence of Culture
weight: 3
monetize: true
images: ["/docs/narrative-culture/perceptual-zones/images/Two%20Viewpoints.jpeg"]
---

@@ -2,6 +2,7 @@
weight: 1
title: "Perceptual + Narrative Zones"
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."
monetize: true
aliases: ["/writing/narratives-and-culture/"]
images: ["/docs/narrative-culture/perceptual-zones/images/Two%20Viewpoints.jpeg"]
---
@@ -2,6 +2,7 @@
bookCollapseSection: true
bookHidden: false
weight: 4
monetize: true
title: "A Matter of Programming"
---

@@ -2,6 +2,7 @@
weight: 2
title: "Analyzing the State of the Art"
description: "Here we analyze a fairly standard architecture."
monetize: true
---


@@ -2,6 +2,7 @@
weight: 1
title: What is Programming About?
description: "A historical look at the origin of programming."
monetize: true
---

[Next]({{< ref "docs/nkp/analyze-sota/index.md" >}})
@@ -3,6 +3,7 @@ weight: 2
title: "Variables as UI"
description: "Reimiganing how data flows in UIs by reimagining variables."
draft: true
monetize: true
bookHidden: true
---

@@ -41,6 +41,12 @@ If you're feeling more like just giving a one time infusion of money, you can us

{{< cash-app >}}

---

Tip me with XRP (Ripple):<br />
Account: rMdG3ju8pgyVh29ELPWaDuA74CpWW6Fxns<br />
Destination tag: 2715781560

<--->

{{< button href="https://venmo.com/code?user_id=2414406159826944299" >}}
@@ -49,4 +55,8 @@ If you're feeling more like just giving a one time infusion of money, you can us

![](images/venmo.png)

---

Tip me with my interledger payment pointer: $ilp.uphold.com/hB63LB3EwfW3

{{< /columns >}}
@@ -5,6 +5,7 @@ summary: ''
link: ''
categories: []
draft: false
monetize: true
images: []
---

@@ -5,6 +5,7 @@ summary: ''
link: ''
categories: []
draft: false
monetize: true
images:
- "/writing/2020-6-28-come-lets-gather/images/picture.jpg"
---
@@ -0,0 +1,3 @@
{{ if isset .Params "monetize" }}
<meta name="monetization" content="$ilp.uphold.com/hB63LB3EwfW3">
{{ end }}

0 comments on commit 49b126f

Please sign in to comment.