Skip to content

Commit

Permalink
Merge pull request #30 from openspaceaarhus/feat/Sitemap
Browse files Browse the repository at this point in the history
fix: added configuration to enable jekyll sitemap plugin
  • Loading branch information
blackthornedk authored Jul 2, 2024
2 parents 916a040 + 9fdee86 commit e32d874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
# syntax_highlighter: rouge


url: "" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://osaa.dk" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "/" # the subpath of your site, e.g. /blog
title: "Open Space Aarhus" # the name of your site, e.g. ACME Corp.
exclude: [gems, node_modules, vendor, .idea]
plugins:
- jekyll-paginate
- jekull-sitemap
sass:
load_paths:
- _sass
Expand Down

0 comments on commit e32d874

Please sign in to comment.