Move poems into their own pages.
This commit is contained in:
parent
c6cb5baa54
commit
1afa6886ed
@ -7,6 +7,7 @@ $keywords = "poetry, religion, catholicism";
|
||||
|
||||
require "templates/header.php";
|
||||
?>
|
||||
|
||||
<p>I'm not truly super into writing poetry, or reading it for that
|
||||
matter, but every now and then I do like to read certain special poems,
|
||||
and even write some poetry of my own. That being said, it's truly not
|
||||
@ -14,83 +15,21 @@ all that different from writing song lyrics. I guess my point is don't
|
||||
expect much.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="#concedeme-un-deseo" >Concédeme Un Deseo</a></li>
|
||||
<li><a href="#marys-eukaristia" >Mary's Eukaristia</a></li>
|
||||
<li><a href="#mi-aportacion" >Mi Aportación</a></li>
|
||||
<?php
|
||||
$dir_files = scandir(dirname(__FILE__) . "/poetry/", SCANDIR_SORT_DESCENDING);
|
||||
foreach($dir_files as $file_info) {
|
||||
if(!str_ends_with($file_info, ".cfg.php") or str_starts_with($file_info, "draft_"))
|
||||
continue;
|
||||
|
||||
require dirname(__FILE__) . "/poetry/" . $file_info;
|
||||
$post_url = "poetry/" . str_replace(".cfg.php", ".html", $file_info);
|
||||
?>
|
||||
<li><a href="<?= $post_url ?>" ><?= $title ?></a></li>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
|
||||
<h2 id="concedeme-un-deseo" >Concédeme Un Deseo</h2>
|
||||
<p>Cielo de la noche,<br />
|
||||
belleza como la mujer celeste.<br />
|
||||
Brillo de estrellas lejanas<br />
|
||||
fuegos violentos y tranquilos.</p>
|
||||
|
||||
<p>Tu consistencia me alivia<br />
|
||||
de los vientos turbulentos.<br />
|
||||
Con los cambios más mínimos<br />
|
||||
como para captar mi imaginación.</p>
|
||||
|
||||
<p>¿Cuántos misterios guardas?<br />
|
||||
¿Tantos como el Libro del Amor?<br />
|
||||
¿Cuántas luces tienes<br />
|
||||
que brillan como el sol?</p>
|
||||
|
||||
<p>Tu oscuridad no la temo<br />
|
||||
porque sé que no está vacía,<br />
|
||||
sino repleta de anomalías<br />
|
||||
que aún no llego a comprender.</p>
|
||||
|
||||
<p>Concédeme ser una estrella en tu cielo.<br />
|
||||
Un granito en la galaxia que ilumina la noche.<br />
|
||||
Concédeme estar contigo para siempre<br />
|
||||
en ese reino de paz y consistencia.</p>
|
||||
|
||||
<h2 id="marys-eukaristia" >Mary's Eukaristia</h2>
|
||||
<p>Oh Mary, oh holy Mother, who knows our Lord so well.<br />
|
||||
How did it feel to keep Him in your womb, so close to your heart?<br />
|
||||
Were you sad when you had birthed Him, that He had exited from your belly?<br />
|
||||
(Or) did you rejoice as you could finally hold Him in your arms?<br />
|
||||
Oh Mary, oh holy Mother, teach me how to receive your Son.</p>
|
||||
|
||||
<p>Oh Mary, oh holy Mother, who accompanied our Lord in His Passion.<br />
|
||||
How did you endure the horror of seeing your Son suffer?<br />
|
||||
Yet, despite the pain that it caused in your heart, you did not look away.<br />
|
||||
What sorrow you must have felt, your baby boy lying dead in your arms.<br />
|
||||
Oh Mary, oh holy Mother, teach me how to receive your Son.</p>
|
||||
|
||||
<p>Oh Mary, oh holy Mother, who had faith in the glorious resurrection of our Lord.<br />
|
||||
How great was your joy when the Good News spread like a shining light!<br />
|
||||
Your face illuminated with a smile that cannot be contained.<br />
|
||||
How wonderful did it feel, your Son on your tongue, as He returned to your belly, from whence He came?<br />
|
||||
Oh Mary, oh holy Mother, teach me how to receive your Son.</p>
|
||||
|
||||
<p>Amen.</p>
|
||||
|
||||
<h2 id="mi-aportacion" >Mi Aportación</h2>
|
||||
<p>Cuando te ignoraba, Señor,<br />
|
||||
no te olvidabas de mí.<br />
|
||||
Cuando erraba, Señor,<br />
|
||||
me intentaste corregir.<br />
|
||||
Al arrepentirme, Señor,<br />
|
||||
tuviste misericordia de mí.</p>
|
||||
|
||||
<p>Yo soy un inmerecido<br />
|
||||
de tu caridad y tu amor.<br />
|
||||
Que aunque yo no te de nada<br />
|
||||
me das todo lo que preciso.<br />
|
||||
¿Cómo puedo yo pagar<br />
|
||||
mi deuda contigo?</p>
|
||||
|
||||
<p>Tratar a mis hermanos<br />
|
||||
con caridad y amor.<br />
|
||||
Mostrarles la misma misericordia<br />
|
||||
que mostraste ante mi rebelión.<br />
|
||||
Corregirles fraternalmente<br />
|
||||
pensando en su salvación.</p>
|
||||
|
||||
<p>Aun no es suficiente,<br />
|
||||
pero es mi aportación.</p>
|
||||
|
||||
<?php
|
||||
require "templates/footer.php"
|
||||
?>
|
||||
|
3
src/poetry/001-mi-aportacion.cfg.php
Normal file
3
src/poetry/001-mi-aportacion.cfg.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$title = "Mi aportación";
|
||||
?>
|
43
src/poetry/001-mi-aportacion.html.php
Normal file
43
src/poetry/001-mi-aportacion.html.php
Normal file
@ -0,0 +1,43 @@
|
||||
<?php
|
||||
require "config.php";
|
||||
require "001-mi-aportacion.cfg.php";
|
||||
require "templates/header.php";
|
||||
?>
|
||||
|
||||
<div class="poem" >
|
||||
<p>
|
||||
Cuando te ignoraba, Señor,<br />
|
||||
no te olvidabas de mí.<br />
|
||||
Cuando erraba, Señor,<br />
|
||||
me intentaste corregir.<br />
|
||||
Al arrepentirme, Señor,<br />
|
||||
tuviste misericordia de mí.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Yo soy un inmerecido<br />
|
||||
de tu caridad y tu amor.<br />
|
||||
Que aunque yo no te de nada<br />
|
||||
me das todo lo que preciso.<br />
|
||||
¿Cómo puedo yo pagar<br />
|
||||
mi deuda contigo?
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Tratar a mis hermanos<br />
|
||||
con caridad y amor.<br />
|
||||
Mostrarles la misma misericordia<br />
|
||||
que mostraste ante mi rebelión.<br />
|
||||
Corregirles fraternalmente<br />
|
||||
pensando en su salvación.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Aun no es suficiente,<br />
|
||||
pero es mi aportación.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
require "templates/footer.php"
|
||||
?>
|
3
src/poetry/002-concedeme-un-deseo.cfg.php
Normal file
3
src/poetry/002-concedeme-un-deseo.cfg.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$title = "Concédeme un deseo";
|
||||
?>
|
45
src/poetry/002-concedeme-un-deseo.html.php
Normal file
45
src/poetry/002-concedeme-un-deseo.html.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
require "config.php";
|
||||
require "002-concedeme-un-deseo.cfg.php";
|
||||
require "templates/header.php";
|
||||
?>
|
||||
<div class="poem" >
|
||||
<p>
|
||||
Cielo de la noche,<br />
|
||||
belleza como la mujer celeste.<br />
|
||||
Brillo de estrellas lejanas<br />
|
||||
fuegos violentos y tranquilos.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Tu consistencia me alivia<br />
|
||||
de los vientos turbulentos.<br />
|
||||
Con los cambios más mínimos<br />
|
||||
como para captar mi imaginación.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
¿Cuántos misterios guardas?<br />
|
||||
¿Tantos como el Libro del Amor?<br />
|
||||
¿Cuántas luces tienes<br />
|
||||
que brillan como el sol?
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Tu oscuridad no la temo<br />
|
||||
porque sé que no está vacía,<br />
|
||||
sino repleta de anomalías<br />
|
||||
que aún no llego a comprender.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Concédeme ser una estrella en tu cielo.<br />
|
||||
Un granito en la galaxia que ilumina la noche.<br />
|
||||
Concédeme estar contigo para siempre<br />
|
||||
en ese reino de paz y consistencia.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
require 'templates/footer.php';
|
||||
?>
|
3
src/poetry/003-marys-eukaristia.cfg.php
Normal file
3
src/poetry/003-marys-eukaristia.cfg.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$title = "Mary's Eukaristia";
|
||||
?>
|
39
src/poetry/003-marys-eukaristia.html.php
Normal file
39
src/poetry/003-marys-eukaristia.html.php
Normal file
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
require "config.php";
|
||||
require "003-marys-eukaristia.cfg.php";
|
||||
require "templates/header.php";
|
||||
?>
|
||||
|
||||
<div class="poem" >
|
||||
<p>
|
||||
Oh Mary, oh holy Mother, who knows our Lord so well.<br />
|
||||
How did it feel to keep Him in your womb, so close to your heart?<br />
|
||||
Were you sad when you had birthed Him, that He had exited from your belly?<br />
|
||||
(Or) did you rejoice as you could finally hold Him in your arms?<br />
|
||||
Oh Mary, oh holy Mother, teach me how to receive your Son.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Oh Mary, oh holy Mother, who accompanied our Lord in His Passion.<br />
|
||||
How did you endure the horror of seeing your Son suffer?<br />
|
||||
Yet, despite the pain that it caused in your heart, you did not look away.<br />
|
||||
What sorrow you must have felt, your baby boy lying dead in your arms.<br />
|
||||
Oh Mary, oh holy Mother, teach me how to receive your Son.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Oh Mary, oh holy Mother, who had faith in the glorious resurrection of our Lord.<br />
|
||||
How great was your joy when the Good News spread like a shining light!<br />
|
||||
Your face illuminated with a smile that cannot be contained.<br />
|
||||
How wonderful did it feel, your Son on your tongue, as He returned to your belly, from whence He came?<br />
|
||||
Oh Mary, oh holy Mother, teach me how to receive your Son.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Amen.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
require 'templates/footer.php';
|
||||
?>
|
@ -87,6 +87,10 @@ footer {
|
||||
border-top: 1px solid;
|
||||
}
|
||||
|
||||
div.poem p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ol.refs {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user