Skip to content

Commit 9e60ac0

Browse files
pascalbergereoehen
authored andcommitted
Switch website from Wyam to Statiq
1 parent b5982b0 commit 9e60ac0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+127
-332
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,5 +330,6 @@ ASALocalRun/
330330
.mfractor/
331331

332332
# Project specific
333-
config.wyam.*
333+
docs/cache/
334+
docs/output/
334335
BuildArtifacts/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "docs/theme"]
2+
path = docs/theme
3+
url = https://github.com/swissgrc/Docable.git

docs/Documentation.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="Statiq.Docs" Version="1.0.0-beta.17" />
12+
<ProjectReference Include="theme\Docable.csproj" />
13+
</ItemGroup>
14+
15+
</Project>

docs/Program.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
return await Bootstrapper
2+
.Factory
3+
.CreateDocs(args)
4+
.AddSetting(Docable.SiteKeys.Logo, "/assets/images/Icon.png")
5+
.AddSetting(Keys.Host, "eoehen.github.io/arguard")
6+
.AddSetting(Keys.LinksUseHttps, true)
7+
.AddSetting(Docable.SiteKeys.RightSidebarHeadingLevel, 2)
8+
.AddSetting(WebKeys.GenerateSearchIndex, true)
9+
.AddSetting(WebKeys.AdditionalSearchResultFields, new List<string> { Keys.Excerpt })
10+
.AddSetting(Statiq.Markdown.MarkdownKeys.MarkdownExtensions, "bootstrap")
11+
.RunAsync();

docs/config.wyam

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/icons/android-icon-144x144.png

-14.7 KB
Binary file not shown.

docs/icons/android-icon-192x192.png

-21.1 KB
Binary file not shown.

docs/icons/android-icon-36x36.png

-2.58 KB
Binary file not shown.

docs/icons/android-icon-48x48.png

-3.58 KB
Binary file not shown.

docs/icons/android-icon-72x72.png

-6.07 KB
Binary file not shown.

docs/icons/android-icon-96x96.png

-8.43 KB
Binary file not shown.

docs/icons/apple-icon-114x114.png

-10.1 KB
Binary file not shown.

docs/icons/apple-icon-120x120.png

-11.3 KB
Binary file not shown.

docs/icons/apple-icon-144x144.png

-14.7 KB
Binary file not shown.

docs/icons/apple-icon-152x152.png

-15.8 KB
Binary file not shown.

docs/icons/apple-icon-180x180.png

-20.4 KB
Binary file not shown.

docs/icons/apple-icon-57x57.png

-4.26 KB
Binary file not shown.

docs/icons/apple-icon-60x60.png

-4.52 KB
Binary file not shown.

docs/icons/apple-icon-72x72.png

-6.07 KB
Binary file not shown.

docs/icons/apple-icon-76x76.png

-6.47 KB
Binary file not shown.

docs/icons/apple-icon-precomposed.png

-21.5 KB
Binary file not shown.

docs/icons/apple-icon.png

-21.5 KB
Binary file not shown.

docs/icons/browserconfig.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/icons/favicon-16x16.png

-1.18 KB
Binary file not shown.

docs/icons/favicon-32x32.png

-2.27 KB
Binary file not shown.

docs/icons/favicon-96x96.png

-8.43 KB
Binary file not shown.

docs/icons/favicon.ico

-1.12 KB
Binary file not shown.

docs/icons/manifest.json

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/icons/ms-icon-144x144.png

-14.7 KB
Binary file not shown.

docs/icons/ms-icon-150x150.png

-15.3 KB
Binary file not shown.

docs/icons/ms-icon-310x310.png

-47.9 KB
Binary file not shown.

docs/icons/ms-icon-70x70.png

-5.83 KB
Binary file not shown.

docs/input/Shared/_Footer.cshtml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<div class="row">
2+
<div class="offset-lg-2 col-12 col-lg-8">
3+
<div class="pt-2 font-size-sm text-muted text-center">
4+
© @DateTime.Today.Year <a href="http://oehen.net" target="_blank">oehen.net</a> and <a href="https://github.com/eoehen/arguard/graphs/contributors" target="_blank">contributors</a> -
5+
Website generated By <a class="text-muted" href="https://statiq.dev">Statiq</a>
6+
</div>
7+
</div>
8+
</div>

docs/input/_Bottom.cshtml

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/input/_Footer.cshtml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/input/_Navbar.cshtml

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/input/assets/css/override.less

Lines changed: 0 additions & 144 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

docs/input/assets/images/clippy.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/input/assets/img/favicon.ico

-1.12 KB
Binary file not shown.

docs/input/assets/img/logo.png

-30.8 KB
Binary file not shown.

docs/input/assets/js/anchor.min.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)