Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我爱组织模式!我尝试使用 org-export-html 创建我的个人页面。Org-mode 可以很好地使用 mathjax 导出latex-math,以及许多其他功能。我喜欢那个!我想要一个整洁美观的个人网站,与 github 上的 wiki 和博客集成。
如何配置 org-mode 来构建这样一个支持主题的 wiki+blog 站点?
我认为,这个项目符合我的需要:
我不确定我是否正确理解了您的问题,因为我认为无事可做!
git-hub 的 wiki 站点有自己的 git 存储库。执行 git checkout 并添加在 orgmode 中编辑的文件。当您提交并拉取它们时,它们将在 html 中正确输出。
(这就是我在 git-hub 中为项目存储库所做的)
希望它有帮助,杰里米