503 Commits

Author SHA1 Message Date
Patrick Kollitsch
0e25604ceb
build(fix): add release:minor script
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 18:14:41 +07:00
Patrick Kollitsch
c3d1da9dd1
chore(release): v2.11.3
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
v2.11.3
2025-02-09 18:01:19 +07:00
Patrick Kollitsch
324da65cca
docs(fix): update wording in README.md
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 17:24:14 +07:00
Patrick Kollitsch
f5eaa5f8f7
build(fix): log server output into log file
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 17:07:25 +07:00
Patrick Kollitsch
6454183963
docs(fix): fix markdown in README.md
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 17:06:16 +07:00
Patrick Kollitsch
40fea59c8b
theme(fix): rework of the way the main sections for index.html are calculated
the following is a draft for the release page that should explain most of it:

* Index page: the way main sections were evaluated was unclear and probably changed much from the original design in GoHugo. This has been fixed and the main sections are now evaluated in a more consistent way. This might affect what is shown on your website, so open a discussion if you see something wrong and try to explain exactly what you expected to see in sense of included posts and order of those posts.

  The old way did this: check all configured main sections (or post, if nothing is set) > range through the section and display the first n+m posts (n = number of full previews, m = number of title previews only).

  The new way does this: load all posts in the main sections > range through the collection and display the first n+m posts (n = number of full previews, m = number of title previews only).

  Basically, the old way took every single section you configured and displayed them separate, the new way takes all posts from all sections and displays them in one list. This is more consistent and should be more predictable for you as a user. It's also the way it was intended to work from the beginning according to the documentation.

closes #686

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 16:52:52 +07:00
Patrick Kollitsch
3fc0dba401
theme(fix): add author bylines and fix author generation
closes #623

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 15:55:24 +07:00
Patrick Kollitsch
2bd232b5ec
refactor(codestyle): rewrite author meta tag generation
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 15:54:05 +07:00
Patrick Kollitsch
33e51d6b58
content(fix): add Netlify demo site to theme.toml
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 15:32:48 +07:00
Patrick Kollitsch
50996e875f
content(fix): use Hugo page on Wikipedia for sample link
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 15:17:22 +07:00
Patrick Kollitsch
1e84edf23b
build(fix): remove obsolete CLI parameters from server commands
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 15:14:41 +07:00
Patrick Kollitsch
78d6b6fd33
build(config): add .nvmrc
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-09 15:05:50 +07:00
Jeremy Mayeres
e64f74c492
theme(fix): social follow/share using new config (#821)
A recent commit changed the config for social to use a map instead of a
list, this broke the social share/follow, though a quick fix seems to
restore it and removes the need for sorting.

Closes #808

I checked the wikipedia example from the original issue and it seems
like this will also fix that. I'm not sure if you had anything else to
fix, feel free to push to my branch.
2025-02-09 15:03:52 +07:00
Patrick Kollitsch
799886d396
chore(setup): update gitignore file
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-01 07:09:15 +07:00
Patrick Kollitsch
5ab0adb0e1
refactor: using full file names for partials
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2025-02-01 06:58:46 +07:00
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