Updated: 2024-03-05 Tue 01:44

Publishing With Org

Getting started with publishing with org

Seems daunting at first, but with enough persistence you will find that things will eventually go your way. Also, the resource for setting up the site seems sparse for those uninitiated in Emacs and google does not do a good job of helping you find the way. For example, I was searching for a way to set a consistent header and footer in all published html. The results point to setting `org-html-preamble` and `org-html-postamble` headers, which seems easy at first, but only for texts?? If you want to set a nav tag in the header then you would either need to write a function which returns the desired string or write everything as html string in a single line. updated

print("hello")
const a = "random String";
    console.log(1+2);

Refs:

~
Generated by Emacs 29.1 (Org mode 9.6.6)