4

我已经为 Melatsmith 尝试了不同的插件组合,但仍然需要帮助。您能否建议如何像这样转换结构:

src/
  pages/
    about/
      index_de.md
      index_en.md
    contact/
      index_de.md
      index_en.md
  posts/
    my-first-post/
      index_de.md
      index_en.md
    my-second-post/
      index_de.md
    my-third-post/
      index_en.md

进入:

build/
  de/
    pages/
      about/
        index.html
      contact/
        index.html
    posts/
      my-first-post/
        index.html
      my-second-post/
        index.html
  pages/                # english by default
    about/
      index.html
    contact/
      index.html
  posts/               # english by default
    my-first-post/
      index.html
    my-third-post/
      index.html

不幸的是,在 Metalsmith 中关于多语言的所有文章中,他们已经有了 locale 文件夹src。在我的版本中,我不想拥有它,而是.md为每个语言环境提供不同版本的文件。

4

0 回答 0