diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index 4c5e48c1d..1f5b25648 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -2,6 +2,8 @@ sculpin: ignore: ['**/.DS*', '**/*.swp'] sculpin_content_types: + pages: + permalink: /:basename/ posts: permalink: articles/:basename/ taxonomies: [tags] diff --git a/source/404.md b/source/_pages/404.md similarity index 87% rename from source/404.md rename to source/_pages/404.md index 9ad59c736..a746ea29f 100644 --- a/source/404.md +++ b/source/_pages/404.md @@ -1,5 +1,4 @@ --- -layout: default title: Page Not Found permalink: /404.html use: [posts] diff --git a/source/about.md b/source/_pages/about.md similarity index 100% rename from source/about.md rename to source/_pages/about.md diff --git a/source/accessibility.md b/source/_pages/accessibility.md similarity index 93% rename from source/accessibility.md rename to source/_pages/accessibility.md index ac49a1439..54e72b5a5 100644 --- a/source/accessibility.md +++ b/source/_pages/accessibility.md @@ -1,5 +1,4 @@ --- -layout: default title: Accessibility use: [posts] --- diff --git a/source/company-information.md b/source/_pages/company-information.md similarity index 95% rename from source/company-information.md rename to source/_pages/company-information.md index 273c503de..78bb5596b 100644 --- a/source/company-information.md +++ b/source/_pages/company-information.md @@ -1,5 +1,4 @@ --- -layout: default title: Company Information meta: description: 'Company information for Oliver Davies Ltd.' diff --git a/source/contact-thanks.md b/source/_pages/contact-thanks.md similarity index 90% rename from source/contact-thanks.md rename to source/_pages/contact-thanks.md index d46f89b76..fabd16fb8 100644 --- a/source/contact-thanks.md +++ b/source/_pages/contact-thanks.md @@ -1,5 +1,4 @@ --- -layout: default title: Thanks! permalink: contact/thanks/ use: [posts] diff --git a/source/contact.html.twig b/source/_pages/contact.html.twig similarity index 98% rename from source/contact.html.twig rename to source/_pages/contact.html.twig index 0b6ff15d9..8d759b82a 100644 --- a/source/contact.html.twig +++ b/source/_pages/contact.html.twig @@ -1,6 +1,5 @@ --- title: Contact -layout: default use: [posts] honeypot_field: Qr4W7oB25C --- diff --git a/source/dev.md b/source/_pages/dev.md similarity index 98% rename from source/dev.md rename to source/_pages/dev.md index 65206977f..fa138e07a 100644 --- a/source/dev.md +++ b/source/_pages/dev.md @@ -1,5 +1,4 @@ --- -layout: page title: Developing this Website (WIP) --- This site is built with [Sculpin][], a static site generator written in PHP, that generates a static HTML website from Markdown files and Twig templates. You can see the [source code on GitHub]. diff --git a/source/experience.html.twig b/source/_pages/experience.html.twig similarity index 99% rename from source/experience.html.twig rename to source/_pages/experience.html.twig index 9bfc4ba77..97e923e72 100644 --- a/source/experience.html.twig +++ b/source/_pages/experience.html.twig @@ -1,5 +1,4 @@ --- -layout: default title: Experience use: [posts] experiences: diff --git a/source/opensource.html.twig b/source/_pages/opensource.html.twig similarity index 99% rename from source/opensource.html.twig rename to source/_pages/opensource.html.twig index 24fe0754d..7afb71eb6 100644 --- a/source/opensource.html.twig +++ b/source/_pages/opensource.html.twig @@ -1,5 +1,4 @@ --- -layout: default title: Open Source projects: drupal: diff --git a/source/podcasts.html.twig b/source/_pages/podcasts.html.twig similarity index 99% rename from source/podcasts.html.twig rename to source/_pages/podcasts.html.twig index 040a74603..ae466ec0c 100644 --- a/source/podcasts.html.twig +++ b/source/_pages/podcasts.html.twig @@ -1,5 +1,4 @@ --- -layout: default title: Podcasts podcasts: howtocodewell: diff --git a/source/projects.html.twig b/source/_pages/projects.html.twig similarity index 99% rename from source/projects.html.twig rename to source/_pages/projects.html.twig index 2812fae7a..ede55774a 100644 --- a/source/projects.html.twig +++ b/source/_pages/projects.html.twig @@ -1,5 +1,4 @@ --- -layout: default title: Projects projects: - title: Rebuilding Acquia diff --git a/source/speaker-info.md b/source/_pages/speaker-info.md similarity index 98% rename from source/speaker-info.md rename to source/_pages/speaker-info.md index 66fcdd991..26f44b870 100644 --- a/source/speaker-info.md +++ b/source/_pages/speaker-info.md @@ -1,5 +1,4 @@ --- -layout: default ---
# Speaker Info diff --git a/source/stream.md b/source/_pages/stream.md similarity index 98% rename from source/stream.md rename to source/_pages/stream.md index 358264ad2..04ab64c86 100644 --- a/source/stream.md +++ b/source/_pages/stream.md @@ -1,5 +1,4 @@ --- -layout: page title: Live Streaming --- I like try and do some live coding when I can, whether I’m working on a side project, my own website or some open source code. You can find my [stream link on YouTube][0], or view some previous streams below: diff --git a/source/talks.html.twig b/source/_pages/talks.html.twig similarity index 98% rename from source/talks.html.twig rename to source/_pages/talks.html.twig index bd27453a9..fac014d53 100644 --- a/source/talks.html.twig +++ b/source/_pages/talks.html.twig @@ -1,5 +1,4 @@ --- -layout: default title: Talks meta: description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups' diff --git a/source/terms.md b/source/_pages/terms.md similarity index 81% rename from source/terms.md rename to source/_pages/terms.md index 6296c3bb0..39e5271d2 100644 --- a/source/terms.md +++ b/source/_pages/terms.md @@ -1,5 +1,4 @@ --- -layout: default title: Development Terms use: [posts] --- diff --git a/source/test-driven-drupal.md b/source/_pages/test-driven-drupal.md similarity index 99% rename from source/test-driven-drupal.md rename to source/_pages/test-driven-drupal.md index 0a5a47c59..1cdd43673 100644 --- a/source/test-driven-drupal.md +++ b/source/_pages/test-driven-drupal.md @@ -1,5 +1,4 @@ --- -layout: default title: 'Test Driven Drupal: The Book' mailchimp_url: 'https://oliverdavi.us18.list-manage.com/subscribe/post?u=b4ac8dd177796d37b93f9c285&id=033c84e0d5' contact_email: 'oliver@testdrivendrupal.com' diff --git a/source/testimonials.html.twig b/source/_pages/testimonials.html.twig similarity index 99% rename from source/testimonials.html.twig rename to source/_pages/testimonials.html.twig index ddb978a44..1fbb553ae 100644 --- a/source/testimonials.html.twig +++ b/source/_pages/testimonials.html.twig @@ -1,5 +1,4 @@ --- -layout: default title: Testimonials use: [posts] testimonials: