-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from AKVorrat/updates-for-release
Updated website for opne source release
- Loading branch information
Showing
11 changed files
with
70 additions
and
43 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 |
---|---|---|
|
@@ -24,3 +24,10 @@ | |
font-size: $font-size-base; | ||
} | ||
} | ||
|
||
.github-button { | ||
position: sticky; | ||
bottom: 1.5rem; | ||
left: 0; | ||
right: 0; | ||
} |
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
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 |
---|---|---|
|
@@ -4,6 +4,12 @@ pre = '<i class="fas fa-fw fa-at"></i>' | |
url = "mailto:[email protected]" | ||
weight = 10 | ||
|
||
[[main]] | ||
name = "Documentation" | ||
url = "https://github.com/AKVorrat/dearmep?tab=readme-ov-file#-documentation" | ||
target = "_blank" | ||
weight = 60 | ||
|
||
|
||
[[footer]] | ||
name = "Legal notice" | ||
|
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
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
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
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
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 |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<!doctype html> | ||
<html lang="{{ .Site.Params.LanguageIso | default "en" }}"> | ||
{{ partial "head/head.html" . }} | ||
{{ if eq .Kind "home" -}} | ||
{{ .Scratch.Set "class" "home" -}} | ||
{{ else if eq .Kind "404" -}} | ||
{{ .Scratch.Set "class" "error404" -}} | ||
{{ else if eq .Kind "page" -}} | ||
{{ .Scratch.Set "class" .Type -}} | ||
{{ .Scratch.Add "class" " single" -}} | ||
{{ else -}} | ||
{{ .Scratch.Set "class" .Type -}} | ||
{{ .Scratch.Add "class" " list" -}} | ||
{{ end -}} | ||
<body class="{{ .Scratch.Get "class" }}"> | ||
{{ partial "header/header.html" . }} | ||
<div | ||
class="container-{{ if or (.Site.Params.options.fullWidth) (.Params.fullWidth) (.Params.options.fullWidth) }}fluid wrap{{ else }}xxl{{ end }}" | ||
{{ if (default false $.Page.Params.transparentHeader) }}style="margin-top: -69px;"{{ end }} | ||
role="document" | ||
> | ||
<div class="content"> | ||
{{- block "main" . -}}{{- end -}} | ||
</div> | ||
<html lang="{{ .Site.Params.LanguageIso | default " en" }}"> | ||
{{ partial "head/head.html" . }} | ||
{{ if eq .Kind "home" -}} | ||
{{ .Scratch.Set "class" "home" -}} | ||
{{ else if eq .Kind "404" -}} | ||
{{ .Scratch.Set "class" "error404" -}} | ||
{{ else if eq .Kind "page" -}} | ||
{{ .Scratch.Set "class" .Type -}} | ||
{{ .Scratch.Add "class" " single" -}} | ||
{{ else -}} | ||
{{ .Scratch.Set "class" .Type -}} | ||
{{ .Scratch.Add "class" " list" -}} | ||
{{ end -}} | ||
|
||
<body class="{{ .Scratch.Get " class" }}"> | ||
{{ partial "header/header.html" . }} | ||
<div | ||
class="container-{{ if or (.Site.Params.options.fullWidth) (.Params.fullWidth) (.Params.options.fullWidth) }}fluid wrap{{ else }}xxl{{ end }}" | ||
{{ if (default false $.Page.Params.transparentHeader) }}style="margin-top: -69px;" {{ end }} role="document"> | ||
<div class="content pb-4"> | ||
{{- block "main" . -}}{{- end -}} | ||
</div> | ||
{{ block "sidebar-prefooter" . }}{{ end }} | ||
{{ block "sidebar-footer" . }}{{ end }} | ||
{{ partial "footer/footer.html" . }} | ||
{{ partial "footer/script-footer.html" . }} | ||
</body> | ||
</html> | ||
</div> | ||
{{ block "sidebar-prefooter" . }}{{ end }} | ||
{{ block "sidebar-footer" . }}{{ end }} | ||
{{ partial "footer/footer.html" . }} | ||
{{ partial "footer/script-footer.html" . }} | ||
</body> | ||
|
||
</html> |
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
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,4 @@ | ||
<a href="{{ .Site.Params.githubURL | safeURL }}" target="_blank" class="btn btn-primary mb-4 mx-4 btn-lg github-button"> | ||
<i class="fa-brands fa-github"></i> | ||
GitHub | ||
</a> |
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