Skip to content

Commit

Permalink
deps: bumps @hyas/doks-core from 1.0.3 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Oct 19, 2023
1 parent 5597d82 commit 2763ac1
Show file tree
Hide file tree
Showing 47 changed files with 902 additions and 722 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Doks is a documentation theme for [Hyas](https://gethyas.com/).

- [doks.netlify.app](https://doks.netlify.app/)



## Install

The recommended way to install the latest version of Doks is by running the command below:
Expand Down
Binary file added assets/cover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes
Empty file added assets/images/.gitkeep
Empty file.
File renamed without changes
File renamed without changes.
1 change: 1 addition & 0 deletions assets/scss/common/_variables-custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Put your custom SCSS variables here
3 changes: 3 additions & 0 deletions config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ defaultContentLanguageInSubdir = false

copyRight = "Copyright (c) 2020-2023 Henk Verlinde"

[build.buildStats]
enable = true

[social]
twitter = "getdoks"

Expand Down
88 changes: 0 additions & 88 deletions config/_default/hyas/doks.toml

This file was deleted.

1 change: 0 additions & 1 deletion config/_default/hyas/images.toml

This file was deleted.

1 change: 0 additions & 1 deletion config/_default/hyas/inline-svg.toml

This file was deleted.

1 change: 0 additions & 1 deletion config/_default/hyas/seo.toml

This file was deleted.

8 changes: 6 additions & 2 deletions config/_default/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[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>'

[de]
languageName = "German"
Expand All @@ -13,6 +15,8 @@
[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"
Expand All @@ -24,5 +28,5 @@
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>"
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>'
102 changes: 49 additions & 53 deletions config/_default/module.toml
Original file line number Diff line number Diff line change
@@ -1,53 +1,28 @@
# mounts
## archetypes
[[mounts]]
source = "config/_default/hyas"
target = "data"

[[mounts]]
source = "node_modules/@hyas/core/assets"
target = "assets"
source = "node_modules/@hyas/doks-core/archetypes"
target = "archetypes"

[[mounts]]
source = "node_modules/@hyas/core/layouts"
target = "layouts"
source = "archetypes"
target = "archetypes"

## assets
[[mounts]]
source = "node_modules/@hyas/seo/layouts"
target = "layouts"
source = "node_modules/@hyas/core/assets"
target = "assets"

[[mounts]]
source = "node_modules/@hyas/images/assets"
target = "assets"
excludeFiles = "/scss/**.scss"

[[mounts]]
source = "node_modules/@hyas/images/layouts"
target = "layouts"

[[mounts]]
source = "node_modules/@hyas/doks-core/archetypes"
target = "archetypes"

[[mounts]]
source = "node_modules/@hyas/doks-core/assets"
target = "assets"
excludeFiles = ["scss/common/_variables-custom.scss", "scss/common/_custom.scss"]

[[mounts]]
source = "node_modules/@hyas/doks-core/data"
target = "data"

[[mounts]]
source = "node_modules/@hyas/doks-core/i18n"
target = "i18n"

[[mounts]]
source = "node_modules/@hyas/doks-core/layouts"
target = "layouts"

[[mounts]]
source = "node_modules/@hyas/doks-core/static"
target = "static"

[[mounts]]
source = "node_modules/flexsearch"
target = "assets/js/vendor/flexsearch"
Expand All @@ -65,45 +40,66 @@
target = "assets/svgs/tabler-icons"

[[mounts]]
source = "assets/svgs"
target = "assets/svgs"
source = "assets"
target = "assets"

## content
[[mounts]]
source = "node_modules/@hyas/inline-svg/layouts"
target = "layouts"
source = "content"
target = "content"

## data
[[mounts]]
source = "themes/my-doks-theme/assets"
target = "assets"
source = "node_modules/@hyas/doks-core/data"
target = "data"

[[mounts]]
source = "themes/my-doks-theme/layouts"
target = "layouts"
source = "config/_default/hyas"
target = "data"

[[mounts]]
source = "archetypes"
target = "archetypes"
source = "data"
target = "data"

## i18n
[[mounts]]
source = "assets"
target = "assets"
source = "node_modules/@hyas/doks-core/i18n"
target = "i18n"

[[mounts]]
source = "content"
target = "content"
source = "i18n"
target = "i18n"

## layouts
[[mounts]]
source = "data"
target = "data"
source = "node_modules/@hyas/core/layouts"
target = "layouts"

[[mounts]]
source = "i18n"
target = "i18n"
source = "node_modules/@hyas/seo/layouts"
target = "layouts"

[[mounts]]
source = "node_modules/@hyas/images/layouts"
target = "layouts"

[[mounts]]
source = "node_modules/@hyas/doks-core/layouts"
target = "layouts"

[[mounts]]
source = "node_modules/@hyas/inline-svg/layouts"
target = "layouts"

[[mounts]]
source = "layouts"
target = "layouts"

## static
[[mounts]]
source = "static"
source = "node_modules/@hyas/doks-core/static"
target = "static"

[[mounts]]
source = "static"
target = "static"

0 comments on commit 2763ac1

Please sign in to comment.