This commit is contained in:
Madison Scott-Clary
2019-12-26 15:57:30 -08:00
parent 6a42ed8f1f
commit 83849bb2b9
10 changed files with 3183 additions and 2850 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,25 @@
---
date: 2019-12-26
title: Words
---
🌢
<!--more-->
<pre style="border: none;">
🌢
🌢 🌢
🌢
🌢 🌢 🌢
🌢 🌢
🌢
🌢
</pre>
### New content
* [Overflowing](/poet-and-mystic/overflowing)

View File

@ -5,6 +5,6 @@ weight: 49
> You're not very focused. > You're not very focused.
<a class="pulse" href="/poet-and-mystic/overflowing/with/words">I know</a>. <a class="pulse" href="/poet-and-mystic/overflowing">I know</a>.
> Ask. > Ask.

View File

@ -0,0 +1,6 @@
---
background: '#aaa'
color: '#000'
---
<p><a class="pulse" href="with">overflowing</a></p>

View File

@ -0,0 +1,7 @@
---
background: '#666'
color: '#ccc'
pulse_light: true
---
<p style="text-align: center"><a class="pulse" href="words">with</a></p>

View File

@ -9,6 +9,8 @@ main * {
} }
</style> </style>
<p style="text-align: right">words</p>
speak to me speak to me
speak to me speak to me
speak to me speak to me

View File

@ -3,6 +3,11 @@ date: 2019-12-26
weight: 5 weight: 5
--- ---
I went for a walk and was driven by impulse to collect five sticks. They had to be as straight as possible. They had to be balanced as close to the middle as possible. They had to be the same length without me breaking them. They had to have been from different trees. They had to have fallen more than a year prior. <pre class="verse">I went for a walk and was driven by impulse to collect five sticks.
They had to be as straight as possible.
They had to be balanced as close to the middle as possible.
They had to be the same length without me breaking them.
They had to have been from different trees.
They had to have fallen more than a year prior.
When I got home, I lay them in a row, asked my question, and, one by one, broke them in half. When I got home, I lay them in a row, asked my question, and, one by one, broke them in half.</pre>

View File

@ -1,8 +1,8 @@
--- ---
type: serial type: serial
background: '#000' background: '#000'
color: '#444' color: '#666'
quote: '#555' quote: '#777'
pulse_light: true pulse_light: true
back: /16 back: /poet-and-mystic/11
--- ---

View File

@ -58,6 +58,23 @@ digraph Map {
"Agony and Ecstasy" -> "Video" "Agony and Ecstasy" -> "Video"
"Agony and Ecstasy" -> "Text" "Agony and Ecstasy" -> "Text"
node[group="overflowing",style="filled",fillcolor="#aaaaaa",fontcolor="#000000"]
"Overflowing" [href="/poet-and-mystic/overflowing"]
node[group="with",style="filled",fillcolor="#666666",fontcolor="#cccccc"]
"With" [href="/poet-and-mystic/overflowing/with"]
node[group="words",style="filled",fillcolor="#000000",fontcolor="#777777"]
"Words 1" [href="/poet-and-mystic/overflowing/words"]
"Words 2" [href="/poet-and-mystic/overflowing/words/2"]
"Words 3" [href="/poet-and-mystic/overflowing/words/3"]
"Words 4" [href="/poet-and-mystic/overflowing/words/4"]
"Words 5" [href="/poet-and-mystic/overflowing/words/5"]
"Words 6" [href="/poet-and-mystic/overflowing/words/6"]
"Words 7" [href="/poet-and-mystic/overflowing/words/7"]
"Words 1" -> "Words 2" -> "Words 3" -> "Words 4" -> "Words 5" ->
"Words 6" -> "Words 7"
node[group="from-within",style="filled",fillcolor="#333a18",fontcolor="#ccddcc"] node[group="from-within",style="filled",fillcolor="#333a18",fontcolor="#ccddcc"]
"From within 1" [href="/from-within/"] "From within 1" [href="/from-within/"]
"From within 2" [href="/from-within/2"] "From within 2" [href="/from-within/2"]
@ -408,6 +425,7 @@ digraph Map {
/*"Poet and Mystic 1" -> "Manifesto Project 1"*/ /*"Poet and Mystic 1" -> "Manifesto Project 1"*/
"Poet and Mystic 13" -> "Agony and Ecstasy" "Poet and Mystic 13" -> "Agony and Ecstasy"
"Poet and Mystic 8" -> "Dreams 2" "Poet and Mystic 8" -> "Dreams 2"
"Poet and Mystic 11" -> "Overflowing" -> "With" -> "Words 1"
// Poly // Poly
"Poly 1" -> "Jay 1" "Poly 1" -> "Jay 1"

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 162 KiB