You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
Meta("Post", @doc.Content), // Move the markdown content to metadata
Merge(
ReadFiles("help/template.cshtml") // Help template
),
Razor(),
Meta("PostFile", string.Format(@"help\{0}.html", ((string)@doc["MachineName"]).ToLower().Replace(' ', '-'))), // Use the post title as the filename and save it in metadata so we can use it in links later
WriteFiles((string)@doc["PostFile"]) // Write the post file