Skip to content

Commit

Permalink
Merge pull request #116 from derangeddk/sitemap
Browse files Browse the repository at this point in the history
Updated sitemap
  • Loading branch information
maceq687 authored Sep 30, 2024
2 parents b669203 + 0800ebd commit 4329c7a
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 18 deletions.
1 change: 1 addition & 0 deletions cases/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: 'Cases ____ deranged'
sitemap_include: 'yes'
---
{% include overlay_nav.html %}

Expand Down
1 change: 1 addition & 0 deletions explainers/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: explainers
sitemap_include: 'yes'
---
<h1>
Avoid common mistakes<br>
Expand Down
1 change: 1 addition & 0 deletions explainers/small-deliveries.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
permalink: explainers/small-deliveries
layout: explainers
sitemap_include: 'yes'
---
<style>
.graph-container {
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Let's start building your software ➟ deranged
sitemap_include: 'yes'
---
{% include overlay_nav.html %}

Expand Down
1 change: 1 addition & 0 deletions privacy/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: 'privacy policy / deranged'
sitemap_include: 'yes'
---
{% include header2.html %}
<style scoped>
Expand Down
1 change: 1 addition & 0 deletions revops/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- sales-advice
- pipedrive
- hubspot
sitemap_include: 'yes'
---

{% include overlay_nav.html %}
Expand Down
34 changes: 16 additions & 18 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
>
<url>
<loc>https://deranged.dk/</loc>
</url>
<url>
<loc>https://deranged.dk/the-team/</loc>
</url>
<url>
<loc>https://deranged.dk/cases/</loc>
</url>
<url>
<loc>https://deranged.dk/privacy/</loc>
</url>
<url>
<loc>https://deranged.dk/explainers/</loc>
</url>
<url>
<loc>https://deranged.dk/explainers/small-deliveries</loc>
</url>
{% for page in site.pages %}
{% if page.sitemap_include == "yes" %}
<url>
<loc>https://deranged.dk{{ page.url | replace: "/index.html", "/" }}</loc>
</url>
{% endif %}
{% endfor %}
{% for service in site.services %}
<url>
<loc>https://deranged.dk{{ service.url }}</loc>
</url>
{% endfor %}
</urlset>
1 change: 1 addition & 0 deletions the-team/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: 'the Team ↳↷↷ deranged'
sitemap_include: 'yes'
---
{% include overlay_nav.html %}

Expand Down

0 comments on commit 4329c7a

Please sign in to comment.