mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Merge pull request #2143 from ZhenShuo2021/dev/segment
🧑💻 chore: add options for faster development
This commit is contained in:
@@ -69,3 +69,12 @@ googleAnalytics = "G-PEDMYR1V0K"
|
||||
name = 'fragmentrefs'
|
||||
type = 'fragments'
|
||||
weight = 10
|
||||
|
||||
# Render only specific parts of the site for faster development. Use: hugo --renderSegments site_core
|
||||
[segments]
|
||||
[segments.site_core]
|
||||
[[segments.site_core.includes]]
|
||||
path = '{/,/docs,/docs/**,/samples,/samples/**}'
|
||||
[segments.en_only]
|
||||
[[segments.en_only.includes]]
|
||||
lang = 'en'
|
||||
|
||||
Reference in New Issue
Block a user