getgrav / grav-plugin-sitemap

Grav Sitemap Plugin
https://getgrav.org
MIT License
42 stars 42 forks source link

Better look & different structure (sitemaps for taxonomys) #23

Closed danielpetrica closed 8 years ago

danielpetrica commented 8 years ago

Is there any way to change the look of the sitemap? output on new line will be enough(resolved adding .xml at end /sitemap.xml)

rhukster commented 8 years ago

The sitemap basically just outputs the same way as the menu would.. By that I mean it just recreates the structure of the page folders. It outputs as XHTML, but you can override the output potentially by copying the sitemap.xml.twig from the plugin's templates/ folder into your theme's templates/ folder and modifying it.