Skip to content

Commit 402e199

Browse files
committed
add poem: consuelo
1 parent 796161e commit 402e199

4 files changed

Lines changed: 97 additions & 1 deletion

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Poem 4. \"Consuelo\""
3+
category: personal
4+
date: 2025-07-28
5+
---
6+
7+
Ay, mijo,\
8+
que te bendiga Dios.\
9+
No eres de ule ni de fierro.\
10+
Te amo con todo mi ser;\
11+
eres mi corazón.
12+

public/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ <h3>Technical</h3>
7474

7575
<h3>Personal</h3>
7676
<ul id="posts">
77+
<li>
78+
<a href="http://localhost:1313/poem-4.-consuelo/">
79+
Poem 4. &#34;Consuelo&#34;
80+
<small><time>Jul 28, 2025</time></small>
81+
</a>
82+
</li>
83+
7784
<li>
7885
<a href="http://localhost:1313/poem-3.-lucy/">
7986
Poem 3. &#34;Lucy&#34;

public/index.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content on Max Fierro</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-US</language>
9-
<lastBuildDate>Sat, 12 Jul 2025 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Mon, 28 Jul 2025 00:00:00 +0000</lastBuildDate>
1010

1111
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
1212

@@ -16,6 +16,22 @@
1616

1717

1818

19+
<item>
20+
<title>Poem 4. &#34;Consuelo&#34;</title>
21+
<link>http://localhost:1313/poem-4.-consuelo/</link>
22+
<pubDate>Mon, 28 Jul 2025 00:00:00 +0000</pubDate>
23+
24+
<guid>http://localhost:1313/poem-4.-consuelo/</guid>
25+
<description>&lt;p&gt;Ay, mijo,&lt;br&gt;
26+
que te bendiga Dios.&lt;br&gt;
27+
No eres de ule ni de fierro.&lt;br&gt;
28+
Te amo con todo mi ser;&lt;br&gt;
29+
eres mi corazón.&lt;/p&gt;
30+
</description>
31+
</item>
32+
33+
34+
1935
<item>
2036
<title>Poem 3. &#34;Lucy&#34;</title>
2137
<link>http://localhost:1313/poem-3.-lucy/</link>

public/poem-4.-consuelo/index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
3+
<meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
6+
<meta name="description" content="Max&#39;s personal site">
7+
8+
9+
<link rel="icon" type="image/x-icon" href="/favicon.ico" media="(prefers-color-scheme: light)">
10+
<link rel="icon" type="image/x-icon" href="/favicon-dark.ico" media="(prefers-color-scheme: dark)">
11+
12+
13+
14+
15+
<link rel="stylesheet" href="/css/style.min.css">
16+
17+
<link rel="canonical" href="http://localhost:1313/poem-4.-consuelo/" />
18+
<title>Poem 4. &#34;Consuelo&#34;</title>
19+
</head>
20+
<body><header id="banner">
21+
<a href="http://localhost:1313/"
22+
><img src="/logo.svg" alt="Logo" class="site-logo"
23+
/></a>
24+
<h2><a href="http://localhost:1313/">Max Fierro</a></h2>
25+
<nav>
26+
<ul>
27+
<li>
28+
<a href="/about/" title="about"
29+
>about</a
30+
>
31+
</li><li>
32+
<a href="/resume/" title="resume"
33+
>resume</a
34+
>
35+
</li><li>
36+
<a href="/index.xml" title=""
37+
>rss</a
38+
>
39+
</li>
40+
</ul>
41+
</nav>
42+
</header>
43+
<main id="content">
44+
<article>
45+
<header id="post-header">
46+
<h1>Poem 4. &#34;Consuelo&#34;</h1>
47+
<div>
48+
<time>July 28, 2025</time>
49+
</div>
50+
</header><p>Ay, mijo,<br>
51+
que te bendiga Dios.<br>
52+
No eres de ule ni de fierro.<br>
53+
Te amo con todo mi ser;<br>
54+
eres mi corazón.</p>
55+
</article>
56+
57+
</main><footer id="footer">
58+
Copyright © 2024 Max Fierro
59+
</footer>
60+
</body>
61+
</html>

0 commit comments

Comments
 (0)