mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
@@ -405,8 +405,9 @@ func (h *HugoSites) withPage(fn func(s string, p *pageState) bool) {
|
||||
type BuildCfg struct {
|
||||
// Skip rendering. Useful for testing.
|
||||
SkipRender bool
|
||||
|
||||
// Use this to indicate what changed (for rebuilds).
|
||||
whatChanged *whatChanged
|
||||
WhatChanged *WhatChanged
|
||||
|
||||
// This is a partial re-render of some selected pages.
|
||||
PartialReRender bool
|
||||
|
Reference in New Issue
Block a user