Andreas Deininger

Results 238 issues of Andreas Deininger

With official release bootstrap 5 coming soon, I just had a look at #470 to overcome the compatibility issues mentioned there. It turned out to be quite easy, there was...

bootstrap

Browsing the user guide sources, I just realized that the version parameter inside `config.toml` of the userguide is not set: ``` 119 # The version number for the version of...

user guide

Currently, we are in the process of adding the option to use docsy as Hugo module (#871). Not all all existing installation will immediately switch over to hugo modules, though...

dependencies
module

This PR adds the `proxy` attribute to the module configuration, thus alleviating the use of a proxy.

This PR turns the `reveal-hugo` theme into a hugo module. With `git`and `go` installed, preview of the userguide theme is now as easy as: ``` git clone https://github,com/dzello/reveal-hugo cd exampleSIte...

The website uses the [docsy](https://docsy.dev) theme. This PR converts this theme from git submodule to hugo module. It also brings the theme to latest released version [v0,.2.0](https://github.com/google/docsy/releases/tag/v0.2.0).

**[Theme demo](https://hugo-book-demo.netlify.app/) at Netlify:** All links `Edit this page` are broken, this is a regression introduced with #325. There are two remedies: * revert #325 * rename branch `master` of...

*How to reproduce* - install [hugo SSG](https://github.com/gohugoio/hugo/releases) - clone [repo of hugo Docs](https://github.com/gohugoio/hugoDocs) - in the root of the cloned directory, run `hugo`, this will produce html sources in directory...

bug
help wanted