Andreas Deininger

Results 232 issues of Andreas Deininger

This PR renames configuration file `config.yaml` to `hugo.yaml`, as recommended in the [official docs](https://gohugo.io/configuration/introduction/#configuration-file).

This PR bumps docsy theme to latest released version v11.0. It bumps npm dependencies too and brings some minor cleanup and improvements.

This PR brings server side rendering of math equations via hugo's built-in KaTeX rendering engine. **Advantages:** - no JS needed for math content - typesetting of formulae using LaTeX standard...

When setting up a site using the config file given in `README.md` and previewing this site with latest hugo version 0.144.2, an error is thrown: ``` ERROR deprecated: site config...

This PR bump Github action workflows to latest versions, thus avoiding deprecation warnings as e.g. seen [here](https://github.com/axodotdev/oranda/actions/runs/11549131685).

### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...

proposal

When running example site with latest hugo version 0.146.3, errors are thrown: ``` Error: html/template:index.html:24:16: no such template "partials/paginator.html" ``` This PR fixes these issues. For details, see https://github.com/gohugoio/hugo/issues/13582

This PR adds the ability to author mathematical formulae inside a `math` code block: ```` ```math a^2 + b^2 = c^2 ``` ```` renders to: ```math a^2 + b^2 =...

enhancement

This PR fixes #563.

This repo holds the generated [resources](https://github.com/lxndrblz/anatole/tree/master/resources/_gen/assets/scss) from the build process. While this generally is a [good idea](https://discourse.gohugo.io/t/why-does-hugo-create-the-resources-directory/13021/3), there are several versions of these files, escpecially in the `scss` subfolder. **TODO**:...

enhancement