Skip to content
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

Add site.feed.updated = latest_post setting #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 19, 2022

  1. Add site.feed.updated = latest_post setting

    Primary uses cases:
    
    1. Reduce deployment churn in repositories that hold a docsite in
       addition to source code. These repositories currently regenerate
       and find "changed" files to deploy on every commit, even when
       nothing in the Jekyll site was changed. The only artefact changing
       each time is `feed.xml`.
    
       For example: https://github.com/qunitjs/qunit/commits/gh-pages
    
    2. Improve reproducibility of the build, as highlighted via
       jekyll/jekyll#7187. By offering a choice
       that simply eliminates use of current time entirely, we do not
       even have to worry about mocking it.
    Krinkle committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    20a6c91 View commit details
    Browse the repository at this point in the history