File tree 5 files changed +1308
-984
lines changed
5 files changed +1308
-984
lines changed Original file line number Diff line number Diff line change 33
33
<link rel =" apple-touch-icon" sizes =" 180x180" href =" @baseUrl/apple-touch-icon-180x180.png" />
34
34
<link rel =" manifest" href =" @baseUrl/site.webmanifest" >
35
35
@* CSS and JS *@
36
- <link rel =" preconnect" href =" https://fonts.googleapis.com" >
37
- <link rel =" preconnect" href =" https://fonts.gstatic.com" crossorigin >
38
- <link href =" https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel =" stylesheet" >
39
36
<link rel =" stylesheet" href =' @Context.GetLink("/assets/css/boxstarter.min.purged.css")' >
40
37
<script type =" text/javascript" src =' @Context.GetLink("/assets/js/theme-toggle.min.js")' ></script >
41
38
<title >@title </title >
309
306
<button type =" button" class =" btn btn-bg-body d-md-none" data-bs-dismiss =" alert" aria-label =" Close" >I accept</button >
310
307
</div >
311
308
</footer >
309
+ <script type =" text/javascript" src =' @Context.GetLink("/assets/js/bootstrap.bundle.min.js")' ></script >
312
310
<script type =" text/javascript" src =' @Context.GetLink("/assets/js/boxstarter.min.js")' ></script >
313
311
</body >
314
312
</html >
Original file line number Diff line number Diff line change 15
15
"choco-theme" : " yarn dlx --quiet ts-node --skipIgnore node_modules/choco-theme/build/choco-theme.ts --repository=boxstarter"
16
16
},
17
17
"devDependencies" : {
18
- "choco-theme" : " 0.7.0 "
18
+ "choco-theme" : " 0.8.1 "
19
19
}
20
20
}
Original file line number Diff line number Diff line change 7
7
try {
8
8
Push-Location $PSScriptRoot
9
9
dotnet tool restore
10
- dotnet cake -- port $Port
10
+ dotnet cake recipe.cake -- port $Port
11
11
} finally {
12
12
Pop-Location
13
13
}
Original file line number Diff line number Diff line change 18
18
19
19
Write-Host " Installing base line applications for Chocolatey docs..."
20
20
choco upgrade dotnet- 6.0 - sdk - y -- no- progress
21
- choco upgrade nodejs- lts - y -- no- progress
22
- choco upgrade yarn - y -- no- progress
21
+ choco upgrade nodejs- lts - y -- no- progress
You can’t perform that action at this time.
0 commit comments