9 Commits

Author SHA1 Message Date
quest
6406e4262c
Fix slight image resize issue 2022-09-13 01:24:12 -10:00
quest
26ad260858
Numerous improvements and bug fixes.
- Refactored themes to always load with just a single file. This avoids
  a round trip on each request.
- Locally load font when available on the system, then try to
  load the woff2 file, then fall back to regular woff.
- Update markup to use relative urls where it is safe. RSS feeds still
  use absolute URLs.
- Only set og:image:(height/width) when using the standard color icon.
- Fixed styles on the pagination buttons.
- Added ability to switch font to Source Code Pro (useSourceCodePro).
- Added yellow theme.
- Added grey theme.
- Bold and remove underline for active page in header.
- Removed markdownify on summary.
- Only display date if present.
2022-09-12 16:26:31 -10:00
panr
411fade4c6 update font the latest version and fix "font-feature-settings" to enable ligatures 2022-01-07 11:23:56 +01:00
panr
5737d557f4 fix list styles and re-minify styles. closes #255 2021-10-24 17:41:21 +02:00
Radek Kozieł
bbaf93ff6f
Merge pull request #258 from kllmanu/patch-1
prevent footnotes from affecting line-height
2021-10-24 10:04:58 +02:00
panr
7d58896abd add cmake, llvm and nasm syntax 2021-08-24 14:30:28 +02:00
manu
ec451ec43e
prevent footnotes from affecting line-height
see https://stackoverflow.com/a/6594576
2021-06-16 10:47:46 +02:00
Robbie Nohra
547a17a25f reverted static styles.css; added preliminary gist stylesheet; added gist stylesheet import in assets main.css 2020-12-22 18:17:40 -05:00
panr
0759309c59 Webpack -> Hugo Pipes 2020-08-09 23:49:38 +02:00