From e6cad7f18bc216c867d4e1f069db41b93c0b75af Mon Sep 17 00:00:00 2001 From: John Toniutti Date: Mon, 26 Feb 2024 20:18:17 +0100 Subject: [PATCH] Remove projects --- README.md | 1 - _config.yml | 10 +--------- _includes/header.html | 1 - _layouts/projects.html | 7 ------- projects.md | 4 ---- 5 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 _layouts/projects.html delete mode 100644 projects.md diff --git a/README.md b/README.md index 83148c2..beee6fb 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ Create at the root of your Jekyll site the following pages (like in this repo): - `privacy.md`, which will be the Privacy Policy page and set the permalink to `/privacy` - `terms.md`, which will be the Terms of Service page and set the permalink to `/terms` - `feed.md`, which will be Posts page and set the permalink to `/feed`. -- `projects.md`, which will be the Projects page and set the permalink to `/projects` Also create the file `404.html` with the following content: diff --git a/_config.yml b/_config.yml index 1e5bad2..5a98d64 100644 --- a/_config.yml +++ b/_config.yml @@ -17,13 +17,6 @@ defaults: image: "/assets/images/default.webp" seo: type: BlogPosting - - scope: - type: "projects" - values: - layout: "project" - image: "/assets/images/default.webp" - seo: - type: CreativeWork sitemap: true @@ -38,8 +31,7 @@ sass: style: compressed sass_dir: _sass - -cloudflare: "bb92f520037c4286aea634050df09d74" +#cloudflare: "bb92f520037c4286aea634050df09d74" # Project folder collections: diff --git a/_includes/header.html b/_includes/header.html index 3d9ce30..54a46b5 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -8,7 +8,6 @@ diff --git a/_layouts/projects.html b/_layouts/projects.html deleted file mode 100644 index 6cf7a4c..0000000 --- a/_layouts/projects.html +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: base ---- - -
- -
\ No newline at end of file diff --git a/projects.md b/projects.md deleted file mode 100644 index 57445df..0000000 --- a/projects.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: projects -title: Projects ---- \ No newline at end of file