BlogKeys.

IndexTemplate Field

Summary

Specifies the path of the template file that lists your blog posts (which is also typically used as the home page by default). By default this setting is "_Index.cshtml". The file path will be used to read the index template. If you change it, you are responsible for providing this file in your input path (for example, by copying the "_Index.cshtml" from a theme to the specified file name in your input folder).
Assembly
Wyam.Blog.dll
Namespace
Wyam.Blog
Containing Type
BlogKeys

Syntax

public const string IndexTemplate

Constant Value

Value Type
IndexTemplate String
GitHub