From effdc042c03759b41de28bb935cb45a6ef64888a Mon Sep 17 00:00:00 2001 From: joshpinto6 <91392083+joshpinto6@users.noreply.github.com> Date: Sat, 28 Jun 2025 14:01:49 +0000 Subject: [PATCH] :truck: Rearrange page locations --- _config.yml | 3 +++ _drafts/{ => _pages}/about.md | 0 _drafts/{ => _pages}/index.md | 1 + _drafts/{ => _pages}/now.md | 0 404.html => _pages/404.html | 0 about.md => _pages/about.md | 0 blog.html => _pages/blog.html | 0 index.md => _pages/index.md | 1 + now.md => _pages/now.md | 0 projects.html => _pages/projects.html | 0 10 files changed, 5 insertions(+) rename _drafts/{ => _pages}/about.md (100%) rename _drafts/{ => _pages}/index.md (99%) rename _drafts/{ => _pages}/now.md (100%) rename 404.html => _pages/404.html (100%) rename about.md => _pages/about.md (100%) rename blog.html => _pages/blog.html (100%) rename index.md => _pages/index.md (99%) rename now.md => _pages/now.md (100%) rename projects.html => _pages/projects.html (100%) 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 -- 2.51.2