-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSiteConfig.wl
More file actions
34 lines (33 loc) · 1.18 KB
/
SiteConfig.wl
File metadata and controls
34 lines (33 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
(* ::Package:: *)
(* Created with the Wolfram Language : www.wolfram.com *)
{
"SiteName"->"WLSites",
(*"SiteCreator"\[Rule]...,*)
"BootstrapTheme"->"mma",
(*"IncludeSidebar"->True,*)
(*"SiteLogo"\[Rule]"site-logo.png",*)
(*"BannerImage"->"banner.png",*)
(*"BannerHeight"\[Rule]Scaled[.2],*)
(*"PrettyPrint"->True,*)(* use prettify.js as a code highlighter *)
(*"CodeLanguage"->"mma",*)(* use the given language in prettify *)
(*"PatchFonts"->True,*)(* use Mathematica fonts for special symbols*)
(*"SplitInOut"->True,*)(* split in and out code *)
(*"AttachIDs"->True,*)(* add IDs to nodes based on type *)
(*"EnableSearch"->True,*)(* use tipue search *)
(*"GoogleAnalytics"->"UA-000000000-0",*)(* link to Google analytics *)
(*"DisqusSiteName"->"..."*)(* use the given Disqus site for comments *)
"DeployOptions"->
{
(*CloudConnect->"DeploymentsAccount"*)(* connect before deployment*)
},
"BuildOptions"->
{
"GenerateContent"->False,
"GenerateAggregations"->False,
"GenerateIndex"->True
(*"SearchPageOptions"->
{
"Options"->{"WholeWords"->False}
}*)(* options for tipue search *)
}
}