diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index 7d998284..ae144f5c 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -1,27 +1,27 @@ sculpin: - permalink: pretty - ignore: - - '_examples/*' - - '**/*.scss' - - '**/config.rb' - - '**/Gemfile*' + permalink: pretty + ignore: + - '_examples/*' + - '**/*.scss' + - '**/config.rb' + - '**/Gemfile*' sculpin_content_types: - posts: - permalink: blog/:slug_title/ - taxonomies: - - tags - projects: - enabled: false - permalink: projects/:slug_title/ - taxonomies: - - tags - talks: - permalink: talks/:year/:month/:day/:slug_title/ - taxonomies: - - tags - testimonials: - enabled: false - permalink: testimonials/:slug_title/ - layout: default + posts: + permalink: blog/:slug_title/ + taxonomies: + - tags + projects: + enabled: false + permalink: projects/:slug_title/ + taxonomies: + - tags + talks: + permalink: talks/:year/:month/:day/:slug_title/ + taxonomies: + - tags + testimonials: + enabled: false + permalink: testimonials/:slug_title/ + layout: default sculpin_theme: - theme: opdavies/opdavies + theme: opdavies/opdavies diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index d9fa9b96..4b448f01 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -17,26 +17,26 @@ lanyrd: http://lanyrd.com/profile/opdavies joindin: https://joind.in/user/view/27119 bio: > -
Oliver Davies is a Drupal Developer and System Administrator based in the UK. He works for the Drupal Association and also provides freelance consultancy services for Drupal websites and Linux servers.
+Oliver Davies is a Drupal Developer and System Administrator based in the UK. He works for the Drupal Association and also provides freelance consultancy services for Drupal websites and Linux servers.
toolkit: - - title: Drupal - url: https://www.drupal.org - - title: Sculpin - url: http://sculpin.io - - title: Git - url: http://git-scm.com - - title: SASS - url: http://sass-lang.com - - title: Compass - url: http://compass-style.org - - title: Susy - url: http://susy.oddbird.net - - title: Grunt - url: http://gruntjs.com - - title: Vagrant - url: http://vagrantup.com - - title: Puppet - url: http://en.wikipedia.org/wiki/Puppet_%28software%29 - - title: Jenkins - url: http://jenkins-ci.org + - title: Drupal + url: https://www.drupal.org + - title: Sculpin + url: http://sculpin.io + - title: Git + url: http://git-scm.com + - title: SASS + url: http://sass-lang.com + - title: Compass + url: http://compass-style.org + - title: Susy + url: http://susy.oddbird.net + - title: Grunt + url: http://gruntjs.com + - title: Vagrant + url: http://vagrantup.com + - title: Puppet + url: http://en.wikipedia.org/wiki/Puppet_%28software%29 + - title: Jenkins + url: http://jenkins-ci.org diff --git a/source/_examples/post.md b/source/_examples/post.md index 5f60f140..aecf4dd5 100644 --- a/source/_examples/post.md +++ b/source/_examples/post.md @@ -3,5 +3,5 @@ title: description: nav: blog tags: - - + - --- \ No newline at end of file diff --git a/source/_examples/project.md b/source/_examples/project.md index 3811cb9b..8c921a25 100644 --- a/source/_examples/project.md +++ b/source/_examples/project.md @@ -4,7 +4,7 @@ website: client_name: client_url: tags: - - + - --- Some text about the project. diff --git a/source/_posts/2010-04-05-style-drupal-6-lists.md b/source/_posts/2010-04-05-style-drupal-6-lists.md index 970e115c..1c3a40e4 100644 --- a/source/_posts/2010-04-05-style-drupal-6-lists.md +++ b/source/_posts/2010-04-05-style-drupal-6-lists.md @@ -3,10 +3,10 @@ title: Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery nav: blog slug: style-drupal-6s-taxonomy-lists-php-css-and-jquery tags: - - drupal-6 - - drupal-planet - - drupal-theming - - taxonomy + - drupal-6 + - drupal-planet + - drupal-theming + - taxonomy --- Whilst developing this, and other Drupal websites for clients, I decided that I wanted to categorise content using the taxonomy system. However, I wasn't happy with the way that Drupal displayed the terms lists by default, and I started comparing this to other websites that I look at. @@ -16,9 +16,9 @@ I scrolled down until I found the piece of code that displayed the terms list: ~~~php -