Skip to content

Commit

Permalink
Merge pull request #640 from gethinode/develop
Browse files Browse the repository at this point in the history
Add option to exclude pages from search index
  • Loading branch information
markdumay authored Nov 23, 2023
2 parents ad43007 + ed23903 commit c8818d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions exampleSite/content/en/blog/fourth-post.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
author: Mark Dumay
title: Fourth post
title: Fourth post (excluded from search)
date: 2023-01-01
description: This is my fourth blog post.
description: This is my fourth blog post. It is excluded from the search index.
tags: ["blog"]
searchExclude: true
thumbnail:
url: img/flowers.jpg
author: Arvee Marie
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gethinode/hinode",
"version": "0.21.7",
"version": "0.21.8",
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
"keywords": [
"hugo",
Expand Down

0 comments on commit c8818d1

Please sign in to comment.