Skip to content

Commit

Permalink
Don't index most posts (#13)
Browse files Browse the repository at this point in the history
Since this is a demo site, don't index posts outside kamimod/
  • Loading branch information
xuhdev authored Jun 3, 2024
1 parent 152e6bb commit 204547e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/posts/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 'Posts'
cascade:
- params:
robotsNoIndex: true
---
3 changes: 3 additions & 0 deletions content/posts/kamimod/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
title: KamiMod
summary: Contains posts related to `KamiMod`
description: Contains posts related to KamiMod
cascade:
- params:
robotsNoIndex: false
---

0 comments on commit 204547e

Please sign in to comment.