diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index 4c5e48c1..1f5b2564 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 9ad59c73..a746ea29 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 ac49a143..54e72b5a 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 273c503d..78bb5596 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 d46f89b7..fabd16fb 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 0b6ff15d..8d759b82 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 65206977..fa138e07 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 9bfc4ba7..97e923e7 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 24fe0754..7afb71eb 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 040a7460..ae466ec0 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 2812fae7..ede55774 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 66fcdd99..26f44b87 100644 --- a/source/speaker-info.md +++ b/source/_pages/speaker-info.md @@ -1,5 +1,4 @@ --- -layout: default ---