Skip to content
  • Erik Huelsmann's avatar
    Introduce option to declare dependencies between content files · ae09ef38
    Erik Huelsmann authored
    Note that we need to be able to declare a dependency on news.md from index.html,
    because we want to delay processing of index.html until news.md has been processed
    as we no longer want to process news twice.
    This commit is a step towards moving the generation of 'newsbox.html' into a
    post-processing step.
    ae09ef38