Skip to content

Commit

Permalink
Remove projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Feb 26, 2024
1 parent 7352071 commit e6cad7f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 22 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
10 changes: 1 addition & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -38,8 +31,7 @@ sass:
style: compressed
sass_dir: _sass


cloudflare: "bb92f520037c4286aea634050df09d74"
#cloudflare: "bb92f520037c4286aea634050df09d74"

# Project folder
collections:
Expand Down
1 change: 0 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<nav class="header-nav">
<a href="{{ '/feed' | relative_url }}">Posts</a>
<a href="{{ '/projects' | relative_url }}">Projects</a>
<a href="{{ '/about' | relative_url }}">About me</a>
</nav>
</div>
Expand Down
7 changes: 0 additions & 7 deletions _layouts/projects.html

This file was deleted.

4 changes: 0 additions & 4 deletions projects.md

This file was deleted.

0 comments on commit e6cad7f

Please sign in to comment.