diff --git a/source/_includes/post/intro-image.html.twig b/source/_includes/post/intro-image.html.twig new file mode 100644 index 000000000..5141910e6 --- /dev/null +++ b/source/_includes/post/intro-image.html.twig @@ -0,0 +1,5 @@ +{% if page.blocks.intro_image %} +
-
In less than two months time, [DrupalCamp Bristol][0] will be back for our third year! (July seems to come around quicker each year). This is this year’s schedule and venues:
+ 30th June - CXO (Business) day - [Watershed][1]
diff --git a/source/_posts/2017-06-09-introducing-the-drupal-meetups-twitterbot.md b/source/_posts/2017-06-09-introducing-the-drupal-meetups-twitterbot.md
index f7cf973dd..65b360cb3 100644
--- a/source/_posts/2017-06-09-introducing-the-drupal-meetups-twitterbot.md
+++ b/source/_posts/2017-06-09-introducing-the-drupal-meetups-twitterbot.md
@@ -4,15 +4,15 @@ tags:
- twitter
- php
---
-{% block excerpt %}
+{% block intro_image %}
+{% endblock %}
+{% block excerpt %}
The [Drupal Meetups Twitterbot][0] is a small project that I worked on a few months ago, but hadn't got around to promoting yet. It’s intention is to provide [one Twitter account][1] where people can get the up to date news from various Drupal meetups.
{% endblock %}
{% block content %}
-
-
The [Drupal Meetups Twitterbot][0] is a small project that I worked on a few months ago, but hadn't got around to promoting yet. It’s intention is to provide [one Twitter account][1] where people can get the up to date news from various Drupal meetups.
It works by having a whitelist of [Twitter accounts and hashtags][2] to search for, uses [Codebird][3] to query the Twitter API and retweets any matching tweets on a scheduled basis.
diff --git a/source/_posts/2017-07-13-publishing-sculpin-sites-with-github-pages.md b/source/_posts/2017-07-13-publishing-sculpin-sites-with-github-pages.md
index 5434bf275..e714137ab 100644
--- a/source/_posts/2017-07-13-publishing-sculpin-sites-with-github-pages.md
+++ b/source/_posts/2017-07-13-publishing-sculpin-sites-with-github-pages.md
@@ -10,29 +10,21 @@ meta:
height: 200
width: 451
---
-{% block excerpt %}
-
-
+{% endblock %}
+{% block excerpt %}
Earlier this week I moved this site from my personal Linode server to [GitHub Pages][0].
This made sense as I already kept the source code in [on GitHub][1], the issue was that GitHub Pages doesn’t know how to dynamically parse and generate a Sculpin site like it does with some other static site generators. It can though parse and serve HTML files, which is what Sculpin generates. It’s just a case of how those files are added to GitHub.
{% endblock %}
{% block content %}
-
-