-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5982b0
commit 5e2f71c
Showing
67 changed files
with
127 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -330,5 +330,6 @@ ASALocalRun/ | |
.mfractor/ | ||
|
||
# Project specific | ||
config.wyam.* | ||
docs/cache/ | ||
docs/output/ | ||
BuildArtifacts/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "docs/theme"] | ||
path = docs/theme | ||
url = https://github.com/swissgrc/Docable.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net9.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Statiq.Docs" Version="1.0.0-beta.17" /> | ||
<ProjectReference Include="theme\Docable.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
return await Bootstrapper | ||
.Factory | ||
.CreateDocs(args) | ||
.AddSetting(Docable.SiteKeys.Logo, "/assets/images/Icon.png") | ||
.AddSetting(Keys.Host, "eoehen.github.io/arguard") | ||
.AddSetting(Keys.LinksUseHttps, true) | ||
.AddSetting(Docable.SiteKeys.RightSidebarHeadingLevel, 2) | ||
.AddSetting(WebKeys.GenerateSearchIndex, true) | ||
.AddSetting(WebKeys.AdditionalSearchResultFields, new List<string> { Keys.Excerpt }) | ||
.AddSetting(Statiq.Markdown.MarkdownKeys.MarkdownExtensions, "bootstrap") | ||
.RunAsync(); |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div class="row"> | ||
<div class="offset-lg-2 col-12 col-lg-8"> | ||
<div class="pt-2 font-size-sm text-muted text-center"> | ||
© @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> - | ||
Website generated By <a class="text-muted" href="https://statiq.dev">Statiq</a> | ||
</div> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
Diff not rendered.
Binary file not shown.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.