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