Latest Blog Posts, Summary
First Post
By using @inherits BlogPost the page will be included in the list of posts and the feeds.
Second post
Without inheriting the type BlogPost the following is needed to make it appear as a blog post:
Summary and updates.
This summary is not shown on the post. Only in the feeds and the summary page.
Render Summary in the post
This summary, shown in feeds and summaries,
is also shown in the post when using <Summary Render>.
Markdown by default
This post was written in markdown by default thanks to SiteConfig.BuildConfig.Markdown.BlogPost = true.
<Markdown>
Markdown in <Summary> and <Update>
# The default can be overridden by Markdown="false" or Markdown="true".