Commit graph

434 commits

Author SHA1 Message Date
Patrick Kollitsch 0a307d7521
docs(fix): add note about WIP on the README.md
Signed-off-by: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>
2024-10-23 17:19:14 +07:00
Patrick Kollitsch 088c3e7a57
chore(deps): update dependencies
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-23 16:54:35 +07:00
Patrick Kollitsch d544d76af7
build(fix): revert to go 1.22
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-23 16:51:41 +07:00
Melroy van den Berg 0306b6a74d
docs(fix) social share link to wiki page (#753)
See title.

Signed-off-by: Melroy van den Berg <melroy@melroy.org>
2024-10-22 17:53:59 +07:00
Melroy van den Berg 12cd81b681
theme(fix) social share cache (#755)
Do NOT use the same cache name for social _share_ and social _follow_..

This will never work of course.

Signed-off-by: Melroy van den Berg <melroy@melroy.org>
2024-10-22 17:53:04 +07:00
Melroy van den Berg d0db17e8a9
Add missing params on ananke.social.follow (#754)
Add missing `params` prefix on `params.ananke.social.follow` when used
in config.toml or hugo.toml.

Signed-off-by: Melroy van den Berg <melroy@melroy.org>
2024-10-22 17:52:08 +07:00
Patrick Kollitsch ddc42113d5
chore(release): v2.10.1-prerelease.3
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 15:48:52 +07:00
Cyrill Raccaud 5a1776455f
complete the feature for the cover dimming class in page (#732)
- feature already present for site
- add info for the param to the example

Like https://github.com/theNewDynamic/gohugo-theme-ananke/pull/702, this
PR wants to add the cover class to the page as well, but adds also the
documentation to the example and allows both for page params and site
params.

Solves https://github.com/theNewDynamic/gohugo-theme-ananke/issues/696
in a proper way for site and page with fallback and documentation in the
example.

Default:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 47 12"
src="https://github.com/user-attachments/assets/fbbec618-2045-4be7-94d7-09169a253a96">

Same as default `cover_dimming_class = bg-black-60`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 47 12"
src="https://github.com/user-attachments/assets/fbbec618-2045-4be7-94d7-09169a253a96">

`cover_dimming_class = bg-black-20`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 47 20"
src="https://github.com/user-attachments/assets/7bf64564-4f6d-42c9-bed1-83b426d487ae">

`cover_dimming_class = bg-black-90`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 47 34"
src="https://github.com/user-attachments/assets/354a0e49-7446-46d7-adc1-f8e4ecee3831">


**Closing issues**

closes #702
closes #696

---------

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
Co-authored-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 15:48:03 +07:00
Patrick Kollitsch e7f28b0de4
docs(fix): remove obsolete docs
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 15:04:06 +07:00
Cyrill Raccaud 9fc4b73a36
theme(fix): header image positioning (#731)
Currently, the header image for a post is `bg-top`, but it would be nice
the control this behavior to lets say `top|center|bottom`, as often the
interesting part of an image is in the center. Using the
`featured_image_class` param, one can now customize the class to control
the alignment of the featured header image. It is also possible to add
additional classes for further customization if needed.


Default case:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 10"
src="https://github.com/user-attachments/assets/477bafd2-e50a-44bf-93df-2289cb8380b2">

Same as default case but set explicitly `featured_image_class = cover
bg-top`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 10"
src="https://github.com/user-attachments/assets/477bafd2-e50a-44bf-93df-2289cb8380b2">

`featured_image_class = cover bg-center`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 27"
src="https://github.com/user-attachments/assets/7bae039d-d31b-405b-b5c0-0dc9e13a4f8c">

`featured_image_class = cover bg-bottom`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 36"
src="https://github.com/user-attachments/assets/52dc14cd-2a30-4763-ae90-353d10fb34e7">

`featured_image_class = contain bg-top`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 29 16"
src="https://github.com/user-attachments/assets/1ee6f371-f2b4-4740-924d-9ea6c1a44df8">

**Code formatting**

<!-- See the simple style guide. -->

**Closing issues**

Closes #729
2024-10-21 14:57:39 +07:00
Patrick Kollitsch cc6da237ea
theme(fix): use internal methods to evaluate environment
closes #625
closes #733
closes #453
closes #574

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 10:03:45 +07:00
Patrick Kollitsch 9332bad766
chore(release): v2.10.1-prerelease.2
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 09:24:16 +07:00
Patrick Kollitsch e8f39dd2ed
build(fix): proper replacement path
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 09:17:37 +07:00
Patrick Kollitsch e38869bc38
docs: typo
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 09:10:55 +07:00
Patrick Kollitsch 5afb33c5c1
chore(release): v2.10.1-prerelease.1
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 08:54:21 +07:00
Patrick Kollitsch a41140e4df
docs(fix): add discord link
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 08:54:09 +07:00
Patrick Kollitsch 9df0c0a878
theme(fix): proper configuration for all networks
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 08:44:48 +07:00
Patrick Kollitsch 65c8a115e1
chore(config): add markdownlint configuration
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 08:02:56 +07:00
Patrick Kollitsch f68e6ff4c3
docs: typo
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 08:02:35 +07:00
Patrick Kollitsch a9cd70d1e6
theme(fix): bring some logic into /disabled sharing
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 06:54:33 +07:00
Patrick Kollitsch 0aec28fef6
docs: update LICENSE.md
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 06:31:29 +07:00
Patrick Kollitsch d7a12f353a
docs: add fontawesome license remark to README.md
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 06:30:33 +07:00
Patrick Kollitsch c971cbab1b
chore(release): v2.10.1-prerelease.0
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 06:14:35 +07:00
Patrick Kollitsch 825ea52af9
theme(fix): cleanup unused functions
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 06:02:43 +07:00
Patrick Kollitsch 14eeb655ce
theme(fix): hover color for social icons
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 05:59:52 +07:00
Patrick Kollitsch d9f9cb513f
theme(feat): social share links (wip)
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 05:46:32 +07:00
Patrick Kollitsch d866e89203
content(fix): remove default value from front matter
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-21 04:59:14 +07:00
Patrick Kollitsch 8762f563f9
theme(fix): making sure the noopener rel attribute stays even with other configurations
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 17:23:51 +07:00
Patrick Kollitsch 7913086a0f
theme(fix): add labels and label override functionality
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 15:58:53 +07:00
Patrick Kollitsch 9254c455c9
theme(fix): override profile link generation with full link
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 15:27:19 +07:00
Patrick Kollitsch ef4a6a0cfe
theme(fix): smaller config fixes for social media integration
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 15:26:55 +07:00
Patrick Kollitsch e2360e7ce7
theme(fix): add configs for various networks
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 13:13:31 +07:00
Patrick Kollitsch 4f3e709d83
theme(feat): social media follow links
documentation will follow at https://github.com/theNewDynamic/gohugo-theme-ananke/wiki/Social-media-network-setup

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 12:47:56 +07:00
Patrick Kollitsch c672ad4299
fix: add FontAwesome brand icons (free) and LICENSE.txt
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 12:47:56 +07:00
Patrick Kollitsch 6e465653ec
build(feat): add proper npm run server script
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 16:17:52 +07:00
Patrick Kollitsch 363bd2e656
config(fix): move paginate to pagination.pagerSize (deprecation)
closes #746

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 15:54:45 +07:00
Patrick Kollitsch 0608f9f9fc
chore(config): update workspace configuration
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 14:44:07 +07:00
Patrick Kollitsch 1ff3417339
chore(git): revert last commit
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 14:00:10 +07:00
Patrick Kollitsch 8e89a24514
fix: add FontAwesome brand icons (free) and LICENSE.txt
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 13:55:59 +07:00
Patrick Kollitsch dcc979b66d
chore(deps): update go module configuration
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 12:25:39 +07:00
Patrick Kollitsch c018578ca0
refactor: removed a space
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 12:24:47 +07:00
Patrick Kollitsch d4898fb4cf
docs: update README.md with markup changes (#739)
- adds language code to each highlight markdown
- uses consistent TOML for config samples and YAML for frontmatter
samples

**Closing issues**

closes #735

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 10:12:55 +07:00
dependabot[bot] 37f11f0dbc
build(deps-dev): bump @davidsneighbour/release-config from 2024.3.46 to 2024.4.5 (#742)
Bumps
[@davidsneighbour/release-config](https://github.com/davidsneighbour/configurations)
from 2024.3.46 to 2024.4.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bf705855d0"><code>bf70585</code></a>
chore(release): publish v2024.4.5</li>
<li><a
href="9126d00afe"><code>9126d00</code></a>
chore: rework into commonjs package</li>
<li><a
href="11a1bb80ce"><code>11a1bb8</code></a>
chore(release): publish v2024.4.4</li>
<li><a
href="87bffa8f03"><code>87bffa8</code></a>
chore: rework into commonjs package</li>
<li><a
href="81de5630b0"><code>81de563</code></a>
chore(deps): update dependency eslint-plugin-cypress to v4 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1602">#1602</a>)</li>
<li><a
href="bda4d0e39f"><code>bda4d0e</code></a>
chore(deps): update dependency stylelint to v16.10.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1603">#1603</a>)</li>
<li><a
href="df1261f312"><code>df1261f</code></a>
chore(deps): update dependency eslint-plugin-cypress to v3.6.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1601">#1601</a>)</li>
<li><a
href="d9e9439f85"><code>d9e9439</code></a>
chore(deps): add and update dependencies</li>
<li><a
href="58c275e4a4"><code>58c275e</code></a>
biome(feat): add biome-config</li>
<li><a
href="47db79f6de"><code>47db79f</code></a>
chore(release): publish v2024.4.3</li>
<li>Additional commits viewable in <a
href="https://github.com/davidsneighbour/configurations/compare/v2024.3.46...v2024.4.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@davidsneighbour/release-config&package-manager=npm_and_yarn&previous-version=2024.3.46&new-version=2024.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 10:10:53 +07:00
dependabot[bot] d240de7419
build(deps): bump postcss-preset-env from 10.0.5 to 10.0.7 (#743)
Bumps
[postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env)
from 10.0.5 to 10.0.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md">postcss-preset-env's
changelog</a>.</em></p>
<blockquote>
<h3>10.0.7</h3>
<p><em>October 10, 2024</em></p>
<ul>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media"><code>postcss-custom-media</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1103"><code>11.0.3</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/packages/media-query-list-parser"><code>@csstools/media-query-list-parser</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/packages/media-query-list-parser/CHANGELOG.md#400"><code>4.0.0</code></a>
(major)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer"><code>@csstools/css-tokenizer</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#302"><code>3.0.2</code></a>
(patch)</li>
</ul>
<h3>10.0.6</h3>
<p><em>October 4, 2024</em></p>
<ul>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media"><code>postcss-custom-media</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1102"><code>11.0.2</code></a>
(patch)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss-preset-env&package-manager=npm_and_yarn&previous-version=10.0.5&new-version=10.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 10:09:16 +07:00
Patrick Kollitsch 73eaa774a6
build(deps-dev): bump @davidsneighbour/tools from 2024.3.46 to 2024.4.5 (#744)
Bumps
[@davidsneighbour/tools](https://github.com/davidsneighbour/configurations)
from 2024.3.46 to 2024.4.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bf705855d0"><code>bf70585</code></a>
chore(release): publish v2024.4.5</li>
<li><a
href="9126d00afe"><code>9126d00</code></a>
chore: rework into commonjs package</li>
<li><a
href="11a1bb80ce"><code>11a1bb8</code></a>
chore(release): publish v2024.4.4</li>
<li><a
href="87bffa8f03"><code>87bffa8</code></a>
chore: rework into commonjs package</li>
<li><a
href="81de5630b0"><code>81de563</code></a>
chore(deps): update dependency eslint-plugin-cypress to v4 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1602">#1602</a>)</li>
<li><a
href="bda4d0e39f"><code>bda4d0e</code></a>
chore(deps): update dependency stylelint to v16.10.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1603">#1603</a>)</li>
<li><a
href="df1261f312"><code>df1261f</code></a>
chore(deps): update dependency eslint-plugin-cypress to v3.6.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1601">#1601</a>)</li>
<li><a
href="d9e9439f85"><code>d9e9439</code></a>
chore(deps): add and update dependencies</li>
<li><a
href="58c275e4a4"><code>58c275e</code></a>
biome(feat): add biome-config</li>
<li><a
href="47db79f6de"><code>47db79f</code></a>
chore(release): publish v2024.4.3</li>
<li>Additional commits viewable in <a
href="https://github.com/davidsneighbour/configurations/compare/v2024.3.46...v2024.4.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@davidsneighbour/tools&package-manager=npm_and_yarn&previous-version=2024.3.46&new-version=2024.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2024-10-18 10:08:08 +07:00
dependabot[bot] 46376750cc
build(deps-dev): bump @davidsneighbour/tools from 2024.3.46 to 2024.4.5
Bumps [@davidsneighbour/tools](https://github.com/davidsneighbour/configurations) from 2024.3.46 to 2024.4.5.
- [Commits](https://github.com/davidsneighbour/configurations/compare/v2024.3.46...v2024.4.5)

---
updated-dependencies:
- dependency-name: "@davidsneighbour/tools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 02:43:47 +00:00
Patrick Kollitsch 8e1a6dc213
chore(git): merge pull request #740 from theNewDynamic/fix/netlify-config
build(fix): proper configuration for netlify
2024-10-18 07:28:41 +07:00
Patrick Kollitsch db073d61a0
build(fix): proper configuration for netlify
- move environment from production to general build section
- set HUGO_VERSION to 0.128.0 as per hugo.toml

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 07:27:47 +07:00
Patrick Kollitsch 773f06c207
chore(git): merge pull request #738 from jmooring:simplify-lang-attribute
refactor: simplify lang attribute in html element

As of Hugo v0.122.4, these are equivalent:

```
{{ site.LanguageCode | default site.Language.Lang  }}
{{ site.Language.LanguageCode }}
```
See <https://gohugo.io/methods/site/language/#methods>
2024-10-18 07:01:05 +07:00
Joe Mooring 0b0fe2fd45 refactor: Simplify lang attribute in html element 2024-10-17 09:36:37 -07:00