added sitemap generation#19
Open
maplesteve wants to merge 4 commits intomarcoarment:masterfrom
maplesteve:master
Open
added sitemap generation#19maplesteve wants to merge 4 commits intomarcoarment:masterfrom maplesteve:master
maplesteve wants to merge 4 commits intomarcoarment:masterfrom
maplesteve:master
Conversation
- sitemap is only generated, if changes_were_written in Updater or if sitemap doesn't exist fixes #294
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Marco!
I added the generation of a sitemap. It's written, when there's no sitemap file in htdocs or when a post or page was written. This relies on the files in the cache dir - hope I interpreted these files correctly.
Best regards,
Stephan.
P.S.: Sorry for the three commits instead of one, but I struggled a bit to bundle my changes into your master base; my code base deviated over time a lot from the base version...