This website requires JavaScript.
Explore
Help
Sign In
cdransf
/
coryd.dev-eleventy
Archived
Watch
1
Star
0
Fork
You've already forked coryd.dev-eleventy
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2025-03-28
. You can view files and clone it, but cannot push or open issues or pull requests.
39d3f43a25
coryd.dev-eleventy
/
src
/
pages
/
sitemap.md
Cory Dransfeldt
5295a6eacc
chore: cleanup and refactor
2023-12-11 11:00:39 -08:00
362 B
Raw
Blame
History
permalink
eleventyExcludeFromCollections
/sitemap.xml
true
{% for page in collections.all %} {{ meta.url }}{{ page.url | url }} {{ page.date }} {{page.data.changeFreq}} {% endfor %}