🧑‍💻 chore: add options for faster development

Add example:site_core and example:site_core:en_only for faster development

We need development/hugo.toml since the segments still renders images.
See object graph in https://gohugo.io/configuration/segments/
This commit is contained in:
ZhenShuo Leo
2025-05-14 18:01:45 +08:00
parent 1d21656d5e
commit 48e66514f9
3 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# Development configuration. Disable this by running: hugo server -e production
# https://gohugo.io/quick-reference/glossary/#environment
# Exclude folders containing large numbers of images
ignoreFiles = ['content/guides', 'content/users']