forked from reactiveui/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.wyam
14 lines (14 loc) · 857 Bytes
/
config.wyam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Settings[Keys.Host] = "reactiveui.net";
Settings[DocsKeys.Title] = "ReactiveUI";
Settings[DocsKeys.Logo] = "/assets/img/logo.png";
Settings[DocsKeys.BlogPageSize] = 12;
Settings[DocsKeys.SourceFiles] = "../dependencies/reactiveui/src/**/{!bin,!obj,!packages,!*.Tests,}/**/*.cs";
Settings[DocsKeys.BaseEditUrl] = "https://github.com/reactiveui/website/blob/master/input/";
Settings["BaseCreateIssueUrl"] = "https://github.com/reactiveui/website/issues/new?title=Issue%20with%20";
Settings[DocsKeys.IncludeDateInPostPath] = true;
Settings[DocsKeys.BlogAtomPath] = "blog/feed/atom/index.xml";
Settings[DocsKeys.BlogRssPath] = "blog/feed/rss/index.xml";
Settings[DocsKeys.NetlifyRedirects] = "true";
Settings[DocsKeys.CaseInsensitiveAuthors] = "true";
Settings[DocsKeys.AutoLinkTypes] = "false";
Settings["BaseSiteSearchUrl"] = "https://www.google.com/search";