gpt4 book ai didi

html - 如何从 ASCIIDoc 文件构建网站?

转载 作者:太空宇宙 更新时间:2023-11-04 13:10:55 28 4
gpt4 key购买 nike

有没有一种简单的方法可以从 ASCIIDoc 文件生成带有 menue 的网站,...?

假设我有几个 ASCII-Doc 文件:

chapter-1.asciidoc
chapter-2.asciidoc
chapter-3.asciidoc
chapter-4.asciidoc

我还有一个网站骨架,其中包含文件的“主要内容”以外的所有内容

<html>
<head>
</head>
<body>
<a href="chapter-1.asciidoc">
<a href="chapter-2.asciidoc">
<a href="chapter-3.asciidoc">
<a href="chapter-4.asciidoc">

CONTENT SHOULD GO HERE

</body>
</html>

现在我想生成 4 个 html 文件,其中包含呈现的 HTML 命令,这些文件被放置到网站骨架的副本中(此处替换
内容应该放在这里
)

是否有允许这样的工具?

最佳答案

最好的办法是使用 Middleman、awestruct、jekyll 等工具。 Asciidoc(python impl)和 Asciidoctor(ruby 或 javascript impls 或 java 包装器 AsciidoctorJ)都不能开箱即用。另一种方法是使用上述实现之一并调用 API 来呈现 asciidoc 文档,然后吐出呈现的内容。

关于html - 如何从 ASCIIDoc 文件构建网站?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33482264/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com