Andreas Deininger

Results 150 issues of Andreas Deininger

This PR bumps GitHub action workflows to latest version, thus avoiding deprecation warnings as e.g. seen [here](https://github.com/HugoBlox/theme-academic-cv/actions/runs/8494740275).

This PR fixes a broken link on the start page of the website. It also fixes a few typos and grammar errors on the way.

Currently , the deployment workflow fails, as seen [here](https://github.com/gin-gonic/website/actions/runs/8824558703). This PR fixes that. It pulls in the latest version of docsy which now makes use of bootstrap 5. I removed...

Run the [w3c validator](https://validator.w3.org/nu/?doc=https%3A%2F%2Fshadocs.netlify.app) on the example site of this repo. Several errors are reported. This PR fixes the all errors of kind: ``` Attribute 'data' not allowed on element...

Following up in #147, this PR converts the theme into a hugo module and automatically pulls in `bulma` as dependency. With this PR in place, setting up a new site...

### What is missing in the project? Shadocs theme supports tabbed panes, but this can be easily overlooked: - `tab` shortcode is not documented at all, - `snippet` shortcode acts...

feature

### What is missing in the project? I just got aware of your theme, great work! I realized that your theme - is not a [hugo module](https://gohugo.io/hugo-modules/use-modules/) yet. - is...

feature

Even with #63 applied, reading from .ini files can fail: **Minimum working example:** *test.ini* ``` [database] verbose=true port=5432 ``` *test.lua* ``` 1 cli = require 'cliargs'; 2 tbl = cli:read_defaults('test.ini',...

This PR fIxes a deprecation warning printed out when previewing site with hugo v0.124.1: ``` INFO deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in a future...

feature

This PR fixes a typo I spotted and bumps checkout action to latest version.