21 lines
461 B
YAML
21 lines
461 B
YAML
# config.testing.toml
|
|
# This configuration inherits from the base config and overrides draft settings
|
|
|
|
# Import base configuration
|
|
imports: ["hugo.yml"]
|
|
|
|
# Override settings for testing
|
|
buildFuture: true
|
|
|
|
# Configure what content is built in testing env
|
|
params:
|
|
environment: testing
|
|
buildTestContent: true
|
|
|
|
# Keep your shared content exclusions
|
|
ignoreFiles:
|
|
- "content/shared/.*"
|
|
|
|
# Ignore specific warning logs
|
|
ignoreLogs:
|
|
- warning-goldmark-raw-html |