diff options
| author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-06-12 12:27:12 +0000 |
|---|---|---|
| committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-06-12 12:27:12 +0000 |
| commit | aaa5068963ef84e55bc9c24229741719cb76648b (patch) | |
| tree | bc9f36ccd04d1530f6b2bce036a497eb3efb3d66 /website/config/_default | |
| parent | bcbdcf52ce6535afa5da0cb48b1575ab8d071990 (diff) | |
hugo: Ignore gettext po files when building
Diffstat (limited to 'website/config/_default')
| -rw-r--r-- | website/config/_default/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/config/_default/config.toml b/website/config/_default/config.toml index cc754900b3..272afe11ed 100644 --- a/website/config/_default/config.toml +++ b/website/config/_default/config.toml @@ -10,7 +10,7 @@ disableKinds = [ "taxonomy", "taxonomyTerm" ] disableLanguages = ["tr", "el"] disablePathToLower = true authors = [ "carlavilla@FreeBSD.org" ] -ignoreFiles = [ "report-sample.md$" ] +ignoreFiles = [ "\\.po$" ] enableRobotsTXT = true preserveTOC = true |
