Replies: 2 comments 4 replies
-
I like markdown in general and pax can generate the current manual also in md. I'll take a look. The alternative is also just to use 3BMD and generate on the fly on the clog website the html. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello. If there is interest i can rewrite tutorials from google docs to org-mode. Github formats these quite nicely and conversion to markdown (and vice versa) is pretty straightforward. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
So currently the CLOG tutorials are in Google Docs.
If you like this theme: https://docsify.js.org/ I can help setting it up. This system doesn't need to generate HTML pages, it transforms the .md ones to HTML on the fly. We need .md doc pages in a docs/ directory, have an index.html that loads docsify (see their doc), and tell GitHub Pages to serve from the docs/. It will read index.html, load Docsify, load the .md files as HTML.
If you want another documentation organization, I can recommend Hugo since it's built in Go (-> fast and easy to install, no dependency hell or breakage on updates), but it's a bit more work.
Or something else, there are plenty.
edit: a cons is that it isn't the best for SEO: no HTML pages, poor SEO.
Beta Was this translation helpful? Give feedback.
All reactions