qmd-lab / scheduled-docs

A Quarto Extension to schedule the publication of documents in websites and blogs.
MIT License
3 stars 0 forks source link

Feature/params in config yml #6

Closed andrewpbray closed 3 weeks ago

andrewpbray commented 4 weeks ago
  1. Instead of reading the extension parameters from run-scheduled-docs.ts, it reads it from an external config.yml file that is distributed with the extension.
  2. The default is now to store scheduled-docs yaml options in _schedule.yml instead of _quarto.yml. This is to separate the look of the website from the scheduling and to break what would be a very long file (for a complex website) into two smaller, specialized ones. If, at a later date, it'd be advantageous to made the _schedule.yml available as project-level metadata, that file can be added to _quarto.yml using metadata-files: _schedule.yml.

Fixes #2