Skip to content

Commit

Permalink
Merge pull request #11 from pixincreate/add-sitemap
Browse files Browse the repository at this point in the history
feat(sitemap): Add sitemap for SEO optimization [#11]
  • Loading branch information
pixincreate authored Oct 24, 2023
2 parents 14e017a + bacbc91 commit 62bc708
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ logoText = ["pixincreate.", "PiX.", "Pavan.", "Pa1NarK."]
logoHomeLink = "/"
logoCursorDisabled = true

[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 1

[menu]
[[menu.main]]
identifier = "about"
Expand Down
3 changes: 3 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
+++
title = 'About'
[sitemap]
changefreq = 'monthly'
priority = 0.8
date = 2023-10-19T22:48:55+05:30
draft = false
+++
Expand Down
3 changes: 3 additions & 0 deletions content/contact.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
+++
title = 'Contact'
[sitemap]
changefreq = 'monthly'
priority = 0.8
date = 2023-10-20T00:45:35+05:30
draft = false
+++
Expand Down
3 changes: 3 additions & 0 deletions content/posts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
+++
title = 'Posts'
[sitemap]
changefreq = 'weekly'
priority = 0.8
date = 2023-10-21T22:18:56+05:30
draft = true
+++
Expand Down
3 changes: 3 additions & 0 deletions content/privacy-policy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
+++
title = 'Privacy Policy'
[sitemap]
changefreq = 'monthly'
priority = 0.8
date = 2023-10-22T16:15:29+05:30
draft = false
+++
Expand Down
3 changes: 3 additions & 0 deletions content/terms-of-service.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
+++
title = 'Terms of Service'
[sitemap]
changefreq = 'monthly'
priority = 0.8
date = 2023-10-22T16:15:42+05:30
draft = false
+++
Expand Down
3 changes: 3 additions & 0 deletions content/work.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
+++
title = 'Work'
[sitemap]
changefreq = 'monthly'
priority = 0.8
date = 2023-10-19T23:36:28+05:30
draft = false
+++
Expand Down
3 changes: 3 additions & 0 deletions content/youtube.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
+++
title = 'Youtube'
[sitemap]
changefreq = 'monthly'
priority = 0.8
date = 2023-10-21T22:19:18+05:30
draft = false
+++
Expand Down

0 comments on commit 62bc708

Please sign in to comment.