emacs-config/misc/org-css
2021-01-09 01:15:45 +08:00
..
.dir-locals.el Org html: add scss save hook, make css and reload 2021-01-09 01:15:03 +08:00
.gitignore Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_aside.scss Org html: delete/comment out some unused CSS 2021-01-09 00:14:21 +08:00
_bibliography.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_blocks.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_breadcrumbs.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_code.js Typo fix: clipboard not clipdord 2021-01-08 22:03:38 +08:00
_code.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_commons.scss Org html: subtlety restyle links 2021-01-09 00:47:47 +08:00
_dropcap.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_edits.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_figure.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_footnotes.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_headings.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_hr.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_layout.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_links.scss Org html: subtlety restyle links 2021-01-09 00:47:47 +08:00
_lists.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_normalize.scss Org html: Upgrade normalise from v7 to v8 2021-01-09 00:02:11 +08:00
_org.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_print.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_table.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_tags.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_theme.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_toc.js Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
_toc.scss Rename misc/pile-css-theme/ to misc/org-css/ 2021-01-08 19:56:53 +08:00
LICENSE Org html: update readme and licence of style 2021-01-09 01:15:45 +08:00
main.css Org html: subtlety restyle links 2021-01-09 00:47:47 +08:00
main.js Typo fix: clipboard not clipdord 2021-01-08 22:03:38 +08:00
main.scss Org html: delete/comment out some unused CSS 2021-01-09 00:14:21 +08:00
README.org Org html: update readme and licence of style 2021-01-09 01:15:45 +08:00

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