Commit Graph

59 Commits

Author SHA1 Message Date
Tom Alexander fa16a7dd39
Add styling for pagination links.
rust-test Build rust-test has succeeded Details
format Build format has succeeded Details
build-natter Build build-natter has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
2023-12-23 23:09:24 -05:00
Tom Alexander d2ea6b6a0f
Add a light mode to the site.
format Build format has succeeded Details
build-natter Build build-natter has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
rust-test Build rust-test has succeeded Details
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.
format Build format has succeeded Details
rust-test Build rust-test has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
build-natter Build build-natter has succeeded Details
2023-12-23 19:23:39 -05:00
Tom Alexander 4fc08f4375
Add a template for static pages.
rust-clippy Build rust-clippy has succeeded Details
rust-test Build rust-test has succeeded Details
format Build format has succeeded Details
2023-12-23 16:55:49 -05:00
fluxcdbot df339f20fa CI: autofix rust code.
rust-clippy Build rust-clippy has failed Details
rust-test Build rust-test has succeeded Details
format Build format has succeeded Details
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
Tom Alexander 3720558d93
Render the footnote definitions. 2023-10-29 18:46:13 -04:00
Tom Alexander b66ec507ef
Create a render ast node type. 2023-10-29 18:46:13 -04:00
Tom Alexander 52ca300de3
Beginning to hand out footnote ids. 2023-10-29 12:24:49 -04:00
Tom Alexander 6d83828012
Add inline source block. 2023-10-29 10:44:32 -04:00
Tom Alexander eaea37f448
Add a basic template for source blocks. 2023-10-29 10:41:03 -04:00
Tom Alexander d9a3b13780
Use raw_link instead of path for regular links. 2023-10-29 09:31:00 -04:00
Tom Alexander f164838953
Add a space after objects. 2023-10-27 20:54:24 -04:00
Tom Alexander fe3f2642fe
Add a marker to make incomplete templates more obvious in the rendered html. 2023-10-27 20:51:27 -04:00
Tom Alexander 3d89492518
Add regular link. 2023-10-27 20:43:57 -04:00
Tom Alexander 793789bdf2
Add entity. 2023-10-27 20:27:50 -04:00
Tom Alexander 4adaeb0341
Add line break. 2023-10-27 20:21:21 -04:00
Tom Alexander bfc9e3ed80
Add plain list items. 2023-10-27 20:18:19 -04:00
Tom Alexander 62ffc76376
Add basic templates for plain list. 2023-10-27 20:12:56 -04:00
Tom Alexander 5bbb12327b
Add template for quote blocks. 2023-10-27 19:53:18 -04:00
Tom Alexander f6c475c80c
Add templates for text markup. 2023-10-27 19:42:33 -04:00
Tom Alexander 4c3bea06d1
Add templates for target, keyword, comment block and comment. 2023-10-27 19:30:16 -04:00