auto: 2026-04-12T19:46:50Z
This commit is contained in:
parent
c3fa26f60e
commit
3f9cb53d4e
|
|
@ -16,11 +16,21 @@ novelty: moderate
|
||||||
practicality: high
|
practicality: high
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<figure class="poem-excerpt">
|
||||||
|
<blockquote>
|
||||||
|
<p>My name is Ozymandias, King of Kings;<br>
|
||||||
|
Look on my Works, ye Mighty, and despair!<br>
|
||||||
|
Nothing beside remains. Round the decay<br>
|
||||||
|
Of that colossal Wreck, boundless and bare<br>
|
||||||
|
The lone and level sands stretch far away.</p>
|
||||||
|
</blockquote>
|
||||||
|
<figcaption><a href="/poetry/ozymandias.html">Ozymandias</a> — Percy Bysshe Shelley</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
::: dropcap
|
::: dropcap
|
||||||
*"My name is Ozymandias, King of Kings; / Look on my Works, ye Mighty, and despair!"* The name is a joke. Every
|
The name is a joke. Every framework is a monument that its author believes will outlast the work produced in it. The
|
||||||
framework is a monument that its author believes will outlast the work produced in it. The name is also a warning:
|
name is also a warning: the writing you put in a framework might actually outlast the framework itself, which is why
|
||||||
the writing you put in a framework might actually outlast the framework itself, which is why the framework should be
|
the framework should be small, coherent, and legible — not a cathedral built to impress.
|
||||||
small, coherent, and legible — not a cathedral built to impress.
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
The core of this website has been extracted and released as [Ozymandias](https://git.levineuwirth.org/neuwirth/ozymandias), a static site framework under the MIT license. It is the full pipeline: the Haskell build system, the Pandoc filter stack, all templates, all stylesheets, all client-side JavaScript — minus my personal content. If you want a website that works like this one and want to understand exactly how it works, Ozymandias is where to start.
|
The core of this website has been extracted and released as [Ozymandias](https://git.levineuwirth.org/neuwirth/ozymandias), a static site framework under the MIT license. It is the full pipeline: the Haskell build system, the Pandoc filter stack, all templates, all stylesheets, all client-side JavaScript — minus my personal content. If you want a website that works like this one and want to understand exactly how it works, Ozymandias is where to start.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ This website is *not* an academic homepage, nor a blog, nor a portfolio — thou
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<div class="hp-pro-row">
|
<div class="hp-pro-row">
|
||||||
<a href="/about.html">About</a><span class="hp-sep" aria-hidden="true">·</span><a href="/cv.pdf">CV</a><span class="hp-sep" aria-hidden="true">·</span><a href="mailto:ln@levineuwirth.org">Email</a><span class="hp-sep" aria-hidden="true">·</span><a href="https://github.com/levineuwirth">GitHub</a><span class="hp-sep" aria-hidden="true">·</span><a href="https://git.levineuwirth.org/neuwirth">Forgejo</a><span class="hp-sep" aria-hidden="true">·</span><a href="/gpg.html">GPG</a><span class="hp-sep" aria-hidden="true">·</span><a href="https://orcid.org/0009-0002-0162-3587">ORCID</a>
|
<a href="/about.html">About</a><span class="hp-sep" aria-hidden="true">·</span><a href="/cv.pdf">CV</a><span class="hp-sep" aria-hidden="true">·</span><a href="mailto:ln@levineuwirth.org">Email</a><span class="hp-sep" aria-hidden="true">·</span><a href="https://git.levineuwirth.org/neuwirth">Forgejo</a><span class="hp-sep" aria-hidden="true">·</span><a href="https://github.com/levineuwirth">GitHub</a><span class="hp-sep" aria-hidden="true">·</span><a href="/gpg.html">GPG</a><span class="hp-sep" aria-hidden="true">·</span><a href="https://orcid.org/0009-0002-0162-3587">ORCID</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="hp-curiosity-row">
|
<div class="hp-curiosity-row">
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
title: Ozymandias
|
||||||
|
date: 1818-01-11
|
||||||
|
poet: Percy Bysshe Shelley
|
||||||
|
abstract: I met a traveller from an antique land, / Who said — "Two vast and trunkless legs of stone / Stand in the desert."
|
||||||
|
tags: [poetry]
|
||||||
|
---
|
||||||
|
|
||||||
|
I met a traveller from an antique land,
|
||||||
|
Who said — "Two vast and trunkless legs of stone
|
||||||
|
Stand in the desert. . . . Near them, on the sand,
|
||||||
|
Half sunk a shattered visage lies, whose frown,
|
||||||
|
And wrinkled lip, and sneer of cold command,
|
||||||
|
Tell that its sculptor well those passions read
|
||||||
|
Which yet survive, stamped on these lifeless things,
|
||||||
|
The hand that mocked them, and the heart that fed;
|
||||||
|
And on the pedestal, these words appear:
|
||||||
|
My name is Ozymandias, King of Kings;
|
||||||
|
Look on my Works, ye Mighty, and despair!
|
||||||
|
Nothing beside remains. Round the decay
|
||||||
|
Of that colossal Wreck, boundless and bare
|
||||||
|
The lone and level sands stretch far away."
|
||||||
Loading…
Reference in New Issue