-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathconfig.wyam
More file actions
18 lines (13 loc) · 694 Bytes
/
config.wyam
File metadata and controls
18 lines (13 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#recipe Docs
// Customize your settings and add new ones here
System.Globalization.CultureInfo.DefaultThreadCurrentCulture = System.Globalization.CultureInfo.CreateSpecificCulture("en-US");
Settings[Keys.Host] = "mahapps.com";
Settings[Keys.LinksUseHttps] = true;
Settings[Keys.UseCache] = true;
Settings[DocsKeys.Title] = "MahApps.Metro";
Settings[DocsKeys.Logo] = "./assets/img/mahapps.metro.logo.png";
Settings[DocsKeys.BaseEditUrl] = "https://github.com/MahApps/mahapps.com/tree/master/input/";
Settings[DocsKeys.ValidateRelativeLinks] = false;
Settings[DocsKeys.ValidateAbsoluteLinks] = false;
Settings[DocsKeys.ValidateLinksAsError] = false;
// Add any pipeline customizations here