我在dotnest上创建了一个网站。我想要create a custom theme。文档告诉我启动命令行界面。
好的,我从GitHub和follow the instructions获得最新消息。 dotnet run
有效!大!
因为我需要orchard.exe来创建主题I change into the correct directory and try to run。即使在构建之后,dotnet核心版本中也没有bin\Orchard.exe
。我检查源代码,所有Program.cs文件启动Web服务器。
如何运行orchard命令行以便创建主题以便我可以在dotnest上安装它?
答案 0 :(得分:1)
正如@Hazza在评论中提到的,DotNest在Orchard 1上运行,因此您需要从GitHub(https://github.com/OrchardCMS/Orchard/releases/tag/1.10.2)下载Orchard 1并使用其Orchard.exe程序生成主题项目。
DotNest在此提供了进一步的说明,为DotNest创建自定义主题:https://dotnest.com/knowledge-base/topics/theming/