Skip to content

themes/tailbliss/hugo.yaml YAML violation breaks website deployment #3

@dean-taylor

Description

@dean-taylor

The TailBliss theme, introduced as a git submodule, has an issue within its configuration yaml file.

The markup section appears in two locations. This breaks the YAML parser in the configuration process and the site build fails.

Suggest cloning the TailBliss theme directly into the sites codebase so that the themes/tailbliss/hugo.yaml fix remains persistent.

hugo: collected modules in 1036 msERROR Failed to reload config: failed to load modules: "/Users/dean/ais/web-dev/themes/tailbliss/hugo.yaml:186:1": [186:1] mapping key "markup" already defined at [15:1]
  183 |       url: /contact/
  184 |       weight: 50
  185 | 
> 186 | markup:
        ^
  187 |   goldmark:
  188 |     renderer:
  189 |       unsafe: true
  190 | 
  191 |

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions