mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-26 05:02:37 +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
|
- jekyll-sitemap
|
||||||
sitemap:
|
sitemap:
|
||||||
file: "/sitemap.xml"
|
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]
|
include: [PGP, PHP, keybase.txt, robots.txt]
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
|
sitemap: false
|
||||||
---
|
---
|
||||||
|
|
||||||
Page or file that you tried to reach doesn't appear to exist. Try checking
|
Page or file that you tried to reach doesn't appear to exist. Try checking
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
permalink: /bot.html
|
permalink: /bot.html
|
||||||
|
sitemap: false
|
||||||
---
|
---
|
||||||
|
|
||||||
*Please read also [rules of my channels.](https://mikaela.info/channel.html)*
|
*Please read also [rules of my channels.](https://mikaela.info/channel.html)*
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
permalink: /channel.html
|
permalink: /channel.html
|
||||||
|
sitemap: false
|
||||||
---
|
---
|
||||||
|
|
||||||
Rules of my IRC channels that may or may not exist with multiple names
|
Rules of my IRC channels that may or may not exist with multiple names
|
||||||
|
Loading…
Reference in New Issue
Block a user