Exemple #1
0
        protected void Application_Start()
        {
            const string pagesDirectory = "~/Pages";

            MarkdownPages.Start(new MarkdownPagesOptions {
                MarkdownExtensions = new[] { ".md" }
            });
            RepositoryProvider.Start(new WebDirectoryRepository(Server.MapPath(pagesDirectory)));
        }
Exemple #2
0
 protected void Application_Start()
 {
     MarkdownPages.Start();
 }