fix: ignore the Japanese translation correctly

This commit is contained in:
Richard Alves
2025-11-10 10:17:19 -03:00
parent f90d1590e4
commit 801fdb352c

View File

@@ -7,7 +7,12 @@ feed_filenames = ["rss.xml"]
compile_sass = true compile_sass = true
minify_html = false minify_html = false
ignored_content = ["*/README.md", "*/LICENSE-CC-BY-NC"] ignored_content = [
"*/README.md",
"*/LICENSE-CC-BY-NC",
"**/*.ja.md", # ignora qualquer arquivo terminado em .ja.md
"**/*.ja/*.md", # ignora diretórios "algo.ja" com md dentro, se houver
]
[markdown] [markdown]
highlight_code = true highlight_code = true