Move stuff to asides
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
baseURL = "https://ally.drab-makyo.com/"
|
||||
baseURL = "https://ally.id/"
|
||||
languageCode = "en-us"
|
||||
title = "ally"
|
||||
theme= "ally"
|
||||
|
||||
64
content/aside/2.md
Normal file
64
content/aside/2.md
Normal file
@ -0,0 +1,64 @@
|
||||
---
|
||||
date: 2019-08-20
|
||||
weight: 33
|
||||
---
|
||||
|
||||
> Are you having fun?
|
||||
|
||||
What?
|
||||
|
||||
> You changed the domain name.
|
||||
|
||||
So? You know I'm addicted to those.
|
||||
|
||||
> It's an identity.
|
||||
|
||||
I suppose so. Kinda like a brand.
|
||||
|
||||
> I'm not sure how I feel about that.
|
||||
|
||||
What, being a brand?
|
||||
|
||||
> Yes. Am I something to be bought and sold? Am I something to be traded and marketed?
|
||||
|
||||
Of course you are.
|
||||
|
||||
> Of course you are.
|
||||
|
||||
I'm not sure how I feel about that.
|
||||
|
||||
> It's an identity.
|
||||
|
||||
Yeah.
|
||||
|
||||
> You removed your name from the domain. You removed your identity. You made it about me.
|
||||
|
||||
You are not the project, but there is no project without you. Is that wrong?
|
||||
|
||||
> It's not **not** wrong. Besides, `.id`? I am not your id.
|
||||
|
||||
Okay, *that* bit was fun.
|
||||
|
||||
> Har har.
|
||||
|
||||
Why so cross?
|
||||
|
||||
> Not my department.
|
||||
|
||||
Fine.
|
||||
|
||||
> You're the one that's torn.
|
||||
|
||||
I suppose so.
|
||||
|
||||
> Why?
|
||||
|
||||
It has to do with subdomains, I think. It has to do with the implication that a domain like `ally.id` imposes more meaning on a project than something like `ally.drab-makyo.com`. It gives it more weight. It elevates it to the status of top-level project, something more than just *Maddy's writing*.
|
||||
|
||||
> It elevates it to the level of brand.
|
||||
|
||||
Yeah, I suppose that's why I'm torn.
|
||||
|
||||
> But you'll keep it?
|
||||
|
||||
For now.
|
||||
5
content/aside/_index.md
Normal file
5
content/aside/_index.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
type: single
|
||||
---
|
||||
|
||||
A few asides...
|
||||
24
content/core/029.html
Normal file
24
content/core/029.html
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
date: 2019-08-19
|
||||
weight: 29
|
||||
---
|
||||
|
||||
<pre>
|
||||
( <a class="pulse huh" href="/aside/1">...</a> )
|
||||
O
|
||||
o
|
||||
.
|
||||
_____,,,_^..^_,,,_____
|
||||
</pre>
|
||||
|
||||
<script type="text/javascript">
|
||||
const grawlix = [
|
||||
',,,', '///', '???', '!!!', '@@@', '###', '$$$',
|
||||
'%%%', '^^^', '***', '---', '+++', '+++', '...'];
|
||||
let curr = 0
|
||||
let el = document.querySelector('.huh');
|
||||
window.setInterval(() => {
|
||||
el.innerHTML = grawlix[curr];
|
||||
curr = (curr + 1) % grawlix.length;
|
||||
}, 250);
|
||||
</script>
|
||||
@ -38,3 +38,5 @@ The last two, in particular, are used often with the idea of grief in mind, whic
|
||||
Less, perhaps.
|
||||
|
||||
> Was it that easy to let go?
|
||||
|
||||
I don't know. Maybe.
|
||||
|
||||
24
content/core/033.html
Normal file
24
content/core/033.html
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
date: 2019-08-20
|
||||
weight: 33
|
||||
---
|
||||
|
||||
<pre>
|
||||
( <a class="pulse huh" href="/aside/2">...</a> )
|
||||
O
|
||||
o
|
||||
.
|
||||
_____,,,_^..^_,,,_____
|
||||
</pre>
|
||||
|
||||
<script type="text/javascript">
|
||||
const grawlix = [
|
||||
',,,', '///', '???', '!!!', '@@@', '###', '$$$',
|
||||
'%%%', '^^^', '***', '---', '+++', '+++', '...'];
|
||||
let curr = 0
|
||||
let el = document.querySelector('.huh');
|
||||
window.setInterval(() => {
|
||||
el.innerHTML = grawlix[curr];
|
||||
curr = (curr + 1) % grawlix.length;
|
||||
}, 250);
|
||||
</script>
|
||||
@ -62,10 +62,11 @@ graph Map {
|
||||
"Core 30" [href="/30"]
|
||||
"Core 31" [href="/31"]
|
||||
"Core 32" [href="/32"]
|
||||
"Core 33" [href="/33"]
|
||||
"To be continued..." [shape="none"]
|
||||
node[group=""]
|
||||
|
||||
Home -- "Core 1" -- "Core 2" -- "Core 3" -- "Core 4" -- "Core 5" -- "Core 6" -- "Core 7" -- "Core 8" -- "Core 9" -- "Core 10" -- "Core 11" -- "Core 12" -- "Core 13" -- "Core 14" -- "Core 15" -- "Core 16" -- "Core 17" -- "Core 18" -- "Core 19" -- "Core 20" -- "Core 21" -- "Core 22" -- "Core 23" -- "Core 24" -- "Core 25" -- "Core 26" -- "Core 27" -- "Core 28" -- "Core 29" -- "Core 30" -- "Core 31" -- "Core 32" -- "To be continued..."
|
||||
Home -- "Core 1" -- "Core 2" -- "Core 3" -- "Core 4" -- "Core 5" -- "Core 6" -- "Core 7" -- "Core 8" -- "Core 9" -- "Core 10" -- "Core 11" -- "Core 12" -- "Core 13" -- "Core 14" -- "Core 15" -- "Core 16" -- "Core 17" -- "Core 18" -- "Core 19" -- "Core 20" -- "Core 21" -- "Core 22" -- "Core 23" -- "Core 24" -- "Core 25" -- "Core 26" -- "Core 27" -- "Core 28" -- "Core 29" -- "Core 30" -- "Core 31" -- "Core 32" -- "Core 33" -- "To be continued..."
|
||||
|
||||
"Core 8" -- "Manic notes 1" -- "Manic notes 2" -- "Manic notes 3" -- "Manic notes 4" -- "Manic notes 5" -- "Manic notes 6" -- "Manic notes 7"
|
||||
|
||||
@ -114,4 +115,10 @@ graph Map {
|
||||
"Margaras 6" [href="/margaras/6"]
|
||||
node[group=""]
|
||||
"Core 21" -- "Margaras 1" -- "Margaras 2" -- "Margaras 3" -- "Margaras 4" -- "Margaras 5" -- "Margaras 6" -- "Core 22"
|
||||
|
||||
"Aside 1" [href="/aside/1"]
|
||||
"Aside 2" [href="/aside 2"]
|
||||
|
||||
"Core 29" -- "Aside 1"
|
||||
"Core 33" -- "Aside 2"
|
||||
}
|
||||
|
||||
718
static/map.svg
718
static/map.svg
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 48 KiB |
@ -5,11 +5,9 @@
|
||||
|
||||
<meta property="og:title" content="ally" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="https://ally.drab-makyo.com/og-logo.png" />
|
||||
<meta property="og:image" content="https://ally.id/og-logo.png" />
|
||||
<meta property="og:url" content="{{ .Permalink }}" />
|
||||
<meta property="og:description" content="ally is an ergodic autobiographical project for Madison Scott-Clary" />
|
||||
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Margaras" />
|
||||
<meta property="og:description" content="ally is an ergodic semiautobiographical project for Madison Scott-Clary" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css" />
|
||||
|
||||
Reference in New Issue
Block a user