diff --git a/ansible/vars/vars.yml b/ansible/vars/vars.yml
index dc875766..423b7e54 100644
--- a/ansible/vars/vars.yml
+++ b/ansible/vars/vars.yml
@@ -107,7 +107,6 @@ nginx_vhosts:
rewrite "^/cv/?$" https://gitprint.com/opdavies/cv/blob/master/README.md permanent;
rewrite "^/drupalgive/?$" https://www.drupal.org/u/opdavies permanent;
rewrite "^/git-flow/?$" /talks/git-flow permanent;
- rewrite "^/portfolio/?$" /projects permanent;
rewrite "^/slides/bristol-dug/drupal-vm-generator/?$" http://opdavies.github.io/slides-drupal-vm-generator permanent;
rewrite "^/slides/phpsw/building-static-websites-with-sculpin/?$" https://opdavies.github.io/slides-phpsw-sculpin permanent;
rewrite "^/speaker-info/?$" https://github.com/opdavies/talks/blob/master/speaker-bio.md permanent;
diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml
index 69911e70..d8926e45 100644
--- a/app/config/sculpin_kernel.yml
+++ b/app/config/sculpin_kernel.yml
@@ -2,9 +2,6 @@ sculpin_content_types:
posts:
permalink: blog/:year/:month/:day/:slug_title/
taxonomies: [tags]
- projects:
- permalink: projects/:slug_title/
- taxonomies: [skills, tags]
talks:
permalink: talks/:basename/
taxonomies: [tags]
diff --git a/source/_includes/project/company.html.twig b/source/_includes/project/company.html.twig
deleted file mode 100644
index 7e799aff..00000000
--- a/source/_includes/project/company.html.twig
+++ /dev/null
@@ -1,21 +0,0 @@
-{% if page.company %}
- {% set company = site.companies[page.company] %}
-
-
-
Built {{ page.freelance ? 'for' : 'whilst at' }}
-
- {% if company.logo %}
- {% set name = '

' %}
- {% else %}
- {% set name = company.name %}
- {% endif %}
-
- {% if company.url %}
-
- {{ name|raw }}
-
- {% else %}
- {{ name|raw }}
- {% endif %}
-
-{% endif %}
diff --git a/source/_includes/project/image.html.twig b/source/_includes/project/image.html.twig
deleted file mode 100644
index ea3a3a0f..00000000
--- a/source/_includes/project/image.html.twig
+++ /dev/null
@@ -1,3 +0,0 @@
-{% if page.image -%}
-
-{%- endif %}
diff --git a/source/_includes/project/skills.html.twig b/source/_includes/project/skills.html.twig
deleted file mode 100644
index 312418a0..00000000
--- a/source/_includes/project/skills.html.twig
+++ /dev/null
@@ -1,11 +0,0 @@
-{% if page.skills %}
-
-
Skills
-
-
- {% for skill in page.skills %}
- - {{ skill }}
- {% endfor %}
-
-
-{% endif %}
diff --git a/source/_includes/project/website.html.twig b/source/_includes/project/website.html.twig
deleted file mode 100644
index ef80a54b..00000000
--- a/source/_includes/project/website.html.twig
+++ /dev/null
@@ -1,5 +0,0 @@
-{% if page.website %}
-
- View the website
-
-{% endif %}
diff --git a/source/_layouts/project.html.twig b/source/_layouts/project.html.twig
deleted file mode 100644
index 87e6a135..00000000
--- a/source/_layouts/project.html.twig
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends 'page' %}
-
-{% block body_classes 'page--project' %}
-
-{% block content_wrapper %}
- {% include 'project/image' %}
-
- {% block content %}{% endblock %}
-
- {% include 'project/website' %}
- {% include 'project/skills' %}
- {% include 'project/company' %}
-{% endblock %}
diff --git a/source/_projects/2009-abertawe-country-hotel-for-cats.md b/source/_projects/2009-abertawe-country-hotel-for-cats.md
deleted file mode 100644
index 48031f38..00000000
--- a/source/_projects/2009-abertawe-country-hotel-for-cats.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: Abertawe Country Hotel for Cats
-website: http://www.abertawecountryhotelforcats.co.uk
-tags:
- - drupal
- - drupal-6
-image: cattery.png
-role: Freelance Developer
-freelance: true
-skills:
- - Drupal 6
- - PHP
- - CSS
- - Jenkins
----
diff --git a/source/_projects/2010-horse-and-country.md b/source/_projects/2010-horse-and-country.md
deleted file mode 100644
index a729c7f0..00000000
--- a/source/_projects/2010-horse-and-country.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: 'Horse & Country TV'
-website: http://www.horseandcountry.tv
-tags:
- - drupal
- - drupal-6
-image: horse-and-country.png
-company: horse_country
-role: Developer
-skills:
- - Drupal
- - PHP
- - Git
----
diff --git a/source/_projects/2011-avon-motorsport.md b/source/_projects/2011-avon-motorsport.md
deleted file mode 100644
index dd700b61..00000000
--- a/source/_projects/2011-avon-motorsport.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: Avon Motorsport
-website: http://www.avonmotorsport.com
-tags:
- - drupal
- - drupal-6
-image: avon-motorsport.png
-company: proctors
-role: Developer
-skills:
- - Drupal 6
- - PHP
- - Less
- - SVN
----
diff --git a/source/_projects/2011-source-for-searches.md b/source/_projects/2011-source-for-searches.md
deleted file mode 100644
index 137b5cf5..00000000
--- a/source/_projects/2011-source-for-searches.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Source for Searches
-website: https://www.sourceforsearches.co.uk/
-tags:
- - drupal
- - drupal-6
- - ubercart
-image: source-for-searches.png
-company: proctors
-role: Developer
-skills:
- - Drupal 6
- - Ubercart
- - PHP
- - Less
- - SVN
----
diff --git a/source/_projects/2011-wlsquared.md b/source/_projects/2011-wlsquared.md
deleted file mode 100644
index 4d6eebcd..00000000
--- a/source/_projects/2011-wlsquared.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: wL2
-website: http://www.wlsquared.com
-tags:
- - drupal
- - drupal-7
-image: wlsquared.png
-role: Freelance Developer
-freelance: true
-skills:
- - Drupal 7
- - PHP
- - Less
- - Git
----
diff --git a/source/_projects/2012-accessible-bristol.md b/source/_projects/2012-accessible-bristol.md
deleted file mode 100644
index 1010e79c..00000000
--- a/source/_projects/2012-accessible-bristol.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Accessible Bristol
-website: http://www.accessiblebristol.org.uk
-tags:
- - drupal
- - drupal-7
- - accessibility
-image: accessible-bristol.png
-role: Freelance Developer
-freelance: true
-skills:
- - Drupal 7
- - PHP
- - Less
- - Git
- - Fabric
----
diff --git a/source/_projects/2012-aspira.md b/source/_projects/2012-aspira.md
deleted file mode 100644
index 228be63b..00000000
--- a/source/_projects/2012-aspira.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: Aspira
-website: https://www.aspirafp.co.uk/
-tags:
- - drupal
- - drupal-7
-image: aspira.png
-company: proctors
-role: Developer
-skills:
- - Drupal 7
- - PHP
- - SVN
----
diff --git a/source/_projects/2012-daylight-photo-awards.md b/source/_projects/2012-daylight-photo-awards.md
deleted file mode 100644
index 87b406c8..00000000
--- a/source/_projects/2012-daylight-photo-awards.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: Daylight Photo Awards
-website: https://daylightphotoawards.com
-tags:
- - drupal
- - drupal-7
- - drupal-commerce
-image: daylight-photo-awards.png
-role: Freelance Developer
-freelance: true
-skills:
- - Drupal
- - Drupal Commerce
- - Git
- - Sass
- - Compass
- - Jenkins
- - Fabric
----
diff --git a/source/_projects/2012-digital-theatre-plus.md b/source/_projects/2012-digital-theatre-plus.md
deleted file mode 100644
index b4b39841..00000000
--- a/source/_projects/2012-digital-theatre-plus.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: Digital Theatre Plus
-website: http://www.digitaltheatureplus.com
-tags:
- - drupal
- - drupal-7
- - drupal-commerce
-image: digital-theatre-plus.png
-company: nomensa
-role: Developer
-skills:
- - Drupal 7
- - PHP
----
diff --git a/source/_projects/2012-door-decor-and-more.md b/source/_projects/2012-door-decor-and-more.md
deleted file mode 100644
index 0558c793..00000000
--- a/source/_projects/2012-door-decor-and-more.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: 'Door Decor & More'
-website: http://doordecorandmore.co.uk
-tags:
- - drupal
- - drupal-7
- - drupal-commerce
-image: door-decor-more.png
-company: zooba
-role: Freelance Developer
-freelance: true
-skills:
- - Drupal 7
- - Drupal Commerce
- - PHP
- - Git
----
diff --git a/source/_projects/2012-vikisports.md b/source/_projects/2012-vikisports.md
deleted file mode 100644
index eebe7266..00000000
--- a/source/_projects/2012-vikisports.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Vikisports
-website: http://www.vikisports.com
-tags:
- - drupal
- - drupal-6
-image: vikisports.png
-role: Freelance Developer
-freelance: true
-skills:
- - Drupal 6
- - Drupal 7
- - PHP
- - Git
- - Jenkins
----
diff --git a/source/_projects/2013-hutch-paving.md b/source/_projects/2013-hutch-paving.md
deleted file mode 100644
index 13c76c80..00000000
--- a/source/_projects/2013-hutch-paving.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: Hutch Paving
-tags:
- - drupal
- - drupal-7
-image: hutch-paving.png
-role: Freelance Developer
-company: trent
-freelance: true
-skills:
- - Drupal 7
- - PHP
----
diff --git a/source/_projects/2013-ifoa.md b/source/_projects/2013-ifoa.md
deleted file mode 100644
index 1ba084cc..00000000
--- a/source/_projects/2013-ifoa.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Institute and Faculty of Actuaries (IFoA)
-website: http://www.actuaries.org.uk
-tags:
- - drupal
- - drupal-7
-image: ifoa.png
-company: precedent
-role: Lead Developer
-slug: ifoa
-skills:
- - Drupal 7
- - PHP
- - CSS
- - Git
----
diff --git a/source/_projects/2013-mfvc.md b/source/_projects/2013-mfvc.md
deleted file mode 100644
index b1f8c6ba..00000000
--- a/source/_projects/2013-mfvc.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: My Favourite Voucher Codes
-website: https://www.myfavouritevouchercodes.co.uk/
-tags:
- - drupal
- - drupal-7
-image: my-favourite-voucher-codes.png
-slug_title: my-favourite-voucher-codes
-role: Freelance Developer
-freelance: true
-skills:
- - Drupal 7
- - PHP
- - CSS
- - Git
-skills: [drupal, php, git]
----
diff --git a/source/_projects/2013-watts-tvc.md b/source/_projects/2013-watts-tvc.md
deleted file mode 100644
index c288d575..00000000
--- a/source/_projects/2013-watts-tvc.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Watts TVC
-website: http://www.wattstvc.co.uk
-tags:
- - drupal
- - drupal-7
-image: watts-tvc.png
-company: lab_class
-role: Freelance Developer
-freelance: true
-skills:
- - Drupal 7
- - PHP
- - Git
- - Sass
- - Compass
----
diff --git a/source/_projects/2014-drupalorg.md b/source/_projects/2014-drupalorg.md
deleted file mode 100644
index 984cc960..00000000
--- a/source/_projects/2014-drupalorg.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: Drupal.org
-website: https://www.drupal.org
-tags:
- - drupal
- - drupal-7
-image: drupal-org.png
-company: drupal_association
-role: Drupal.org Developer
-skills:
- - Drupal 7
- - PHP
- - Git
- - Sass
- - Compass
- - Jenkins
-slug: drupal-org
----
diff --git a/source/_projects/2015-roadcc.md b/source/_projects/2015-roadcc.md
deleted file mode 100644
index e80cd843..00000000
--- a/source/_projects/2015-roadcc.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: road.cc
-website: http://road.cc
-tags:
- - drupal
- - drupal-7
-image:
- name: road-cc.png
- alt: The new road.cc website
-company: microserve
-role: Lead Developer
-skills:
- - Drupal 7
- - PHP
- - Git
- - Less
-slug: road-cc
----
diff --git a/source/_projects/2016-drupal-vm-generator-website.md b/source/_projects/2016-drupal-vm-generator-website.md
deleted file mode 100644
index f5b32e18..00000000
--- a/source/_projects/2016-drupal-vm-generator-website.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: drupalvmgenerator.com
-website: https://www.drupalvmgenerator.com
-tags:
- - drupal
- - drupal-8
-year: 2016
-image: drupal-vm-generator.png
-slug: drupal-vm-generator-website
-skills:
- - Drupal 8
- - PHP
- - Composer
- - Jenkins
- - Fabric
- - Git
- - Sass
- - Gulp
----
-[drupalvmgenerator.com][1] is a Drupal 8 website for the Drupal VM Generator project.
-
-It contains information about the project such as installation instructions, but also integrates with GitHub to provide a download link to the latest drupalvm.phar file, and provides a manifest file for the `self:update` command to use.
-
-I’ve also started adding [articles][2] onto the site to coincide with new releases and announcements.
-
-[1]: https://www.drupalvmgenerator.com
-[2]: https://www.drupalvmgenerator.com/articles
diff --git a/source/assets/images/projects/accessible-bristol.png b/source/assets/images/projects/accessible-bristol.png
deleted file mode 100644
index bc1f727c..00000000
Binary files a/source/assets/images/projects/accessible-bristol.png and /dev/null differ
diff --git a/source/assets/images/projects/aspira.png b/source/assets/images/projects/aspira.png
deleted file mode 100644
index ffeac508..00000000
Binary files a/source/assets/images/projects/aspira.png and /dev/null differ
diff --git a/source/assets/images/projects/avon-motorsport.png b/source/assets/images/projects/avon-motorsport.png
deleted file mode 100644
index 50393e3a..00000000
Binary files a/source/assets/images/projects/avon-motorsport.png and /dev/null differ
diff --git a/source/assets/images/projects/cattery.png b/source/assets/images/projects/cattery.png
deleted file mode 100644
index 9c33a307..00000000
Binary files a/source/assets/images/projects/cattery.png and /dev/null differ
diff --git a/source/assets/images/projects/daylight-photo-awards.png b/source/assets/images/projects/daylight-photo-awards.png
deleted file mode 100644
index 4b752d33..00000000
Binary files a/source/assets/images/projects/daylight-photo-awards.png and /dev/null differ
diff --git a/source/assets/images/projects/digital-theatre-plus.png b/source/assets/images/projects/digital-theatre-plus.png
deleted file mode 100644
index 830598c4..00000000
Binary files a/source/assets/images/projects/digital-theatre-plus.png and /dev/null differ
diff --git a/source/assets/images/projects/door-decor-more.png b/source/assets/images/projects/door-decor-more.png
deleted file mode 100644
index 3cb8f94a..00000000
Binary files a/source/assets/images/projects/door-decor-more.png and /dev/null differ
diff --git a/source/assets/images/projects/drupal-org.png b/source/assets/images/projects/drupal-org.png
deleted file mode 100644
index 0d99c259..00000000
Binary files a/source/assets/images/projects/drupal-org.png and /dev/null differ
diff --git a/source/assets/images/projects/drupal-vm-generator.png b/source/assets/images/projects/drupal-vm-generator.png
deleted file mode 100644
index 40a93003..00000000
Binary files a/source/assets/images/projects/drupal-vm-generator.png and /dev/null differ
diff --git a/source/assets/images/projects/horse-and-country.png b/source/assets/images/projects/horse-and-country.png
deleted file mode 100644
index dfc8b89e..00000000
Binary files a/source/assets/images/projects/horse-and-country.png and /dev/null differ
diff --git a/source/assets/images/projects/hutch-paving.png b/source/assets/images/projects/hutch-paving.png
deleted file mode 100644
index a2826982..00000000
Binary files a/source/assets/images/projects/hutch-paving.png and /dev/null differ
diff --git a/source/assets/images/projects/ifoa.png b/source/assets/images/projects/ifoa.png
deleted file mode 100644
index 7064c3e1..00000000
Binary files a/source/assets/images/projects/ifoa.png and /dev/null differ
diff --git a/source/assets/images/projects/my-favourite-voucher-codes.png b/source/assets/images/projects/my-favourite-voucher-codes.png
deleted file mode 100644
index ea726fb6..00000000
Binary files a/source/assets/images/projects/my-favourite-voucher-codes.png and /dev/null differ
diff --git a/source/assets/images/projects/road-cc.png b/source/assets/images/projects/road-cc.png
deleted file mode 100644
index a2f8fb07..00000000
Binary files a/source/assets/images/projects/road-cc.png and /dev/null differ
diff --git a/source/assets/images/projects/source-for-searches.png b/source/assets/images/projects/source-for-searches.png
deleted file mode 100644
index d0a1eebf..00000000
Binary files a/source/assets/images/projects/source-for-searches.png and /dev/null differ
diff --git a/source/assets/images/projects/vikisports.png b/source/assets/images/projects/vikisports.png
deleted file mode 100644
index 058c4e17..00000000
Binary files a/source/assets/images/projects/vikisports.png and /dev/null differ
diff --git a/source/assets/images/projects/watts-tvc.png b/source/assets/images/projects/watts-tvc.png
deleted file mode 100644
index b806f0b0..00000000
Binary files a/source/assets/images/projects/watts-tvc.png and /dev/null differ
diff --git a/source/assets/images/projects/wlsquared.png b/source/assets/images/projects/wlsquared.png
deleted file mode 100644
index f9257f9c..00000000
Binary files a/source/assets/images/projects/wlsquared.png and /dev/null differ
diff --git a/source/projects.html.twig b/source/projects.html.twig
deleted file mode 100644
index 4a134bd1..00000000
--- a/source/projects.html.twig
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: page
-title: Projects
-use: [projects, posts]
----
-
- {% for project in data.projects|reverse %}
- - {% spaceless %}
- {{ project.title }}
- {% endspaceless %}
- {% endfor %}
-
diff --git a/source/robots.txt b/source/robots.txt
index 47da7ecc..34b3f014 100644
--- a/source/robots.txt
+++ b/source/robots.txt
@@ -2,8 +2,7 @@
permalink: none
---
User-agent: *
-Disallow: /_projects/
Disallow: /_testimonials/
Disallow: /404.html
-Sitemap: {{ site.url }}/sitemap.xml
\ No newline at end of file
+Sitemap: {{ site.url }}/sitemap.xml