-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathnetlify.toml
41 lines (37 loc) · 2.67 KB
/
netlify.toml
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
35
36
37
38
39
40
41
[build]
# Directory with HTML files and assets generated by the build.
publish = "_site/"
# Default build command.
command = "npm run build"
# redirect from old blogger urls to new 11ty urls
redirects = [
{from="/p/presentations.html", to="/pages/presentations/"},
{from="/2015/08/SigningMacros.html", to="/posts/signed-macros/"},
{from="/2015/08/LinqToDataTables.html", to="/posts/linq-to-datatables/"},
{from="/2015/05/Excel-Repeat-Top-Row.html", to="/posts/excel-repeat-header/"},
{from="/2014/07/UsingPlunkerWithLESS.html", to="/posts/plunker-with-less/"},
{from="/2014/06/DesktopMobileToggle.html", to="/posts/desktop-mobile-toggle/"},
{from="/2014/06/DeselectRadioButton.html", to="/posts/deselect-radio-button/"},
{from="/2014/06/BootstrapPresentation.html", to="/posts/bootstrap-presentation/"},
{from="/2014/06/PivotDataTable.html", to="/posts/pivot-datatable/"},
{from="/2014/06/StepThroughCodeDemo.html", to="/posts/step-through-code-demo/"},
{from="/2014/05/RemoveItemsinForLoop.html", to="/posts/remove-items-in-collection/"},
{from="/2014/05/AspDotNetSharedProperties.html", to="/posts/global-properties-in-web-windows/"},
{from="/2014/05/mvcbootstrapactivenavbar.html", to="/posts/navbar-active-class-mvc/"},
{from="/2014/02/BootstrapDocsSideBar.html", to="/posts/bootstrap-docs-sidebar-explained/"},
{from="/2014/01/ChromeExtensionContentScripts.html", to="/posts/intro-to-chrome-extensions/"},
{from="/2013/12/InFunction.html", to="/posts/in-function-for-dotnet/"},
{from="/2013/12/LinqMethods.html", to="/posts/linq-enumerable-methods/"},
{from="/2013/12/ForXmlPath.html", to="/posts/for-xml-path/"},
{from="/2013/11/windows-store-mvvm-template.html", to="/posts/mvvm-template/"},
{from="/2013/09/VTCC5.html", to="/posts/windows-app-presentation/"},
{from="/2013/08/generating-windows-store-logo-assets-at.html", to="/posts/windows-app-logos/"},
{from="/2013/07/moving-aspnet-designer-generated-code.html", to="/posts/designer-generated-code/"},
{from="/2013/05/calculating-age-from-dob.html", to="/posts/age-from-dob/"},
{from="/2013/05/extending-xmlreader-class-isendelement.html", to="/posts/extending-xmlreader/"},
{from="/2013/05/automatically-increment-minimum.html", to="/posts/increment-clickonce/"},
{from="/2013/05/making-sure-outlook-calendar-reminders.html", to="/posts/outlook-reminders/"},
{from="/2013/02/mutually-exclusive-checkboxes-with.html", to="/posts/mutually-exclusive-checkboxes/"},
{from="/2013/02/handle-text-change-in-selected-index.html", to="/posts/update-text-on-combobox-change/"},
{from="/2013/01/firing-datagridview-cellvaluechanged.html", to="/posts/fire-cellvaluechanged-event/"}
]