Excluding empty pages from site map (#47)

* excluding empty pages from site map

* excluded a hidden article from sitemap
This commit is contained in:
trean
2022-05-25 13:49:46 +02:00
committed by GitHub
parent 4bd9ac1c30
commit ac81691e3b
32 changed files with 61 additions and 2 deletions
@@ -2,4 +2,5 @@
image: "content/images/logos/fastapi-logo.png"
origin_url: "https://fastapi.tiangolo.com/"
name: "FastAPI"
sitemapExclude: True
---
@@ -2,4 +2,5 @@
image: "content/images/logos/jina-logo.svg"
origin_url: "https://jina.ai/"
name: "Jina"
sitemapExclude: True
---
@@ -2,4 +2,5 @@
image: "content/images/logos/huggingface-logo.png"
origin_url: "https://huggingface.co"
name: "Hugging Face"
sitemapExclude: True
---
+1
View File
@@ -1,4 +1,5 @@
---
title: Upgrade your Neural Search <span>Stack</span>
subtitle: We can integrate with anything, these are some of the featured technologies
sitemapExclude: True
---
+1
View File
@@ -3,4 +3,5 @@ draft: true
image: "content/images/logos/allennlp_logo.png"
origin_url: "https://allennlp.org/"
name: "AllenNLP"
sitemapExclude: True
---