85 Commits

Author SHA1 Message Date
Tom Alexander
75a763569b
Disable ligatures in all code areas. 2025-02-22 18:27:45 -05:00
Tom Alexander
c67eb32774
Add more colors to python. 2025-02-22 18:26:33 -05:00
Tom Alexander
04952895cf
Add support for highlighting python based on the nix highlighter. 2025-02-22 17:56:56 -05:00
Tom Alexander
c4cf814f8d
Also add highlighting for paths. 2025-02-22 16:55:53 -05:00
Tom Alexander
3245e830d2
Assign more colors. 2025-02-22 16:46:47 -05:00
Tom Alexander
57eb1b81ec
Start assigning colors. 2025-02-22 16:35:05 -05:00
Tom Alexander
c601c8697a
Start a language-specific css file for highlight colors. 2025-02-22 16:25:36 -05:00
Tom Alexander
4ea1a46705
Update dust templates to support the new source code block format. 2025-02-22 16:13:23 -05:00
Tom Alexander
ae6f18d19c
Center images when they are the only contents in a paragraph. 2025-02-22 13:15:58 -05:00
Tom Alexander
c371b999d5
Use the raw timestamp source for rendering timestamps. 2025-02-22 12:23:35 -05:00
Tom Alexander
1c356737c1
Only add vertical padding for the top of the first blog post and use the same background color throughout. 2025-02-17 22:32:38 -05:00
Tom Alexander
339bd433f6
Add slight padding the blog posts. 2025-02-17 22:16:43 -05:00
Tom Alexander
bb5fa6a487
Swap site background and blog post background to give better contrast. 2025-02-17 22:12:08 -05:00
Tom Alexander
71b6db14d5
Add a background color for stand-alone blog posts. 2025-02-17 22:08:46 -05:00
Tom Alexander
69fb91db37
Remove padding on blog stream posts.
It was causing an ugly tail on blog stream posts.
2025-02-17 22:00:33 -05:00
Tom Alexander
5fd93fc648
Allow line wrapping even when contiguous words are really long.
The code blocks were causing horizontal scrolling on mobile.
2025-02-17 21:29:43 -05:00
Tom Alexander
033a17e355
Increase home link font size. 2025-02-17 21:29:43 -05:00
Tom Alexander
824f34bd4c
Make everything box-sizing: border-box. 2025-02-17 20:57:40 -05:00
Tom Alexander
d93e91c625
Increase the font size for inline source blocks to the normal font size. 2025-02-17 20:54:56 -05:00
Tom Alexander
db21bd8a55
Restrict media to the size of its container. 2025-02-17 20:49:36 -05:00
Tom Alexander
69729bd329
Include viewport meta tag. 2025-02-17 20:49:36 -05:00
Tom Alexander
ddea8fdceb
Increase title font-size. 2025-02-17 19:03:48 -05:00
Tom Alexander
71f639e503
Fix size of code blocks in headlines and make the line spacing more pleasant. 2025-02-16 20:09:17 -05:00
Tom Alexander
8714d3b650
Increase the division between posts. 2025-02-16 17:39:21 -05:00
Tom Alexander
7c17087920
Show bold text as bold. 2025-02-16 11:45:52 -05:00
Tom Alexander
4fb67c18ae
Add support for rendering the images. 2025-02-01 23:14:20 -05:00
Tom Alexander
fa16a7dd39
Add styling for pagination links. 2023-12-23 23:09:24 -05:00
Tom Alexander
d2ea6b6a0f
Add a light mode to the site. 2023-12-23 21:54:16 -05:00
Tom Alexander
24218f2979
Generate post links, so far only top-level. 2023-12-23 21:22:43 -05:00
Tom Alexander
cb5d131097
Add support for plain links. 2023-12-23 19:23:39 -05:00
Tom Alexander
4fc08f4375
Add a template for static pages. 2023-12-23 16:55:49 -05:00
fluxcdbot
df339f20fa CI: autofix rust code. 2023-12-23 01:46:40 +00:00
Tom Alexander
1107a653cf
Add borders to the table groups. 2023-12-22 18:06:55 -05:00
Tom Alexander
95d4ee7080
Render the table groups. 2023-12-22 18:06:55 -05:00
Tom Alexander
5dfd46852f
Add some basic styling to tables. 2023-12-21 21:59:52 -05:00
Tom Alexander
7e2fd70212
Style the homepage. 2023-12-21 18:34:42 -05:00
Tom Alexander
01b55b7256
Make paragraphs under footnote definitions display inline.
This seems to be the behavior of the upstream org html exporter.
2023-12-21 17:44:40 -05:00
Tom Alexander
bd68681e44
Increase the size of headlines.
This is to make them stand out more from the regular text.
2023-12-21 17:31:19 -05:00
Tom Alexander
2914e42ba1
For plain list items with a single child that is a paragraph, do not wrap in paragraph html tags.
This is mimicking the behavior from org-mode's HTML exporter.
2023-12-21 17:18:51 -05:00
Tom Alexander
a8969f141d
Style code and verbatim. 2023-12-21 16:49:44 -05:00
Tom Alexander
6f049e00d4
Style inline source blocks. 2023-12-21 16:42:22 -05:00
Tom Alexander
45a1076d18
Style descriptive plain lists. 2023-12-21 16:39:26 -05:00
Tom Alexander
775c88d67a
Style footnotes. 2023-12-21 15:44:56 -05:00
Tom Alexander
efbf6cfc0c
Style ordered and unordered plain lists. 2023-12-21 15:31:13 -05:00
Tom Alexander
5af4a372ae
Make object trailing space dependent on post_blank. 2023-12-21 15:13:07 -05:00
Tom Alexander
5654c40d03
Get the real language for src blocks from the org source. 2023-12-21 12:07:36 -05:00
Tom Alexander
b538750287
Preserve whitespace in src blocks. 2023-12-21 12:04:29 -05:00
Tom Alexander
65ed754bfe
Space out some elements. 2023-12-19 21:57:33 -05:00
Tom Alexander
80cdf5166b
Style quote blocks, h2, and h3. 2023-12-19 21:41:41 -05:00
Tom Alexander
3968121d54
Style src blocks. 2023-12-19 21:30:59 -05:00