mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
🦄 Update setup instructions
This commit is contained in:
parent
a00eaab125
commit
722eafd38d
4 changed files with 92 additions and 19 deletions
|
|
@ -4,6 +4,10 @@
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #333;
|
||||
}
|
||||
|
|
@ -30,7 +34,6 @@ hr {
|
|||
|
||||
.header,
|
||||
.footer {
|
||||
background-color: #f5f5f5;
|
||||
padding: 1.5rem 0 .5rem;
|
||||
}
|
||||
|
||||
|
|
@ -59,6 +62,7 @@ hr {
|
|||
}
|
||||
|
||||
.main {
|
||||
background-color: #fff;
|
||||
padding: 1.5rem 0;
|
||||
}
|
||||
|
||||
|
|
@ -101,11 +105,6 @@ hr {
|
|||
text-decoration: underline
|
||||
}
|
||||
|
||||
/* Pad article content */
|
||||
.article .content p {
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.header .title {
|
||||
font-size: 3rem;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
<link rel="alternate" type="application/rss+xml" href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS|format(tag.slug) }}" title="Tags RSS Feed">
|
||||
{% endif %}
|
||||
|
||||
{% if NEW_FAVICONS %}
|
||||
{% if RFG_FAVICONS %}
|
||||
<link rel="apple-touch-icon" href="{{ SITEURL }}/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="icon" type="image/png" href="{{ SITEURL }}/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ SITEURL }}/favicon-16x16.png" sizes="16x16">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue