diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index 56614bc5..89dad736 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -4,7 +4,7 @@ sculpin_content_types: taxonomies: - tags projects: - permalink: projects/:filename/ + permalink: projects/:slug_title/ taxonomies: - skills - tags diff --git a/source/_projects/2014-drupalorg.md b/source/_projects/2014-drupalorg.md index dbed6c5e..a8faefce 100644 --- a/source/_projects/2014-drupalorg.md +++ b/source/_projects/2014-drupalorg.md @@ -8,4 +8,5 @@ image: drupalorg.png company: drupal_association role: Drupal.org Developer skills: [drupal, php, git, sass, compass, jenkins] +slug: drupal-org --- diff --git a/source/_projects/2015-roadcc.md b/source/_projects/2015-roadcc.md index a3d28608..777f41fc 100644 --- a/source/_projects/2015-roadcc.md +++ b/source/_projects/2015-roadcc.md @@ -10,4 +10,5 @@ image: company: microserve role: Lead Developer skills: [drupal, 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 index ae9142e8..359d342a 100644 --- a/source/_projects/2016-drupal-vm-generator-website.md +++ b/source/_projects/2016-drupal-vm-generator-website.md @@ -6,6 +6,7 @@ tags: - drupal-8 year: 2016 image: drupalvmgenerator.com.png +slug: drupal-vm-generator-website --- [drupalvmgenerator.com][1] is a Drupal 8 website for the Drupal VM Generator project. diff --git a/source/projects.html.twig b/source/projects.html.twig index 53e22769..e779a817 100644 --- a/source/projects.html.twig +++ b/source/projects.html.twig @@ -4,6 +4,10 @@ title: Projects use: - projects --- -{% for project in data.projects|reverse %} - {{ project.title }}
-{% endfor %} +