org html export css

Table of Contents

By default, org-mode’s html export is readable, but not very convenient to use(large/wide pic, table of content, etc.)

Here are some nice-looking alternatives

1. pure css

  • https://github.com/gongzhitaao/orgcss
  • from https://gitlab.com/OlMon/org-themes: (demo)
    • comfyinline
    • gray (outline on the left, fixed, which is quite nice)
    • imagine light
    • latexcss
    • plain
    • rethink (which aligns third-level heading like 5.6.1 and 5.6.2 horizontally)
    • retro dark
    • simple gray
    • simple inline (outline on the left, top of page)
    • simple white (outline on the left, top of page)
    • simple whiteblue
    • solarized dark
    • stylish white (grid outline top of page; gray structure markers “chapter 1” “list dot” on the left, which looks fun)

2. css + js

Author: Linfeng He

Created: 2024-04-03 Wed 20:16