mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
fix: ignore the Japanese translation correctly
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user