Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ branches:

cache:
# Cache node_modules to avoid re-downloading on every build
# Cache resources/_gen to avoid recompiling SCSS/CSS on every build (Hugo/Docsy asset pipeline)
# See https://docs.travis-ci.com/user/caching/
directories:
- node_modules
- resources/_gen

before_install:
###############
Expand Down
7 changes: 7 additions & 0 deletions config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ disableKinds = ["taxonomy", "term"]
quality = 75
anchor = "smart"

[build]
workers = 4
writeStats = true
noChmod = true
useResourceCacheWhen = "fallback"
gc = true

# Language configuration

[languages]
Expand Down