Skip to content

Commit

Permalink
Ignore node_modules files from site gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
etefera committed Sep 25, 2020
1 parent 84aeece commit da2836b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ enableMissingTranslationPlaceholders = true

disableKinds = ["taxonomy", "taxonomyTerm"]

# Ignore dependencies in site generation
ignoreFiles=["node_modules"]

# Highlighting config
pygmentsCodeFences = true
pygmentsUseClasses = false
Expand Down

0 comments on commit da2836b

Please sign in to comment.