diff options
author | Volpeon <git@volpeon.ink> | 2021-11-30 17:43:21 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-30 17:43:21 +0100 |
commit | 02ae48575c15337abc957f190ce9689d0ee1418f (patch) | |
tree | 2d9f0d753c9eef1b44f0758f00a10d24c8ee13f0 | |
parent | Update (diff) | |
download | volpeon.ink-02ae48575c15337abc957f190ce9689d0ee1418f.tar.gz volpeon.ink-02ae48575c15337abc957f190ce9689d0ee1418f.tar.bz2 volpeon.ink-02ae48575c15337abc957f190ce9689d0ee1418f.zip |
Update
-rw-r--r-- | assets/css/scopes/_intro.scss | 8 | ||||
-rw-r--r-- | assets/css/style.scss | 1 | ||||
-rw-r--r-- | content/9thPK7O3xn/posts/i-am-not-a-fox.md | 24 | ||||
-rw-r--r-- | templates/layouts/page.html | 2 |
4 files changed, 28 insertions, 7 deletions
diff --git a/assets/css/scopes/_intro.scss b/assets/css/scopes/_intro.scss new file mode 100644 index 0000000..6d4ac14 --- /dev/null +++ b/assets/css/scopes/_intro.scss | |||
@@ -0,0 +1,8 @@ | |||
1 | @include namespace('intro') { | ||
2 | @include scope(namespace()) { | ||
3 | h1 + p { | ||
4 | font-size: px-to-em(20px, 18px); | ||
5 | font-style: italic; | ||
6 | } | ||
7 | } | ||
8 | } | ||
diff --git a/assets/css/style.scss b/assets/css/style.scss index db8f232..db2d4cb 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss | |||
@@ -25,6 +25,7 @@ | |||
25 | @import 'scopes/headlines'; | 25 | @import 'scopes/headlines'; |
26 | @import 'scopes/small'; | 26 | @import 'scopes/small'; |
27 | @import 'scopes/body'; | 27 | @import 'scopes/body'; |
28 | @import 'scopes/intro'; | ||
28 | 29 | ||
29 | @import 'utils'; | 30 | @import 'utils'; |
30 | 31 | ||
diff --git a/content/9thPK7O3xn/posts/i-am-not-a-fox.md b/content/9thPK7O3xn/posts/i-am-not-a-fox.md index 593aee2..b9d6566 100644 --- a/content/9thPK7O3xn/posts/i-am-not-a-fox.md +++ b/content/9thPK7O3xn/posts/i-am-not-a-fox.md | |||
@@ -3,13 +3,19 @@ title: I Am Not a Fox | |||
3 | unlisted: true | 3 | unlisted: true |
4 | --- | 4 | --- |
5 | 5 | ||
6 | I am not a fox. | 6 | As a child, I spent a lot of time imagining what being a bird would be like. |
7 | It would be ridiculous to claim otherwise since a fox wouldn't be able to type on a keyboard, not to mention come up with this text in the first place. | 7 | How would it feel to experience and interact with the world through such a completely different body? |
8 | A fox probably couldn't have a job as a software developer, too. | 8 | To have the ability to fly and feel my feathers bristling in the wind as I'm flying through the sky? |
9 | But despite reality leaving no room for doubt, my existence as a human being doesn't feel right to me. | 9 | To be treated and perceived by other creatures not as a human but as a bird? |
10 | |||
11 | This fascination was sparked when I was 6 years old. | ||
12 | I was watching "The Sword in the Stone" by Disney, an animated film about a boy called Arthur who is transformed into various animals by Merlin the wizard in order to teach him different things about life. | ||
13 | One of these transformation involves Arthur being turned into a yellow sparrow. | ||
14 | |||
15 | |||
16 | |||
17 | |||
10 | 18 | ||
11 | It began one evening when I was about 6 years old. | ||
12 | I was watching "The Sword in the Stone" by Disney, an animated film about a boy called Arthur who is transformed into various animals by Merlin the wizard in order to educate him. | ||
13 | The idea of possessing a nonhuman body fascinated me immediately, especially that of a bird. | 19 | The idea of possessing a nonhuman body fascinated me immediately, especially that of a bird. |
14 | What would it feel like to experience and interact with the world, to be covered in feathers that are bristling in the wind as I'm flying through the sky? | 20 | What would it feel like to experience and interact with the world, to be covered in feathers that are bristling in the wind as I'm flying through the sky? |
15 | As I imagined myself in this situation, something inside of my mind awakened; something that rejected my humanity and longed for the life I was supposed to have. | 21 | As I imagined myself in this situation, something inside of my mind awakened; something that rejected my humanity and longed for the life I was supposed to have. |
@@ -24,3 +30,9 @@ I had realized by then that my experience was far from normal and I finally deci | |||
24 | Therians are individuals who believe they are an animal on some level, either spiritually -- such as past lives or souls -- or psychologically. | 30 | Therians are individuals who believe they are an animal on some level, either spiritually -- such as past lives or souls -- or psychologically. |
25 | It sounds like the perfect answer to my question, but after looking into them it didn't resonate with me. | 31 | It sounds like the perfect answer to my question, but after looking into them it didn't resonate with me. |
26 | 32 | ||
33 | |||
34 | I am not a fox. | ||
35 | It would be ridiculous to claim otherwise. | ||
36 | A fox wouldn't be able to type on a keyboard, not to mention come up with this text in the first place. | ||
37 | A fox couldn't have a job as a software developer. | ||
38 | A fox wouldn't look in the mirror and see a human. | ||
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index e02ad51..46c47a6 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <article class="s-body s-colored-links s-headlines"> | 1 | <article class="s-body s-colored-links s-headlines $if(intro)$s-intro$endif$"> |
2 | $if(date)$ | 2 | $if(date)$ |
3 | <div class="s-body__meta"> | 3 | <div class="s-body__meta"> |
4 | $date.long$ | 4 | $date.long$ |