75 Commits

Author SHA1 Message Date
Tom Alexander
1c356737c1
Only add vertical padding for the top of the first blog post and use the same background color throughout.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded
2025-02-17 22:32:38 -05:00
Tom Alexander
339bd433f6
Add slight padding the blog posts.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded
2025-02-17 22:16:43 -05:00
Tom Alexander
bb5fa6a487
Swap site background and blog post background to give better contrast.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded
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.
Some checks failed
rust-test Build rust-test has succeeded
format Build format has succeeded
clippy Build clippy has failed
2025-02-17 20:54:56 -05:00
Tom Alexander
db21bd8a55
Restrict media to the size of its container.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded
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.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded
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.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
build Build build has succeeded
rust-test Build rust-test has succeeded
2025-02-16 20:09:17 -05:00
Tom Alexander
8714d3b650
Increase the division between posts.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded
build Build build has succeeded
2025-02-16 17:39:21 -05:00
Tom Alexander
7c17087920
Show bold text as bold.
Some checks failed
clippy Build clippy has failed
rust-test Build rust-test has succeeded
build Build build has succeeded
format Build format has succeeded
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.
All checks were successful
rust-test Build rust-test has succeeded
format Build format has succeeded
build-natter Build build-natter has succeeded
rust-clippy Build rust-clippy has succeeded
2023-12-23 23:09:24 -05:00
Tom Alexander
d2ea6b6a0f
Add a light mode to the site.
All checks were successful
format Build format has succeeded
build-natter Build build-natter has succeeded
rust-clippy Build rust-clippy has succeeded
rust-test Build rust-test has succeeded
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.
All checks were successful
format Build format has succeeded
rust-test Build rust-test has succeeded
rust-clippy Build rust-clippy has succeeded
build-natter Build build-natter has succeeded
2023-12-23 19:23:39 -05:00
Tom Alexander
4fc08f4375
Add a template for static pages.
All checks were successful
rust-clippy Build rust-clippy has succeeded
rust-test Build rust-test has succeeded
format Build format has succeeded
2023-12-23 16:55:49 -05:00
fluxcdbot
df339f20fa CI: autofix rust code.
Some checks failed
rust-clippy Build rust-clippy has failed
rust-test Build rust-test has succeeded
format Build format has succeeded
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
Tom Alexander
a29b625631
Apply a dark background. 2023-12-19 20:33:21 -05:00
Tom Alexander
e193fcc2ba
Start applying styles to blog posts. 2023-12-19 19:23:56 -05:00
Tom Alexander
261fe8a1a2
Fix the links to the blog posts. 2023-12-19 16:49:46 -05:00
Tom Alexander
94d9a95967
Add a basic template for the blog stream page. 2023-12-19 14:13:29 -05:00
Tom Alexander
c84cfdc02b
Basic template for a page header. 2023-12-17 14:45:42 -05:00
Tom Alexander
9e3d72972c
Add a CSS reset file. 2023-12-17 11:55:38 -05:00
Tom Alexander
0b64551a23
Add templates for tables. 2023-10-31 20:31:36 -04:00
Tom Alexander
0fae417610
Add intermediate stage for text markup. 2023-10-31 19:57:04 -04:00
Tom Alexander
533997dbf5
Add a template for latex fragment. 2023-10-31 19:16:13 -04:00
Tom Alexander
0f7e5eea25
no-op the template for footnote definitions. 2023-10-29 22:29:29 -04:00