mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-25 20:52:34 +01:00
fix sitemap exclusions
PROTIP: Read the documentation for correct plugin and the documentation might be a little more accurate.
This commit is contained in:
parent
4a83c6c678
commit
23aac36722
@ -26,10 +26,4 @@ gems:
|
||||
- jekyll-sitemap
|
||||
sitemap:
|
||||
file: "/sitemap.xml"
|
||||
exclude:
|
||||
# Even if you can see the existence of these pages here, I don't
|
||||
# wish to get search engine attention to them.
|
||||
- "/404.html"
|
||||
- "/bot.html"
|
||||
- "/channel.html"
|
||||
include: [PGP, PHP, keybase.txt, robots.txt]
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /404.html
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
Page or file that you tried to reach doesn't appear to exist. Try checking
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /bot.html
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
*Please read also [rules of my channels.](https://mikaela.info/channel.html)*
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /channel.html
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
Rules of my IRC channels that may or may not exist with multiple names
|
||||
|
Loading…
Reference in New Issue
Block a user