🦄 Update setup instructions

This commit is contained in:
Raymond Wanyoike 2016-12-01 13:22:37 +03:00
commit 722eafd38d
4 changed files with 92 additions and 19 deletions

View file

@ -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;

View file

@ -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">