fix broken indentation and formatting in various pages
This commit is contained in:
parent
e1dd1074f8
commit
b2a25e65e9
|
@ -1,37 +1,37 @@
|
|||
% id = "01JDDE33S6T32XGTM21T6581Z5"
|
||||
- overcoming [fear of the unknown][page:philosophy/fear-of-the-unknown], episode 1.
|
||||
|
||||
- overthinking my [furry][page:philosophy/furry] self again.
|
||||
my heart is pounding.
|
||||
- overthinking my [furry][page:philosophy/furry] self again.
|
||||
my heart is pounding.
|
||||
|
||||
% id = "01JDDE33S66AG2JQCBQT3GYACX"
|
||||
- I play Blue Calx.
|
||||
|
||||
- as the first notes come in, I sense warm feeling, as if being hugged by someone.
|
||||
"it's gonna be okay..."
|
||||
- as the first notes come in, I sense warm feeling, as if being hugged by someone.
|
||||
"it's gonna be okay..."
|
||||
|
||||
- "you've been through much mental stress before.
|
||||
but this... there's no need to panic."
|
||||
- "you've been through much mental stress before.
|
||||
but this... there's no need to panic."
|
||||
|
||||
- they takes me outside to appreciate the city lights.
|
||||
we fly high up into the sky to watch from above.
|
||||
- they takes me outside to appreciate the city lights.
|
||||
we fly high up into the sky to watch from above.
|
||||
|
||||
- the warm distortion of the tape gives me a sense of nostalgia.
|
||||
- the warm distortion of the tape gives me a sense of nostalgia.
|
||||
|
||||
- I am relieved to be in the place I am right now.
|
||||
- I am relieved to be in the place I am right now.
|
||||
|
||||
- as the notes fade away for a moment, only the metronome remains. it makes me feel empowered, but scared.
|
||||
"will it really be okay?"
|
||||
- as the notes fade away for a moment, only the metronome remains. it makes me feel empowered, but scared.
|
||||
"will it really be okay?"
|
||||
|
||||
- "look at everyone around you.
|
||||
struggling just as much as you are.
|
||||
you are not alone in this."
|
||||
- "look at everyone around you.
|
||||
struggling just as much as you are.
|
||||
you are not alone in this."
|
||||
|
||||
- the notes come back in to hug me again.
|
||||
the warm embrace of the other part of my self.
|
||||
- the notes come back in to hug me again.
|
||||
the warm embrace of the other part of my self.
|
||||
|
||||
- the metronome starts fading away.
|
||||
it really is going to be okay.
|
||||
- the metronome starts fading away.
|
||||
it really is going to be okay.
|
||||
|
||||
% id = "01JDDE33S606YTH6EXW70Y6YTB"
|
||||
- thank you, Richard.
|
||||
|
|
|
@ -113,10 +113,10 @@ you already have it on your computer.
|
|||
- arguably there's [swc](https://swc.rs/) but that still requires parsing and reemitting the JS
|
||||
|
||||
% id = "01J2931RRHPYQ9SFZP42WRKR2D"
|
||||
- a) this may not be a lossless process, and I would like to preserve all comments and spacing choices
|
||||
- a\) this may not be a lossless process, and I would like to preserve all comments and spacing choices
|
||||
|
||||
% id = "01J2931RRHHD3RYZN97CVXR65G"
|
||||
+ b) parsing is slow.
|
||||
+ b\) parsing is slow.
|
||||
one thing I tried was to automatically make all links in the generated HTML have something akin to a `?cache=` query that would make the server inject a "cache forever" policy, but it extended build times pretty much twofold.
|
||||
|
||||
% id = "01J2931RRH043ZBHW4H58SP5D4"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<section class="page-header">
|
||||
<ol class="breadcrumbs">
|
||||
{{#if (or (ne page.tree_path 'index') page.is_history)}}
|
||||
{{#if (or (ne page.tree_path 'index') page.is_history)}}
|
||||
<li class="root-breadcrumb">
|
||||
<a href="{{ config.site }}/">
|
||||
{{{ include_static 'svg/object/logo.svg' }}}
|
||||
</li>
|
||||
</a>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{{ page.breadcrumbs }}}
|
||||
</ol>
|
||||
|
||||
|
|
Loading…
Reference in a new issue