Export Org Mode to HTML
Table of Contents
1 In This Video
1.1 Most basic org mode HTML export
org-export-dispatch
h
for HTMLo
for open
1.2 Basic options to customize the export
- Configure options by adding:
#+OPTIONS:
1.2.1 Numbering
num:nil
1.2.2 Table of Contents
toc:nil
1.2.3 Advanced options
1.3 Further customizing the exported HTML
Make it look better!
1.3.1 SETUPFILES
- readtheorg & bigblow themes
- https://github.com/fniessen/org-html-themes
#+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-NAME.setup
1.3.2 Custom CSS
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles.css"/>
2 Themes To Try
I have not tried/like all of these, just some options you could give a go. You may need to download the CSS file directly for some of these as well as they may not be hosted online.
2.1 Org-Min
#+HTML_HEAD: <link rel="stylesheet" href="https://sandyuraz.com/styles/org.min.css">
2.2 Rethink
2.3 Imagine
2.4 Alphapapa’s Darksun
2.5 Bigblow
#+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-bigblow.setup
2.6 Readtheorg
#+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-readtheorg.setup
2.6 LaTeX.css
#+HTML_HEAD: <link rel="stylesheet" href="https://latex.now.sh/style.css">