move rss feed into blog section and integrate it better with the hackery aesthetics

This commit is contained in:
Simon Belmont 2025-03-27 15:42:20 -04:00
parent b79913adc6
commit a7a34ed9d0
3 changed files with 10 additions and 6 deletions

View file

@ -60,10 +60,6 @@ defaultContentLanguage = 'es'
name = "fuente"
weight = 3
url = "https://git.peterdominguez.art/peter/peterdominguez.art"
[[menu.header]]
name = "rss"
weight = 4
url = "/blog/index.xml"
[outputs]
home = ["HTML", "JSON"]
taxonomy = ["HTML"]

View file

@ -6,7 +6,7 @@
<div>
<div class="listHeader">
<h1>Entradas</h1><p>
<h1>Blog <a href="/blog/index.xml">/rss.xml</a></h1><p>
</div>
{{ with .Content }}

View file

@ -9,7 +9,15 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; color: #f8f8f2; bac
a:hover {
color: #f8f8f2;
}
.listHeader a {
padding: 1px 2px;
margin: -10px;
border-radius: 8px;
font-size: 21px;
font-weight: bold;
color: #282A36;
background-color: #FFB86C;
}
.headerWrapper {
background: #44475a;
}