Skip to content

Commit 49b126f

Browse files
committed
Adding web monetization to my site.
1 parent 2d256a4 commit 49b126f

File tree

13 files changed

+24
-0
lines changed

13 files changed

+24
-0
lines changed

content/docs/ice-age/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Ice Age Map
33
weight: 2
4+
monetize: true
45
aliases: ["/ice-age/"]
56
images: ["/docs/ice-age/images/ice-age.jpeg"]
67
---

content/docs/math-explorations/field-extensions/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: field-extensions
44
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."
55
weight: 2
66
draft: true
7+
monetize: true
78
---
89

910
# Field Extensions

content/docs/math-explorations/real-exponents/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Fractional, Real, Imaginary and Complex Exponents
33
name: real-exponents
44
draft: false
5+
monetize: true
56
description: "Ever wondered how anyone could raise an integer to a fractional or irrational power?"
67
weight: 1
78
images:

content/docs/narrative-culture/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
bookCollapseSection: true
33
title: The Emergence of Culture
44
weight: 3
5+
monetize: true
56
images: ["/docs/narrative-culture/perceptual-zones/images/Two%20Viewpoints.jpeg"]
67
---
78

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

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
weight: 1
33
title: "Perceptual + Narrative Zones"
44
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."
5+
monetize: true
56
aliases: ["/writing/narratives-and-culture/"]
67
images: ["/docs/narrative-culture/perceptual-zones/images/Two%20Viewpoints.jpeg"]
78
---

content/docs/nkp/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
bookCollapseSection: true
33
bookHidden: false
44
weight: 4
5+
monetize: true
56
title: "A Matter of Programming"
67
---
78

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

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
weight: 2
33
title: "Analyzing the State of the Art"
44
description: "Here we analyze a fairly standard architecture."
5+
monetize: true
56
---
67

78

content/docs/nkp/introduction/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
weight: 1
33
title: What is Programming About?
44
description: "A historical look at the origin of programming."
5+
monetize: true
56
---
67

78
[Next]({{< ref "docs/nkp/analyze-sota/index.md" >}})

content/docs/nkp/variables/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ weight: 2
33
title: "Variables as UI"
44
description: "Reimiganing how data flows in UIs by reimagining variables."
55
draft: true
6+
monetize: true
67
bookHidden: true
78
---
89

content/support-me/index.md

+10
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ If you're feeling more like just giving a one time infusion of money, you can us
4141

4242
{{< cash-app >}}
4343

44+
---
45+
46+
Tip me with XRP (Ripple):<br />
47+
Account: rMdG3ju8pgyVh29ELPWaDuA74CpWW6Fxns<br />
48+
Destination tag: 2715781560
49+
4450
<--->
4551

4652
{{< 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
4955

5056
![](images/venmo.png)
5157

58+
---
59+
60+
Tip me with my interledger payment pointer: $ilp.uphold.com/hB63LB3EwfW3
61+
5262
{{< /columns >}}

content/writing/2020-08-25-music-blm/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ summary: ''
55
link: ''
66
categories: []
77
draft: false
8+
monetize: true
89
images: []
910
---
1011

content/writing/2020-6-28-come-lets-gather/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ summary: ''
55
link: ''
66
categories: []
77
draft: false
8+
monetize: true
89
images:
910
- "/writing/2020-6-28-come-lets-gather/images/picture.jpg"
1011
---
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{ if isset .Params "monetize" }}
2+
<meta name="monetization" content="$ilp.uphold.com/hB63LB3EwfW3">
3+
{{ end }}

0 commit comments

Comments
 (0)