Andreas Deininger

Results 150 issues of Andreas Deininger

This PR converts the theme to a hugo module and explains how to use the theme as hugo module. I hope you like this alternate way of making use of...

This PR fixes several typos I spotted in the project.

This PR bumps GitHub workflow actions to their latest versions.

When previewing or building the example site with latest hugo version v0.120.1, deprecation warnings are shown: ``` Start building sites … hugo v0.120.1-16fb2cae88eb6add7d12e9fbfcf01d8670e60a35+extended linux/amd64 BuildDate=2023-10-30T16:44:31Z VendorInfo=gohugoio WARN The author key...

This PR fixes typos I spotted in the project.

This PR fixes several typos I spotted in the project.

This PR fixes a deprecation warning emitted by hugo: ``` INFO deprecated: .Site.Social was deprecated in Hugo v0.124.0 and will be removed in a future release. Use .Site.Params instead. ```

This PR updates the outdated SMTP server `smtp.live.com`. It also adds the option `office365` to the values allowed with `use`.

``` mailsend-go -V @(#) mailsend-go v1.0.10 ``` **How to reproduce:** ``` mailsend-go -smtp foo -ssl -info ``` This results in ``` panic: runtime error: invalid memory address or nil pointer...

This PR bumps GitHub stale workflow action to its latest version, thus avoiding deprecation warning as seen e.g. [here](https://github.com/openai/openai-cookbook/actions/runs/8640318310).