nice-org-html

(use-package nice-org-html
  :hook (org-mode . nice-org-html-mode)
  :config
  (setq nice-org-html-theme-alist
        '((light . modus-operandi)
          (dark  . modus-vivendi)))
  (setq nice-org-html-headline-bullets nil))
This is part of my Emacs configuration.