git: aaa5068963 - main - hugo: Ignore gettext po files when building

"Danilo G. Baio" <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=aaa5068963ef84e55bc9c24229741719cb76648b

commit aaa5068963ef84e55bc9c24229741719cb76648b
Author:     Danilo G. Baio <[email protected]>
AuthorDate: 2021-06-12 12:27:12 +0000
Commit:     Danilo G. Baio <[email protected]>
CommitDate: 2021-06-12 12:27:12 +0000

    hugo: Ignore gettext po files when building
---
 documentation/config/_default/config.toml | 2 +-
 website/config/_default/config.toml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/config/_default/config.toml b/documentation/config/_default/config.toml
index 9fbd8c26a0..6a2b641c73 100644
--- a/documentation/config/_default/config.toml
+++ b/documentation/config/_default/config.toml
@@ -11,7 +11,7 @@ theme = "beastie"
 disableKinds = [ "taxonomy", "taxonomyTerm" ]
 authors = [ "[email protected]" ]
 preserveTOC = true
-ignoreFiles = [ "chapters-order.adoc$", "toc.adoc$", "toc-tables.adoc$", "toc-figures.adoc$", "toc-examples.adoc$", "toc-1.adoc$", "toc-2.adoc$", "toc-3.adoc$", "toc-4.adoc$", "toc-5.adoc$", "books.adoc$", "chapter.adoc$" ]
+ignoreFiles = [ "chapters-order.adoc$", "toc.adoc$", "toc-tables.adoc$", "toc-figures.adoc$", "toc-examples.adoc$", "toc-1.adoc$", "toc-2.adoc$", "toc-3.adoc$", "toc-4.adoc$", "toc-5.adoc$", "books.adoc$", "chapter.adoc$", "\\.po$" ]
 enableRobotsTXT = true
 
 [params]
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 = [ "[email protected]" ]
-ignoreFiles = [ "report-sample.md$" ]
+ignoreFiles = [ "\\.po$" ]
 enableRobotsTXT = true
 
 preserveTOC = true
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.