diff --git a/_config.yml b/_config.yml
index 7761d7f..39c6e06 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,6 +6,8 @@ show_downloads: false
markdown: kramdown
highlighter: rouge
google_analytics: G-630J3K9FNK
+plugins:
+ - jekyll-feed
defaults:
-
scope:
diff --git a/_includes/feed-xslt-inject.html b/_includes/feed-xslt-inject.html
new file mode 100644
index 0000000..dc84249
--- /dev/null
+++ b/_includes/feed-xslt-inject.html
@@ -0,0 +1,4 @@
+{% capture xslt %}
+{% endcapture %}
+{{ xslt | strip_newlines }}
+{{ content }}
diff --git a/_includes/head-custom.html b/_includes/head-custom.html
index 1a1fdd1..bd0d099 100644
--- a/_includes/head-custom.html
+++ b/_includes/head-custom.html
@@ -1,21 +1,9 @@
-
-
-
-{% if site.google_analytics %}
-
-{% endif %}
-
+
+
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index e5da759..e5480b1 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -100,6 +100,10 @@
Read our privacy statement.
⫰
Read code on GitHub.com.
+ ⫰
+
+ RSS
+
diff --git a/assets/css/main.css b/assets/css/main.css
index c2d776a..63776c1 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -111,11 +111,15 @@ h3 {
}
.post-cover-image-banner {
background-image: var(--bg-image);
- background-size: cover;
- background-position: top center;
+ background-size: contain;
+ background-position: center center;
background-attachment: fixed;
- height: 300px;
width: 100%;
+ height: min(40vw, 350px);
+ margin: 0;
+ border-radius: 0;
+ box-shadow: none;
+ display: block;
position: relative;
}
diff --git a/feed.xml b/feed.xml
new file mode 100644
index 0000000..96e26bd
--- /dev/null
+++ b/feed.xml
@@ -0,0 +1,20 @@
+---
+layout: null
+---
+
+
+
+ {{ site.title | xml_escape }}
+ {{ site.url }}{{ site.baseurl }}
+ {{ site.description | xml_escape }}
+ {% for post in site.posts %}
+ -
+ {{ post.title | xml_escape }}
+ {{ site.url }}{{ post.url }}
+ {{ post.excerpt | xml_escape }}
+ {{ post.date | date_to_rfc822 }}
+ {{ site.url }}{{ post.url }}
+
+ {% endfor %}
+
+
diff --git a/pages/updates.md b/pages/updates.md
new file mode 100644
index 0000000..08b3ad7
--- /dev/null
+++ b/pages/updates.md
@@ -0,0 +1,19 @@
+---
+layout: default
+title: Updates
+permalink: /updates/
+---
+
+
+
Subscribe via RSS