Andreas Deininger

Results 238 issues of Andreas Deininger

This PR adds a new page template for new pages added at GitHub (via link `Create new child page` in the right sidebar). If this file exists already, it is...

This PR follows up and closes #161. It adds automated workflows for * site deployment on GitHub pages * link checking For this purpose, two workflow files for GitHub actions...

The docsy user guide uses `yaml` format for its config files, while the example site still uses `config.toml`. According to this [issue](https://github.com/google/docsy/issues/951), yaml seems to be the preferred format for...

Some days ago, revealjs was updated to v.5.0.0 (meanwhile the latest version is 5.0.4). Would it be possible to update from current version 4.4.0 to this one?

In the project description shown top right in main project site, the project website `https://argbash.dev` should be added.

As explained [here](https://github.com/Timmmm/excalidraw_export#fonts), by default the two fonts used by Excalidraw are referenced using CSS. Currently, this is the deafult behaviour when retrieving Excalibur diagrams from kroki. In certain circumstances,...

**Reproduction**: Retrieve an UMLet diagram with the diagram source containing invalid xml, e-g.: ``` ``` An error is reported: `bip... bip... something wrong happened!` ``` Error 400: SLF4J: Failed to...

🍩 enhancement

This PR bumps workflow actions in GitHub workflows to their latest versions. It also fixes the warning `Restore cache failed`, seen e.g. [here](https://github.com/google/uuid/actions/runs/7543626888).

This PR fixes the grammar in synopsis of command 'hugo server'.

Hugo command `new --help` prints out 9 flags: ``` $ hugo new --help Create a new content file and automatically set the date and title. ... Usage: hugo new content...

Enhancement