Skip to content

Commit 4761e7b

Browse files
committed
Change references to Hyas -> Thulite, update package.json
1 parent fe79206 commit 4761e7b

File tree

9 files changed

+410
-429
lines changed

9 files changed

+410
-429
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Sample workflow for building and deploying a Hyas site to GitHub Pages
2-
name: Deploy Hyas site to Pages
1+
# Sample workflow for building and deploying a Thulite site to GitHub Pages
2+
name: Deploy Thulite site to Pages
33

44
on:
55
# Runs on pushes targeting the default branch

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2020-2024 Hyas
3+
Copyright (c) 2024 OpenFusion contributors
4+
Copyright (c) 2020-2024 Thulite
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

assets/jsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"paths": {
5-
"*": ["*", "..\\node_modules\\@hyas\\doks-core\\assets\\*"]
5+
"*": ["*", "..\\node_modules\\@thulite\\doks-core\\assets\\*"]
66
}
77
}
88
}

config/_default/languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
[en.params]
66
languageISO = "EN"
77
languageTag = "en-US"
8-
footer = '©2020-2024 OpenFusion Contributors <br> Website built with <a class="text-muted" href="https://gethyas.com/">Hyas</a>'
8+
footer = '©2020-2024 OpenFusion Contributors <br> Website built with <a class="text-muted" href="https://thulite.io/">Thulite</a>'
99
alertText = '<a class="alert-link stretched-link fw-normal" href="/blog/openfusion-1.5.2-released/">OpenFusion 1.5.2 is out!</a>'

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+
source = "node_modules/@thulite/doks-core/static"
8383
target = "static"
8484

8585
[[mounts]]

config/_default/params.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mainSections = ["docs"]
99
[social]
1010
twitter = "OpenFusionProj"
1111

12-
# Doks (@hyas/doks-core)
12+
# Doks (@thulite/doks-core)
1313
[doks]
1414
# Color mode
1515
colorMode = "auto" # auto (default), light or dark
@@ -104,9 +104,9 @@ mainSections = ["docs"]
104104
errorLevel = 'ignore' # ignore (default), warning, or error (fails the build)
105105
highlightBroken = false # true or false (default)
106106

107-
# Images (@hyas/images)
108-
[hyas_images]
109-
[hyas_images.defaults]
107+
# Images (@thulite/images)
108+
[thulite_images]
109+
[thulite_images.defaults]
110110
decoding = "async" # sync, async, or auto (default)
111111
fetchpriority = "auto" # high, low, or auto (default)
112112
loading = "lazy" # eager or lazy (default)
@@ -115,11 +115,11 @@ mainSections = ["docs"]
115115
process = "" # "fill 1600x900" or "fill 2100x900" for example
116116
lqip = "16x webp q20" # "16x webp q20" or "21x webp q20" for example
117117

118-
# Inline SVG (@hyas/inline-svg)
118+
# Inline SVG (@thulite/inline-svg)
119119
[inline_svg]
120120
iconSetDir = "tabler-icons" # "tabler-icons" (default)
121121

122-
# SEO (@hyas/seo)
122+
# SEO (@thulite/seo)
123123
[seo]
124124
[seo.title]
125125
separator = " | "
@@ -134,7 +134,7 @@ mainSections = ["docs"]
134134
type = "Organization" # Organization (default) or Person
135135
logo = "favicon-512x512.png" # Logo of Organization — favicon-512x512.png (default)
136136
name = "OpenFusion" # Name of Organization or Person
137-
sameAs = [] # E.g. ["https://github.com/gethyas/hyas", "https://fosstodon.org/@hyas"]
137+
sameAs = ["https://github.com/OpenFusionProject", "https://twitter.com/OpenFusionProj"]
138138
images = ["cover.png"] # ["cover.png"] (default)
139139
article = [] # Article sections
140140
newsArticle = [] # NewsArticle sections

config/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = {
5656
'hiding',
5757
'page-item',
5858
'page-link',
59-
...whitelister(['./assets/scss/**/*.scss', './node_modules/@hyas/doks-core/assets/scss/components/_code.scss', './node_modules/@hyas/doks-core/assets/scss/components/_expressive-code.scss', './node_modules/@hyas/doks-core/assets/scss/common/_syntax.scss'])
59+
...whitelister(['./assets/scss/**/*.scss', './node_modules/@thulite/doks-core/assets/scss/components/_code.scss', './node_modules/@thulite/doks-core/assets/scss/components/_expressive-code.scss', './node_modules/@thulite/doks-core/assets/scss/common/_syntax.scss'])
6060
]
6161
})
6262
]

0 commit comments

Comments
 (0)