mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
🧑💻 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:
5
exampleSite/config/development/hugo.toml
Normal file
5
exampleSite/config/development/hugo.toml
Normal 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']
|
||||
Reference in New Issue
Block a user