diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 284dc9be..6f45a14c 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -1,2 +1,3 @@ title: Oliver Davies subtitle: Drupal & Linux Specialist +url: http://localhost:8000 \ No newline at end of file diff --git a/source/sitemap.xml b/source/sitemap.xml index 89b98e45..5b5a6f80 100644 --- a/source/sitemap.xml +++ b/source/sitemap.xml @@ -11,6 +11,24 @@ use: daily 0.8 + + {% set pages = { 0: 'accessibility', 1: 'blog', 2: 'company-information', 3: 'contact', 4: 'services', 5: 'talks', 6: 'work' } %} + {% for page in pages %} + + {{ site.url }}/{{ page }} + {{ site.calculated_date | date('Y-m-d') }} + monthly + 0.6 + + {% endfor %} + + + {{ site.url }}/blog + {{ site.calculated_date | date('Y-m-d') }} + monthly + 0.8 + + {% for post in data.posts %} {{ site.url }}{{ post.url }}