Skip to content

Commit ca2fc38

Browse files
committed
Add sitemap and exclude some endpoints
1 parent 5c02db1 commit ca2fc38

8 files changed

+10
-0
lines changed

_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jekyll-archives:
6666
enabled:
6767
- categories
6868

69+
plugins:
70+
- jekyll-sitemap
71+
6972
exclude:
7073
- Gemfile
7174
- Gemfile.lock

about.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Our team
33
description: We've built an amazing team of developers, marketers, designers and sales people.
4+
sitemap: false
45
---
56
<p class="editor-link" style="text-align: center;"><a href="cloudcannon:collections/_staff_members/" class="btn"><strong>&#9998;</strong> Manage Staff members</a></p>
67
<ul class="staff">

blog/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Blog
33
description: Keep up with the latest news.
4+
sitemap: false
45
---
56

67
<div class="text-container">

contact-success.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Contact Success
3+
sitemap: false
34
---
45

56
<h2>Success</h2>

contact.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Contact
33
heading: Get in touch today
44
description: We'd love to help you improve your sales.
5+
sitemap: false
56

67
map:
78
latitude: -45.8787605

imprint.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Impressum
33
layout: page
4+
sitemap: false
45
---
56
### Informationspflicht laut § 5 E-Commerce-Gesetz und Offenlegungspflicht laut § 25 Mediengesetz
67

pricing.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Pricing
33
heading: Find the perfect plan for your business
44
description: All plans include our award winning sales optimization solution to track your sales in real time.
5+
sitemap: false
56
pricing_table:
67
- name: Basic
78
color: "#8e8e8e"

privacy.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Datenschutzerklärung
33
layout: page
4+
sitemap: false
45
---
56
### Datenschutz
67

0 commit comments

Comments
 (0)