有效如何为src * .md文件

问题描述

我正试图在我的11ty(Eleventy)网站中找到为特定页面生成AMP版本的解决方案。

例如以下内容...

|
+- /src
    |
    +- /recipes
        |
        +- super-stroodle.md

理想情况下,我希望看到以下生成内容...

|
+- /_site
    |
    +- /recipes
        |
        +- super-stroodle
            |
            +- index.html
            |
            +- amp.html <-- Same content but different layout

在index.html文件中,我会在标题中看到以下内容...

<head>
    <link rel="canonical" href="https://example.com/recipes/super-stroodle">
    <link rel="amphtml" href="https://example.com/recipes/super-stroodle/amp">
</head>

我并不局限于这种结果,但是我确实需要某种方法来应用替代布局来选择源内容

有什么想法如何用11ty做到这一点?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)