Skip to content

Commit 0c06b29

Browse files
committed
Drunk poem
1 parent a11e3e7 commit 0c06b29

2 files changed

Lines changed: 74 additions & 0 deletions

File tree

drunk.html

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<title>Get Drunk - Enivrez-vous - A poem by Charles Baudelaire</title>
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="color-scheme" content="light dark">
9+
<meta name="description" content="Read 'Get Drunk' (Enivrez-vous), a prose poem by Charles Baudelaire about escaping time through intoxication - with wine, poetry, or virtue.">
10+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🍷</text></svg>">
11+
<style>
12+
* {
13+
font-family: "New York", -apple-system-ui-serif, ui-serif, Palatino, Georgia, Cambria, "Times New Roman", Times, serif;
14+
-webkit-font-smoothing: subpixel-antialiased;
15+
text-rendering: optimizeLegibility;
16+
}
17+
body {
18+
max-width: 37.5rem;
19+
margin: 0 auto;
20+
padding: 1.5rem 0.375rem;
21+
font-size: 1.125rem;
22+
line-height: 1.8;
23+
text-align: start;
24+
word-wrap: break-word;
25+
}
26+
h1 {
27+
hyphens: manual;
28+
}
29+
</style>
30+
<script type="application/ld+json">
31+
{
32+
"@context": "https://schema.org",
33+
"@type": "CreativeWork",
34+
"name": "Get Drunk (Enivrez-vous)",
35+
"author": {
36+
"@type": "Person",
37+
"name": "Charles Baudelaire"
38+
},
39+
"datePublished": "1869",
40+
"inLanguage": "en",
41+
"isPartOf": {
42+
"@type": "Book",
43+
"name": "Le Spleen de Paris",
44+
"author": {
45+
"@type": "Person",
46+
"name": "Charles Baudelaire"
47+
},
48+
"publisher": {
49+
"@type": "Organization",
50+
"name": "Michel Lévy Frères"
51+
},
52+
"datePublished": "1869"
53+
},
54+
"genre": "Prose poetry",
55+
"publisher": {
56+
"@type": "Organization",
57+
"name": "Michel Lévy Frères"
58+
},
59+
"abstract": "A prose poem urging the reader to stay drunk—on wine, poetry, or virtue—to escape the burdens of time and reality.",
60+
"url": "https://418.ai/drunk"
61+
}
62+
</script>
63+
</head>
64+
<body>
65+
<h1>Get Drunk (<em>Enivrez-vous</em>)</h1>
66+
<p>One should always be drunk. That's the great thing; the only question. Not to feel the horrible burden of Time weighing on your shoulders and bowing you to the earth, you should be drunk without respite.</p>
67+
<p>Drunk with what? With wine, with poetry, or with virtue, as you please. But get drunk.</p>
68+
<p>And if, sometimes, you should happen to awake, on the stairs of a palace, on the green grass of a ditch, in the dreary solitude of your own room, and find that your drunkenness is ebbing or has vanished, ask the wind and the wave, ask star, bird, or clock, ask everything that flies, everything that moans, everything that flows, everything that sings, everything that speaks, ask them the Time; and the wind, the wave, the star, the bird and the clock will all reply: "It is Time to get drunk! If you are not to be the martyred slaves of Time, be perpetually drunk! With wine, with poetry, or with virtue, as you please."</p>
69+
<h3>&mdash; Charles Baudelaire</h3>
70+
<p>Le Spleen de Paris, a collection of 50 short prose poems by Charles Baudelaire</p>
71+
</body></html>

sitemap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<url>
2222
<loc>https://vreeman.com/hypothesis</loc>
2323
</url>
24+
<url>
25+
<loc>https://vreeman.com/drunk</loc>
26+
</url>
2427
<url>
2528
<loc>https://vreeman.com/experiment</loc>
2629
</url>

0 commit comments

Comments
 (0)