Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent Build Error from front matter changes (YAML, TOML, etc) #12779

Open
scopartu opened this issue Aug 17, 2024 · 0 comments
Open

Persistent Build Error from front matter changes (YAML, TOML, etc) #12779

scopartu opened this issue Aug 17, 2024 · 0 comments
Labels
Milestone

Comments

@scopartu
Copy link

scopartu commented Aug 17, 2024

What version of Hugo are you using (hugo version)?

$ hugo version
0.131.0

Does this issue reproduce with the latest release?

Yes

This is not the first time I have encountered this and it may go many versions back when tested. Here are the steps to reproduce:

  1. Create a blank Hugo site.
  2. Add a dummy post with YAML front matter, for example
---
 title: Test
 url: test
date: 2024-08-16
description: Lorem ipsum dola sit amet
---
  1. Open this post in your browser after running hugo server
  2. Now Go back and edit the post by adding an asterisk to the description like description: * Lorem ipsum dola sit amet.
  3. An error is thrown.
  4. Delete the asterisk. Error persists requiring a server restart.
@bep bep removed the NeedsTriage label Aug 17, 2024
@bep bep added this to the v0.134.0 milestone Aug 17, 2024
@scopartu scopartu changed the title Persistent Build Error from front matter Persistent Build Error from front matter changes Aug 18, 2024
@scopartu scopartu changed the title Persistent Build Error from front matter changes Persistent Build Error from front matter changes (YAML, TOML, etc) Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants