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

Make build.writeStats a struct #11191

Closed
bep opened this issue Jul 1, 2023 · 1 comment · Fixed by #11194
Closed

Make build.writeStats a struct #11191

bep opened this issue Jul 1, 2023 · 1 comment · Fixed by #11194
Assignees
Milestone

Comments

@bep
Copy link
Member

bep commented Jul 1, 2023

E.g.

writeStats struct {
  tags bool
  classes bool
  ids bool
}
@bep bep added the Enhancement label Jul 1, 2023
@bep bep self-assigned this Jul 1, 2023
@bep bep added this to the v0.115.1 milestone Jul 1, 2023
bep added a commit to bep/hugo that referenced this issue Jul 1, 2023
So you can do

```toml
[build.writeStats]
  tags = true
  classes = true
  ids = false
```

Fixes gohugoio#11191
bep added a commit to bep/hugo that referenced this issue Jul 1, 2023
So you can do

```toml
[build.writeStats]
  tags = true
  classes = true
  ids = false
```

Fixes gohugoio#11191
@bep bep closed this as completed in #11194 Jul 1, 2023
bep added a commit that referenced this issue Jul 1, 2023
So you can do

```toml
[build.writeStats]
  tags = true
  classes = true
  ids = false
```

Fixes #11191
bep added a commit to bep/hugo that referenced this issue Jul 2, 2023
Mostly to make it easier to toggle on/off this feature from the env.

See gohugoio#11191
bep added a commit that referenced this issue Jul 2, 2023
Mostly to make it easier to toggle on/off this feature from the env.

See #11191
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant