ionide / Fornax

Scriptable static site generator using type safe F# DSL to define page templates.
MIT License
241 stars 44 forks source link

Misc fixes #80

Closed laenas closed 3 years ago

laenas commented 3 years ago

These are just a pair of minor things I came across while working on #78 and #79

  1. Just a minor typo in the samples
  2. A slight improvement to error reporting consistency when config.fsx can't be loaded. Presently we get the generic error message that something went wrong - but the Error case we're discarding on :461 actually carries valuable information generated on :282
baronfel commented 3 years ago

This also seems good, thanks 👍

laenas commented 3 years ago

Mental note: Don't rebase before coffee :P