-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically generate sitemap.xml after building HTMLs #89
Conversation
Do you have a sample GH Pages instance to test this? |
Not yet, gonna create it now |
0be47df
to
732defa
Compare
@rht just made one at https://refeed.github.io/zarchive-refeed/ the sitemap is in https://refeed.github.io/zarchive-refeed/sitemap.xml |
The sitemap.xml and the .gz looks good. The remaining thing is to add fullstop at the end of your commit messages. |
After this PR, it would be a good idea to test the sitemap.xml content when the number of URLS are > 15k. |
732defa
to
073355f
Compare
LGTM |
Is there any progress on this? This feature would be very useful. |
Merged, thanks @refeed! Perhaps you can add documentation of this feature in a follow-up PR? |
Sure, will do this weekend! |
Just opened a PR for the docs at #92 |
This was a typo introduced in zulip#89
@@ -32,8 +32,7 @@ python3 get-pip.py | |||
pip install virtualenv | |||
virtualenv -p python3 . | |||
source bin/activate | |||
pip3 install zulip==0.6.3 | |||
pip3 install pyyaml==5.2 | |||
pip3 install install -r requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
install
is here twice: #96
This was a typo introduced in #89.
Closes #70