diff --git a/_config.yml b/_config.yml index 72aa613..590aba0 100644 --- a/_config.yml +++ b/_config.yml @@ -21,6 +21,9 @@ redcarpet: collections: projects: output: true + pages: + permalink: /:title/ + output: true exclude: - README.md diff --git a/_drafts/about.md b/_drafts/_pages/about.md similarity index 100% rename from _drafts/about.md rename to _drafts/_pages/about.md diff --git a/_drafts/index.md b/_drafts/_pages/index.md similarity index 99% rename from _drafts/index.md rename to _drafts/_pages/index.md index e3d2f21..762ec79 100644 --- a/_drafts/index.md +++ b/_drafts/_pages/index.md @@ -2,6 +2,7 @@ layout: page title: Welcome to my Theme description: The home page for the Doctored blog theme. +permalink: / --- a couple of _the_ most common questionsThese are also some of the most common questions that journalists have! you might have. diff --git a/_drafts/now.md b/_drafts/_pages/now.md similarity index 100% rename from _drafts/now.md rename to _drafts/_pages/now.md diff --git a/404.html b/_pages/404.html similarity index 100% rename from 404.html rename to _pages/404.html diff --git a/about.md b/_pages/about.md similarity index 100% rename from about.md rename to _pages/about.md diff --git a/blog.html b/_pages/blog.html similarity index 100% rename from blog.html rename to _pages/blog.html diff --git a/index.md b/_pages/index.md similarity index 99% rename from index.md rename to _pages/index.md index 7840cd5..be88062 100644 --- a/index.md +++ b/_pages/index.md @@ -2,6 +2,7 @@ layout: page title: Welcome to my Theme description: The home page for the Doctored blog theme. +permalink: / --- diff --git a/now.md b/_pages/now.md similarity index 100% rename from now.md rename to _pages/now.md diff --git a/projects.html b/_pages/projects.html similarity index 100% rename from projects.html rename to _pages/projects.html