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

Issue 2378 lang level feed config #2400

Open
wants to merge 10 commits into
base: next
Choose a base branch
from

Commits on Jun 24, 2024

  1. Next version

    Keats committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    67c2fe0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix YAML date parsing (getzola#2549)

    * Refine YAML date regex
    
    This commit does a few changes:
    
    - Introduce a new regex
      - it is a bit off-spec (it allows one-digit months and days in date-only mode)
      - uses named groups
      - avoids group duplication
    - parses offset once
    
    Fixes getzola#2538
    
    * Fix nanosecond parsing
    
    * Rename variables for brewity
    
    * Add tests
    kytta committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    211db9f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    4c5cc53 View commit details
    Browse the repository at this point in the history
  2. Ignore Helix temp files

    Keats committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ede9423 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. initial code changes to check language options for feed_filename and …

    …generate feed for default language
    SumDonkuS committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a61e528 View commit details
    Browse the repository at this point in the history
  2. revert unneeded modifications for handling the generate feed logic fo…

    …r default and other languages.
    SumDonkuS committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    096a72f View commit details
    Browse the repository at this point in the history
  3. Remove debugging print. Add test for generate_feeds defined in both g…

    …lobal and default language block. Currently set to prefer the language level config.
    SumDonkuS committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    441df7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71da1d5 View commit details
    Browse the repository at this point in the history
  5. Fix comment

    SumDonkuS committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e68ec21 View commit details
    Browse the repository at this point in the history
  6. formatting fixes

    SumDonkuS committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a0d573a View commit details
    Browse the repository at this point in the history