Skip to content

Commit 10712b4

Browse files
committed
wip: migrate to @Thulite namespace
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 6973eae commit 10712b4

File tree

5 files changed

+1061
-1027
lines changed

5 files changed

+1061
-1027
lines changed

config/_default/module.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mounts
22
## archetypes
33
[[mounts]]
4-
source = "node_modules/@hyas/doks-core/archetypes"
4+
source = "node_modules/@thulite/doks-core/archetypes"
55
target = "archetypes"
66

77
[[mounts]]
@@ -10,15 +10,15 @@
1010

1111
## assets
1212
[[mounts]]
13-
source = "node_modules/@hyas/core/assets"
13+
source = "node_modules/@thulite/core/assets"
1414
target = "assets"
1515

1616
[[mounts]]
17-
source = "node_modules/@hyas/images/assets"
17+
source = "node_modules/@thulite/images/assets"
1818
target = "assets"
1919

2020
[[mounts]]
21-
source = "node_modules/@hyas/doks-core/assets"
21+
source = "node_modules/@thulite/doks-core/assets"
2222
target = "assets"
2323

2424
[[mounts]]
@@ -36,7 +36,7 @@
3636

3737
## data
3838
[[mounts]]
39-
source = "node_modules/@hyas/doks-core/data"
39+
source = "node_modules/@thulite/doks-core/data"
4040
target = "data"
4141

4242
[[mounts]]
@@ -45,7 +45,7 @@
4545

4646
## i18n
4747
[[mounts]]
48-
source = "node_modules/@hyas/doks-core/i18n"
48+
source = "node_modules/@thulite/doks-core/i18n"
4949
target = "i18n"
5050

5151
[[mounts]]
@@ -54,23 +54,23 @@
5454

5555
## layouts
5656
[[mounts]]
57-
source = "node_modules/@hyas/core/layouts"
57+
source = "node_modules/@thulite/core/layouts"
5858
target = "layouts"
5959

6060
[[mounts]]
61-
source = "node_modules/@hyas/seo/layouts"
61+
source = "node_modules/@thulite/seo/layouts"
6262
target = "layouts"
6363

6464
[[mounts]]
65-
source = "node_modules/@hyas/images/layouts"
65+
source = "node_modules/@thulite/images/layouts"
6666
target = "layouts"
6767

6868
[[mounts]]
69-
source = "node_modules/@hyas/doks-core/layouts"
69+
source = "node_modules/@thulite/doks-core/layouts"
7070
target = "layouts"
7171

7272
[[mounts]]
73-
source = "node_modules/@hyas/inline-svg/layouts"
73+
source = "node_modules/@thulite/inline-svg/layouts"
7474
target = "layouts"
7575

7676
[[mounts]]
@@ -79,7 +79,7 @@
7979

8080
## static
8181
[[mounts]]
82-
source = "node_modules/@hyas/doks-core/static"
82+
ource = "node_modules/@thulite/doks-core/static"
8383
target = "static"
8484

8585
[[mounts]]

config/_default/params.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mainSections = ["docs"]
77
[add_ons]
88
docSearch = true
99

10-
# Doks (@hyas/doks-core)
10+
# Doks (@thulite/doks-core)
1111
[doks]
1212
# Color mode
1313
colorMode = "auto" # auto (default), light or dark
@@ -86,9 +86,9 @@ mainSections = ["docs"]
8686
errorLevel = "warning" # ignore (default), warning, or error (fails the build)
8787
highlightBroken = true # true or false (default)
8888

89-
# Images (@hyas/images)
90-
[hyas_images]
91-
[hyas_images.defaults]
89+
# Images (@thulite/images)
90+
[thulite_images]
91+
[thulite_images.defaults]
9292
decoding = "async" # sync, async, or auto (default)
9393
fetchpriority = "auto" # high, low, or auto (default)
9494
loading = "lazy" # eager or lazy (default)
@@ -97,11 +97,11 @@ mainSections = ["docs"]
9797
process = "" # "fill 1600x900" or "fill 2100x900" for example
9898
lqip = "16x webp q20" # "16x webp q20" or "21x webp q20" for example
9999

100-
# Inline SVG (@hyas/inline-svg)
100+
# Inline SVG (@thulite/inline-svg)
101101
[inline_svg]
102102
iconSetDir = "tabler-icons" # "tabler-icons" (default)
103103

104-
# SEO (@hyas/seo)
104+
# SEO (@thulite/seo)
105105
[seo]
106106
[seo.title]
107107
separator = " | "

config/postcss.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ module.exports = {
6060
...whitelister([
6161
'./assets/scss/**/*.scss',
6262
'./node_modules/@docsearch/css/dist/modal.css',
63-
'./node_modules/@hyas/doks-core/assets/scss/common/_syntax.scss',
64-
'./node_modules/@hyas/doks-core/assets/scss/components/_code.scss',
65-
'./node_modules/@hyas/doks-core/assets/scss/components/_expressive-code.scss',
63+
'./node_modules/@thulite/doks-core/assets/scss/common/_syntax.scss',
64+
'./node_modules/@thulite/doks-core/assets/scss/components/_code.scss',
65+
'./node_modules/@thulite/doks-core/assets/scss/components/_expressive-code.scss',
6666
]),
6767
],
6868
}),

0 commit comments

Comments
 (0)