Replies: 1 comment
-
dendron-exportsHello, i have create a project that can export Dendron vault notes into SSG-compatible Markdown named dendron-exports My notes website is using dendron-export and lume. dendron-export will convert Dendron note into lume compatible markdown. After it, lume render markdown into HTML. You can see dendron-exports in action at https://notes.levirs.my.id/ Currently, dendron-exports only support lume. I have created lume template that can use with dendron-export. Here is template link https://github.com/levirs565/dendron-lume . You can request new SSG support by creating issue at dendron-exports or you can create your own renderer. How to generate static webpage and run it without a server?You can use dendron-exports, lume and dendron-lume to generate static webpage. However, currently there are lume bug that make generating static webpage not possible. |
Beta Was this translation helpful? Give feedback.
-
I want to generate a static webpage and run it without a server. I want to zip it and send it to my colleagues and therefore I would like to avoid instructing them on how to set up a local server.
I know that MkDocs as well as Material docs can generate such "offline" static files. How can I accomplish this with Dendron?
Beta Was this translation helpful? Give feedback.
All reactions