move rss feed into blog section and integrate it better with the hackery aesthetics
This commit is contained in:
parent
b79913adc6
commit
a7a34ed9d0
3 changed files with 10 additions and 6 deletions
|
@ -60,10 +60,6 @@ defaultContentLanguage = 'es'
|
||||||
name = "fuente"
|
name = "fuente"
|
||||||
weight = 3
|
weight = 3
|
||||||
url = "https://git.peterdominguez.art/peter/peterdominguez.art"
|
url = "https://git.peterdominguez.art/peter/peterdominguez.art"
|
||||||
[[menu.header]]
|
|
||||||
name = "rss"
|
|
||||||
weight = 4
|
|
||||||
url = "/blog/index.xml"
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
taxonomy = ["HTML"]
|
taxonomy = ["HTML"]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class="listHeader">
|
<div class="listHeader">
|
||||||
<h1>Entradas</h1><p>
|
<h1>Blog <a href="/blog/index.xml">/rss.xml</a></h1><p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ with .Content }}
|
{{ with .Content }}
|
||||||
|
|
|
@ -9,7 +9,15 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; color: #f8f8f2; bac
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
.listHeader a {
|
||||||
|
padding: 1px 2px;
|
||||||
|
margin: -10px;
|
||||||
|
border-radius: 8px;
|
||||||
|
font-size: 21px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #282A36;
|
||||||
|
background-color: #FFB86C;
|
||||||
|
}
|
||||||
.headerWrapper {
|
.headerWrapper {
|
||||||
background: #44475a;
|
background: #44475a;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue