Commit graph

72 commits

Author SHA1 Message Date
TEC 470f915135
Whitespace re-alignment + tabs to spaces 2020-12-25 02:18:21 +08:00
TEC 099cab498d
Revamp CI config export to properly use htmlize 2020-12-25 01:17:57 +08:00
TEC 32caf16794
Untrack init.el and packages.el 2020-12-24 04:17:46 +08:00
TEC 01595a28ac Org html: add print-specific styling 2020-12-20 03:33:13 +08:00
TEC 990f236836 Org html: Move min-height from #page to #content
This avoids some sort of weird edge-case where applying it to #page
causes it to become 100vh tall (even on longer documents).
2020-12-13 19:52:38 +08:00
TEC a23cc4843f Org html: ensure that #page covers the viewport 2020-12-13 03:01:07 +08:00
TEC b5f928bec1 Config: Add commit hash to html export
also use last git change date, not current time
2020-12-10 02:44:01 +08:00
TEC d3f6f2fbfc Changes in generated python file 2020-12-09 14:47:46 +08:00
TEC 1f2983be5c Org: improve HTML pre-copying 2020-11-06 18:19:51 +08:00
TEC db5fcf2c4f Add github publish action 2020-11-04 00:06:06 +08:00
TEC caf70f34f9 Org html: Add a little sepia to light background 2020-10-11 13:24:58 +08:00
TEC f96157d42a Discuss Emacs as a platform a little bit 2020-10-08 00:39:49 +08:00
TEC b8583e6caf Org html: allow for invertible svgs 2020-10-08 00:24:06 +08:00
TEC 1b842ee6db Add three more screenshots to config page 2020-10-07 02:53:07 +08:00
TEC ff9224adb0 Org html: add red arrow to targeted element 2020-10-05 19:08:31 +08:00
TEC b009296433 Org html: spacing and colour tweaks
+ update compiled scss
2020-10-05 19:04:48 +08:00
TEC 2238736cc9 More auto-indenting 2020-10-05 18:52:29 +08:00
TEC 446efa6db8 Org html css: fix typo 2020-09-27 16:30:36 +08:00
TEC fa889d5e1f Org html: Update fonts loaded 2020-09-27 15:57:42 +08:00
TEC 0ac7e70e46 Org html: Improve layout on huge displays 2020-09-27 15:46:38 +08:00
TEC 85861ffe7c Org html: reduce DOM element containment
'paint' containment seems to be a step too far as it prevents the
hanging section numbers from rendering.
2020-08-31 18:35:28 +08:00
TEC 67cae19919 Config: Add more sections org latex export + misc 2020-08-29 23:21:15 +08:00
TEC 415b18b830 Config doc: add org-capture screenshot 2020-08-29 23:12:39 +08:00
TEC 6160b6f0ce Org html: improve rendering performance 2020-08-29 22:34:21 +08:00
TEC c4209bbefc Org html: use self-hosted Merriweather font
This gives us proper small-caps
2020-08-23 23:31:18 +08:00
TEC 21721be483 Org html: add acronym formatting 2020-08-23 21:16:03 +08:00
TEC aed6c9f255 Move all self-developed packages into lisp/
and update
2020-08-19 11:11:40 +08:00
TEC a1163059ab Fix typo (invertable → invertible) 2020-08-12 18:21:13 +08:00
TEC d09d7f3c73 Add screenshots, mark plot images as invertible 2020-08-12 18:13:19 +08:00
TEC a8b627782a Org html: add systemd label 2020-08-12 18:06:24 +08:00
TEC 6d03df917a Org html: improve quality of image inversion 2020-08-12 18:06:12 +08:00
TEC 50c40bc294 Org html: add authinfo label 2020-08-10 00:37:27 +08:00
TEC 37c62772e5 Org html: remove hidden src code lang from DOM 2020-07-19 18:08:30 +08:00
TEC 8411cbcd74 Org html: add ID links to tables 2020-07-19 17:57:31 +08:00
TEC d069406997 Org html: switch doctype to html5 2020-07-19 16:24:39 +08:00
TEC 4e85c08915 Org html: rematch img invert to background
and speed up theme transition, fixind incorrect
transition-property value
2020-07-19 15:38:46 +08:00
TEC f2e69592bd Org: better IDs, html: links to code block 2020-07-19 13:22:36 +08:00
TEC 2c1ec8424c Org html: tweak styling
- switch dark/light icons and add hover text
 - darken TOC text
 - make white shadow on link text only on hover
 - remove obsolete TOC code
 - make all TOC entries take up 100% width
2020-07-18 16:17:27 +08:00
TEC 9ba5a35f96 Org html: add copy button to src/example block 2020-07-18 03:05:47 +08:00
TEC d6d608304c Org html: tweak small screen theme toggle position 2020-07-18 02:39:24 +08:00
TEC 0c93a6b858 Org html: revamp TOC 2020-07-17 23:20:09 +08:00
TEC 6a1d1f29f5 Org html: make section numbering responsive 2020-07-17 14:32:02 +08:00
TEC af0b4f4649 Org html: forgot to style some elements 2020-07-17 13:34:20 +08:00
TEC cadf494253 Org html: improve code placement in paragraphs 2020-07-17 12:24:48 +08:00
TEC 19001f137a Org html: make src lang labels lang not mode 2020-07-17 12:00:15 +08:00
TEC c95045f4d1 Org html: TOC items must have a clear background
+ some re-generation of some html
2020-07-17 05:44:42 +08:00
TEC 91944dc020 Org html: mitigate <summary> differences in Chrome 2020-07-17 05:29:32 +08:00
TEC 015c33d780 Org html code fold marker: tweak placement 2020-07-17 05:12:46 +08:00
TEC 17f550d0ad Org html: handle wide table overflow 2020-07-17 05:08:30 +08:00
TEC 5f0b3bbba1 Org html export: make src blocks collapsable 2020-07-17 04:44:56 +08:00