BryanWilhite / Blog

My source files for my technical Blog entries—an 11ty-based fire hose 🚒 for a static web site
http://songhayblog.azurewebsites.net/
3 stars 0 forks source link

direct 11ty output to `day-path` repo #16

Closed BryanWilhite closed 4 years ago

BryanWilhite commented 4 years ago

verify that this is working: image

BryanWilhite commented 4 years ago

Unexpected token > in JSON error: image

it appears to be coming from this: image

image

BryanWilhite commented 4 years ago

seeing its importance (again), i have added ShouldValidateFrontMatter and the errors are clear:

validating 2015-05-24-fayde-inspired-by-silverlight-xaml-engine-using-javascript-and-rendering-to-the-html5-canvas-and-other-tweeted-links.md...
validating 2015-05-28-10-awesome-features-of-visual-studio-code-and-other-tweeted-links.md...
validating 2015-06-02-azure-powershell-101-managing-azure-storage-from-the-command-line-shanselman-and-other-tweeted-links.md...
validating 2015-06-05-powershell-so-far.md...
validating 2015-06-06-looking-forward-microsoft-support-for-secure-shell-ssh-and-other-tweeted-links.md...</StdOut>
        <ErrorInfo>
          <Message>Newtonsoft.Json.JsonReaderException : After parsing a value an unexpected character was encountered: \. Path 'tag', line 15, position 274.</Message>
          <StackTrace>   at Newtonsoft.Json.JsonTextReader.ParsePostValue(Boolean ignoreComments)&#xD;
   at Newtonsoft.Json.JsonTextReader.Read()&#xD;
   at Newtonsoft.Json.Linq.JContainer.ReadContentFrom(JsonReader r, JsonLoadSettings settings)&#xD;
   at Newtonsoft.Json.Linq.JContainer.ReadTokenFrom(JsonReader reader, JsonLoadSettings options)&#xD;
   at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)&#xD;
   at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)&#xD;
   at Songhay.Publications.Extensions.MarkdownEntryExtensions.ToMarkdownEntry(FileInfo entry)&#xD;
   at Songhay.Publications.Tests.MarkdownEntryTests.ValidateFrontMatter(FileInfo entry) in ...\Blog\shell\Songhay.Publications.Tests\MarkdownEntryTests.cs:line 104&#xD;
   at Songhay.Publications.Tests.MarkdownEntryTests.&lt;ShouldValidateFrontMatter&gt;b__6_0(FileInfo i) in ...\Blog\shell\Songhay.Publications.Tests\MarkdownEntryTests.cs:line 173&#xD;
   at Songhay.Extensions.IEnumerableOfTExtensions.ForEachInEnumerable[TEnumerable](IEnumerable`1 enumerable, Action`1 action)&#xD;
   at Songhay.Publications.Tests.MarkdownEntryTests.ShouldValidateFrontMatter(String entryRoot, String filter) in ...\Blog\shell\Songhay.Publications.Tests\MarkdownEntryTests.cs:line 168</StackTrace>
BryanWilhite commented 4 years ago

looks 👀 like index.min.js is not coming across