-
Notifications
You must be signed in to change notification settings - Fork 63
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
Showing
11 changed files
with
250 additions
and
257 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 |
---|---|---|
@@ -1 +1,11 @@ | ||
// Put your custom SCSS variables here | ||
// Light mode | ||
$primary: rgb(231, 81, 21); | ||
|
||
// Dark mode | ||
$link-color-dark: rgb(231, 81, 21); | ||
$button-color-dark: rgb(248, 186, 17); | ||
|
||
:root, | ||
::backdrop { | ||
--sl-color-accent-high: rgb(231, 81, 21); | ||
} |
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,32 +1,9 @@ | ||
[en] | ||
languageName = "English" | ||
contentDir = "content/en" | ||
weight = 10 | ||
[en.params] | ||
languageISO = "EN" | ||
languageTag = "en-US" | ||
footer = 'Brought to you by <a class="text-muted" href="https://gethyas.com/">Hyas</a>' | ||
alertText = '<a class="alert-link stretched-link fw-normal" href="/blog/example-post/">Doks version 1.0 just shipped!</a>' | ||
languageName = "English" | ||
contentDir = "content/en" | ||
weight = 10 | ||
|
||
[de] | ||
languageName = "German" | ||
contentDir = "content/de" | ||
weight = 15 | ||
[de.params] | ||
languageISO = "DE" | ||
languageTag = "de-DE" | ||
footer = 'Gebaut mit <a class="text-muted" href="https://gethyas.com/">Hyas</a>' | ||
alertText = 'Neue Version ist da! <a class="alert-link stretched-link" href="https://getdoks.org/blog/doks-v0.5/">Doks v0.5</a>' | ||
|
||
[nl] | ||
languageName = "Nederlands" | ||
contentDir = "content/nl" | ||
weight = 20 | ||
[nl.params] | ||
languageISO = "NL" | ||
languageTag = "nl-NL" | ||
titleAddition = "Modern documentatie-thema" | ||
description = "Doks is een Hugo-thema waarmee je moderne documentatie-websites kunt bouwen die veilig, snel en klaar voor SEO zijn — standaard." | ||
titleHome = "Doks thema" | ||
footer = 'Mogelijk gemaakt door <a href="https://www.netlify.com/">Netlify</a>, <a href="https://gohugo.io/">Hugo</a>, en <a href="https://getdoks.org/">Doks</a>' | ||
alertText = 'Introductie van het Doks-kinderthema, verschillende DX + UX-updates en meer! <a class="alert-link stretched-link" href="https://getdoks.org/blog/doks-v0.2/">Bekijk Doks v0.2</a>' | ||
[en.params] | ||
languageISO = "EN" | ||
languageTag = "en-US" | ||
footer = 'Brought to you by <a class="text-muted" href="https://www.virustotal.com/">VirusTotal</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
Oops, something went wrong.