Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 4 column 9
---
layout: post
title: Post with a code block
published: 2020-03-19
author: @recumbent
---
This is the last sample post, this time with code so we can show highlighting
#r "../_lib/Fornax.Core.dll"
open System.IO
let generate (ctx : SiteContents) (projectRoot: string) (page: string) =
let inputPath = Path.Combine(projectRoot, page)
File.ReadAllText inputPath
And we're all done!