diff --git a/docs/files/img/logo-template.pdn b/docs/files/img/logo-template.pdn new file mode 100644 index 0000000..52606f5 Binary files /dev/null and b/docs/files/img/logo-template.pdn differ diff --git a/docs/files/img/logo.png b/docs/files/img/logo.png new file mode 100644 index 0000000..8a2b81b Binary files /dev/null and b/docs/files/img/logo.png differ diff --git a/docs/tools/.dir b/docs/tools/.dir deleted file mode 100644 index e69de29..0000000 diff --git a/docs/tools/templates/template.cshtml b/docs/tools/templates/template.cshtml new file mode 100644 index 0000000..1ae4a1b --- /dev/null +++ b/docs/tools/templates/template.cshtml @@ -0,0 +1,58 @@ + + + + + @Title + + + + + + + + + + + + + + + +
+
+ +

@Properties["project-name"]

+
+
+
+
+ @RenderBody() +
+
+ F# Project + +
+
+
+ Fork me on GitHub + + diff --git a/paket.dependencies b/paket.dependencies index 0f80d26..699c1c4 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,5 +1,6 @@ source https://nuget.org/api/v2 +nuget FSharp.Formatting nuget FAKE nuget SourceLink.Fake nuget xunit diff --git a/paket.lock b/paket.lock index 1c70273..e3cbb82 100644 --- a/paket.lock +++ b/paket.lock @@ -2,6 +2,12 @@ NUGET remote: https://nuget.org/api/v2 specs: FAKE (4.4.6) + FSharp.Compiler.Service (0.0.90) + FSharp.Formatting (2.11.0) + FSharp.Compiler.Service (>= 0.0.90 <= 1.3) + FSharpVSPowerTools.Core (1.9.0) + FSharpVSPowerTools.Core (1.9.0) + FSharp.Compiler.Service (>= 0.0.90) Microsoft.Bcl (1.1.10) Microsoft.Bcl.Build (>= 1.0.14) Microsoft.Bcl.Build (1.0.21) - import_targets: false