emacs-config/misc/org-css/README.org

698 B

Pile Theme

A sass-based set of styles to be used by Org when exporting to HTML. main.scss is compiled to main.css which is then inserted into the <head> of generated HTML documents.

This is a modified version of lepisma's lovely pile-theme.

A little non-essential JS has been added to provide:

  • Functionality for copy-to-clipboard buttons
  • Have the table of contents auto-expand based on the current scroll position

Development

To build main.css and main.js, I simply run

sassc main.scss main.css

Then for combining the JS

cat _*.js > main.js