Skip to content

Commit

Permalink
Improve routes for better SEO and create sitemap.
Browse files Browse the repository at this point in the history
  • Loading branch information
feitosa-daniel committed Jan 20, 2024
1 parent 4c74e08 commit 07c68ad
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ collections:
output: false
projects:
output: true
permalink: "/research-project/:path/"
permalink: "/research/projects/:path/"
sprojects:
output: true
permalink: /student-project/:path/
permalink: /education/student-projects/:path/
events:
output: true
permalink: /events/:path/
Expand Down Expand Up @@ -68,10 +68,15 @@ defaults:
type: "team"
values:
image: "/assets/grahics/search-avatar.svg"
- scope:
path: "google91af919a735a897d.html"
values:
sitemap: false

plugins:
- jekyll-environment-variables
- jekyll-seo-tag
- jekyll-sitemap

include:
- _pages
Expand Down

0 comments on commit 07c68ad

Please sign in to comment.