488 Commits

Author SHA1 Message Date
Patrick Kollitsch
907f15826d
build(setup): more verbose server command
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-01 06:52:03 +07:00
Patrick Kollitsch
1f8374642f
chore: remove go.sum from exampleSite
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-01 06:51:17 +07:00
Patrick Kollitsch
f672979149
theme(fix): move by.html into single.html
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-01-31 08:22:40 +07:00
Patrick Kollitsch
294ab0b04b
chore(setup): update issue templates
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-01-31 07:24:00 +07:00
Patrick Kollitsch
e8ccda023c
ci(fix): remove CODEOWNERS structure
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-01-31 07:10:12 +07:00
Patrick Kollitsch
d67f061658
build(setup): add .wireit to gitignore
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-01-31 07:07:08 +07:00
Patrick Kollitsch
4c02c19e51
theme(fix): update module paths to v2
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-01-31 07:06:00 +07:00
Patrick Kollitsch
b119a21663
chore(setup): update issue template
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-01-31 07:01:00 +07:00
Patrick Kollitsch
a2764932a6
build(config): update gitignore with Hugo generated files
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-01-31 06:48:31 +07:00
Patrick Kollitsch
891147fc31
build(deps): update dependencies
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-01-31 06:47:53 +07:00
Patrick Kollitsch
649eb224b7
ci(workflow): add CODEOWNERS for i18n
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-01-31 06:46:16 +07:00
Patrick Kollitsch
d6ef8f2b75
chore: cleanup workspace configuration
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-01-31 05:38:04 +07:00
ensag-dev
36bca91f22
i18n: create Occitan translation (#816)
Adding a Occitan translation to i18n.

Signed-off-by: ensag-dev <59049879+ensag-dev@users.noreply.github.com>
2025-01-17 15:59:30 +07:00
Patrick Kollitsch
0ba75ea1e5
chore(setup): set GO_VERSION to 1.21
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-12-30 09:15:58 +07:00
Patrick Kollitsch
1f4ac20f4f
theme(fix): remove additional config load and some refactoring
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-12-15 13:00:09 +07:00
Patrick Kollitsch
600bddab7c
build(deps): update dependencies
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-12-14 06:29:57 +07:00
Klaas Demter
b06949eb2d
theme(fix): add show_recent_posts parameter to stop showing recent posts on index (#795)
<!---

Add the issue number that is discussed and fixed by this PR (In the form
`Closes #123`). If this PR doesn't fix an issue, remove the line below.
This will
also lead to us not treating this PR as an important one. It might be
closed
without a review.

If there is no issue associated with this PR and you are not a
maintainer of
this repository, your PR might be closed without a review.

-->

Closes #794

You can no longer set `recent_posts_number = 0` because in current hugo
versions `{{ $n_posts := $.Param "recent_posts_number" | default 3 }}`
will default to three if recent_posts_number is 0. This used to work a
couple of versions back, I am assuming this is not a regression but
rather wanted behavior in hugo -- so I introduce a new parameter
(boolean) `show_recent_posts` to enable(default) or disable recent posts
on index.



<!---

Explain what this PR does and what existing problem it solves. If this
PR is a
work in progress, please prefix the title with [WIP].

-->

<!--

Make sure that the code is readable and well-documented. If you have
added new
functionality, please add the necessary documentation.
If testing of the new functionality is possible, please add tests.

-->
2024-12-02 12:17:41 +07:00
Patrick Kollitsch
1839b4fe3f
chore(config): update gitignore
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-11-29 13:45:26 +07:00
Patrick Kollitsch
9c30c1974e
build(deps): update dependencies
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-11-29 13:39:43 +07:00
Patrick Kollitsch
819f673037
build(feat): add discord notification for new releases
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-11-29 13:38:03 +07:00
Patrick Kollitsch
6a77b14638
chore(config): update dependabot to monthly runs
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-11-29 13:38:03 +07:00
dependabot[bot]
40c8d5f5ee
build(deps): bump postcss from 8.4.47 to 8.4.49 (#793)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.47 to
8.4.49.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/releases">postcss's
releases</a>.</em></p>
<blockquote>
<h2>8.4.49</h2>
<ul>
<li>Fixed custom syntax without <code>source.offset</code> (by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>8.4.48</h2>
<ul>
<li>Fixed position calculation in error/warnings methods (by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's
changelog</a>.</em></p>
<blockquote>
<h2>8.4.49</h2>
<ul>
<li>Fixed custom syntax without <code>source.offset</code> (by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>8.4.48</h2>
<ul>
<li>Fixed position calculation in error/warnings methods (by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="aed8b89988"><code>aed8b89</code></a>
Release 8.4.49 version</li>
<li><a
href="345063010b"><code>3450630</code></a>
Fix position calculations when offset is missing (<a
href="https://redirect.github.com/postcss/postcss/issues/1983">#1983</a>)</li>
<li><a
href="77420d6291"><code>77420d6</code></a>
Release 8.4.48 version</li>
<li><a
href="341529ff4e"><code>341529f</code></a>
Update dependencies</li>
<li><a
href="66fa667831"><code>66fa667</code></a>
Add Node.js 23 to CI</li>
<li><a
href="1a8b261404"><code>1a8b261</code></a>
fix inconsistent position calculations (<a
href="https://redirect.github.com/postcss/postcss/issues/1980">#1980</a>)</li>
<li><a
href="1cc6ac3bf4"><code>1cc6ac3</code></a>
Clarify usage in docs</li>
<li>See full diff in <a
href="https://github.com/postcss/postcss/compare/8.4.47...8.4.49">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.4.47&new-version=8.4.49)](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-11-16 07:16:33 +07:00
dependabot[bot]
8031d999a4
build(deps): bump postcss-preset-env from 10.0.9 to 10.1.0 (#792)
Bumps
[postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env)
from 10.0.9 to 10.1.0.
<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.1.0</h3>
<p><em>November 11, 2024</em></p>
<ul>
<li>Added <code>@csstools/postcss-random-function</code> <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function#readme">Check
the plugin README</a> for usage details.</li>
<li>Added <code>@csstools/postcss-sign-functions</code> <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions#readme">Check
the plugin README</a> for usage details.</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc"><code>@csstools/css-calc</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#210"><code>2.1.0</code></a>
(minor)</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.9&new-version=10.1.0)](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-11-16 07:14:59 +07:00
dependabot[bot]
bedc2ec05f
build(deps-dev): bump @davidsneighbour/tools from 2024.4.6 to 2024.4.8 (#789)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[@davidsneighbour/tools](https://github.com/davidsneighbour/configurations)
from 2024.4.6 to 2024.4.8.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="177f094f8e"><code>177f094</code></a>
chore(release): publish v2024.4.8</li>
<li><a
href="4191af5c15"><code>4191af5</code></a>
chore(deps): update dependency <code>@​eslint/js</code> to v9.14.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1676">#1676</a>)</li>
<li><a
href="81e92619d1"><code>81e9261</code></a>
chore(deps): update dependency stylelint-no-unsupported-browser-features
to v...</li>
<li><a
href="8beaa7c9fa"><code>8beaa7c</code></a>
chore(deps): update eslint to v2.10.1 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1670">#1670</a>)</li>
<li><a
href="95cb927cb0"><code>95cb927</code></a>
chore(deps): update dependency <code>@​eslint/json</code> to v0.6.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1658">#1658</a>)</li>
<li><a
href="1143889267"><code>1143889</code></a>
chore(deps): update eslint to v2.10.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1657">#1657</a>)</li>
<li><a
href="afbca31fe1"><code>afbca31</code></a>
chore(deps): update dependency eslint-plugin-cypress to v4.1.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1656">#1656</a>)</li>
<li><a
href="af4250d57e"><code>af4250d</code></a>
chore(deps): update dependencies</li>
<li><a
href="f495128391"><code>f495128</code></a>
chore(release): publish v2024.4.7</li>
<li><a
href="385bb4904f"><code>385bb49</code></a>
chore(deps): update dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/davidsneighbour/configurations/compare/v2024.4.6...v2024.4.8">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.4.6&new-version=2024.4.8)](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-11-11 15:44:37 +07:00
dependabot[bot]
c708f0d15e
build(deps-dev): bump @davidsneighbour/markdownlint-config from 2024.4.6 to 2024.4.8 (#788)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[@davidsneighbour/markdownlint-config](https://github.com/davidsneighbour/configurations)
from 2024.4.6 to 2024.4.8.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="177f094f8e"><code>177f094</code></a>
chore(release): publish v2024.4.8</li>
<li><a
href="4191af5c15"><code>4191af5</code></a>
chore(deps): update dependency <code>@​eslint/js</code> to v9.14.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1676">#1676</a>)</li>
<li><a
href="81e92619d1"><code>81e9261</code></a>
chore(deps): update dependency stylelint-no-unsupported-browser-features
to v...</li>
<li><a
href="8beaa7c9fa"><code>8beaa7c</code></a>
chore(deps): update eslint to v2.10.1 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1670">#1670</a>)</li>
<li><a
href="95cb927cb0"><code>95cb927</code></a>
chore(deps): update dependency <code>@​eslint/json</code> to v0.6.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1658">#1658</a>)</li>
<li><a
href="1143889267"><code>1143889</code></a>
chore(deps): update eslint to v2.10.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1657">#1657</a>)</li>
<li><a
href="afbca31fe1"><code>afbca31</code></a>
chore(deps): update dependency eslint-plugin-cypress to v4.1.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1656">#1656</a>)</li>
<li><a
href="af4250d57e"><code>af4250d</code></a>
chore(deps): update dependencies</li>
<li><a
href="f495128391"><code>f495128</code></a>
chore(release): publish v2024.4.7</li>
<li><a
href="385bb4904f"><code>385bb49</code></a>
chore(deps): update dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/davidsneighbour/configurations/compare/v2024.4.6...v2024.4.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@davidsneighbour/markdownlint-config&package-manager=npm_and_yarn&previous-version=2024.4.6&new-version=2024.4.8)](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-11-11 15:44:22 +07:00
dependabot[bot]
5ddbcd3da9
build(deps): bump postcss-preset-env from 10.0.8 to 10.0.9 (#790)
Bumps
[postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env)
from 10.0.8 to 10.0.9.
<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.9</h3>
<p><em>November 1, 2024</em></p>
<ul>
<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#303"><code>3.0.3</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.8&new-version=10.0.9)](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-11-11 15:43:50 +07:00
dependabot[bot]
dfbaa5289f
build(deps-dev): bump @davidsneighbour/release-config from 2024.4.6 to 2024.4.8 (#787)
Bumps
[@davidsneighbour/release-config](https://github.com/davidsneighbour/configurations)
from 2024.4.6 to 2024.4.8.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="177f094f8e"><code>177f094</code></a>
chore(release): publish v2024.4.8</li>
<li><a
href="4191af5c15"><code>4191af5</code></a>
chore(deps): update dependency <code>@​eslint/js</code> to v9.14.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1676">#1676</a>)</li>
<li><a
href="81e92619d1"><code>81e9261</code></a>
chore(deps): update dependency stylelint-no-unsupported-browser-features
to v...</li>
<li><a
href="8beaa7c9fa"><code>8beaa7c</code></a>
chore(deps): update eslint to v2.10.1 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1670">#1670</a>)</li>
<li><a
href="95cb927cb0"><code>95cb927</code></a>
chore(deps): update dependency <code>@​eslint/json</code> to v0.6.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1658">#1658</a>)</li>
<li><a
href="1143889267"><code>1143889</code></a>
chore(deps): update eslint to v2.10.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1657">#1657</a>)</li>
<li><a
href="afbca31fe1"><code>afbca31</code></a>
chore(deps): update dependency eslint-plugin-cypress to v4.1.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1656">#1656</a>)</li>
<li><a
href="af4250d57e"><code>af4250d</code></a>
chore(deps): update dependencies</li>
<li><a
href="f495128391"><code>f495128</code></a>
chore(release): publish v2024.4.7</li>
<li><a
href="385bb4904f"><code>385bb49</code></a>
chore(deps): update dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/davidsneighbour/configurations/compare/v2024.4.6...v2024.4.8">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.4.6&new-version=2024.4.8)](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-11-11 15:43:17 +07:00
Joe Mooring
8d55b508d3
config: improve configuration for example site (#786)
Some minor improvements.
2024-11-06 04:25:22 +07:00
Ramiro Morales
2247bc582c
docs(fix): remove ref to 'Production' section in README (#778)
Follow-up to e726c8b
2024-10-31 06:13:23 +07:00
Patrick Kollitsch
e726c8b70f
docs: remove comments about HUGO_ENV
we use internal methods like  and

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-29 14:25:37 +07:00
Patrick Kollitsch
02994de6b0
chore(fix): update PR template
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-28 01:24:45 +07:00
Ramiro Morales
f5a55994e2
docs(fix): fix Formspree free plan description (#774)
See https://formspree.io/plans
2024-10-28 01:13:48 +07:00
Ramiro Morales
61c3ec6fd4
docs(fix): typos (#775) 2024-10-28 01:12:46 +07:00
Patrick Kollitsch
892eaf2f18
chore(release): v2.11.2
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
v2.11.2
2024-10-27 20:24:22 +07:00
Patrick Kollitsch
065de4e196
chore(release): v2.11.1
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-27 20:24:18 +07:00
Patrick Kollitsch
055015e5b4
fix: proper rel attribute evaluation
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-27 20:24:03 +07:00
Patrick Kollitsch
c05ef6f3c7
chore(config): update module version to v2
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
v2.11.1
2024-10-26 17:27:21 +07:00
Patrick Kollitsch
ee9405c67f
chore(config): update issue template
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-26 15:54:44 +07:00
Patrick Kollitsch
5d059fee97
theme(fix): add missing rss icon
closes #770

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-26 06:21:01 +07:00
Ramiro Morales
58e742ef62
theme(fix): share link building when params particle is present (#769)
In these cases the site permalink is used instead of the social network
URL for sharing as defined in the `link` value
(https://www.linkedin.com/shareArticle in the below example)

Most visible case is LinkedIn but all social networks that have

```toml
[ananke.social.networks.particles]
...
params = "..."
```

in `config/_default/params.toml` are affected by this bug.

Closes #768.
2024-10-26 06:05:18 +07:00
dependabot[bot]
7545ee049f
build(deps): bump postcss-preset-env from 10.0.7 to 10.0.8 (#771)
Bumps
[postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env)
from 10.0.7 to 10.0.8.
<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.8</h3>
<p><em>October 23, 2024</em></p>
<ul>
<li>Updated <a
href="https://github.com/csstools/cssdb"><code>cssdb</code></a> to <a
href="https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#812-october-14-2024"><code>8.1.2</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class"><code>@csstools/postcss-scope-pseudo-class</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class/CHANGELOG.md#401"><code>4.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo"><code>css-blank-pseudo</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#701"><code>7.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive"><code>postcss-attribute-case-insensitive</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive/CHANGELOG.md#701"><code>7.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class"><code>postcss-dir-pseudo-class</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class/CHANGELOG.md#901"><code>9.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible"><code>postcss-focus-visible</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible/CHANGELOG.md#1001"><code>10.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within"><code>postcss-focus-within</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within/CHANGELOG.md#901"><code>9.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link"><code>postcss-pseudo-class-any-link</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#1001"><code>10.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not"><code>postcss-selector-not</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not/CHANGELOG.md#801"><code>8.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers"><code>@csstools/postcss-cascade-layers</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#501"><code>5.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text"><code>@csstools/postcss-content-alt-text</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md#203"><code>2.0.3</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class"><code>@csstools/postcss-is-pseudo-class</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#501"><code>5.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"><code>@csstools/postcss-light-dark-function</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#206"><code>2.0.6</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo"><code>css-has-pseudo</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#701"><code>7.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting"><code>postcss-nesting</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1301"><code>13.0.1</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions"><code>@csstools/postcss-exponential-functions</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#203"><code>2.0.3</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax"><code>@csstools/postcss-media-minmax</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#203"><code>2.0.3</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values"><code>@csstools/postcss-media-queries-aspect-ratio-number-values</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#303"><code>3.0.3</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions"><code>@csstools/postcss-stepped-value-functions</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#403"><code>4.0.3</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions"><code>@csstools/postcss-trigonometric-functions</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#403"><code>4.0.3</code></a>
(patch)</li>
<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#1104"><code>11.0.4</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties"><code>postcss-custom-properties</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1403"><code>14.0.3</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors"><code>postcss-custom-selectors</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#803"><code>8.0.3</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function"><code>@csstools/postcss-color-function</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#404"><code>4.0.4</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function"><code>@csstools/postcss-color-mix-function</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#304"><code>3.0.4</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping"><code>@csstools/postcss-gamut-mapping</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#204"><code>2.0.4</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method"><code>@csstools/postcss-gradients-interpolation-method</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#504"><code>5.0.4</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function"><code>@csstools/postcss-hwb-function</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#404"><code>4.0.4</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function"><code>@csstools/postcss-oklab-function</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#404"><code>4.0.4</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"><code>@csstools/postcss-relative-color-syntax</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#304"><code>3.0.4</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation"><code>postcss-color-functional-notation</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#704"><code>7.0.4</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function"><code>postcss-lab-function</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#704"><code>7.0.4</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.7&new-version=10.0.8)](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-26 05:42:09 +07:00
Patrick Ben Koetter
1a8ac5d581
docs(fix): update README.md (#766)
Fixed typo in anchor text, which had the wrong domain name.

**Closing issues**

closes #765

Signed-off-by: Patrick Ben Koetter <p@sys4.de>
2024-10-24 19:30:03 +07:00
Patrick Kollitsch
4f623cb3cc
build(fix): remove version hack from release script
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-24 17:52:52 +07:00
Patrick Kollitsch
4c708bc4bc
chore(release): v2.11.0
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
v2.11.0
2024-10-24 17:49:07 +07:00
Patrick Kollitsch
503fbc9101
chore(release): v2.11.0
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-24 17:34:37 +07:00
Patrick Kollitsch
9df28820ba
chore(release): v2.10.1-prerelease.6
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
v2.10.1-prerelease.6
2024-10-24 17:03:40 +07:00
Patrick Kollitsch
aced7bda5c
chore(release): v2.10.1-prerelease.5
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-24 17:02:54 +07:00
Melroy van den Berg
473c7c14c6
theme(fix): remove caching of share links (#757)
You can't just cache the share links, that will result into every blog
post having the same URL.

Just use `partial` on the getShareLink.html. So now each post will show
the correct URL to share the post via social media or alike.

---------

Signed-off-by: Melroy van den Berg <melroy@melroy.org>
Signed-off-by: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>
Co-authored-by: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>
2024-10-24 16:58:58 +07:00
Patrick Kollitsch
1bcc471e00
theme(fix): paths to social func partials
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-24 16:56:53 +07:00
Patrick Kollitsch
ae14ccf407
docs(fix): update theme.toml with min version and authors
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-24 15:28:55 +07:00