Commit Graph

49 Commits

Author SHA1 Message Date
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
Tom Alexander
6bf1480366
Add a template for paragraph. 2023-10-27 19:26:27 -04:00
Tom Alexander
c279bad13a
Add children to heading. 2023-10-27 19:22:17 -04:00
Tom Alexander
bd982fb62d
Add a template for section. 2023-10-27 18:30:29 -04:00
Tom Alexander
53a531f568
Add dispatcher for object and element. 2023-10-27 18:26:56 -04:00
Tom Alexander
67b60087af
Add templates for the ast nodes. 2023-10-27 18:15:53 -04:00
Tom Alexander
448e9bb8c6
Add comments. 2023-10-23 23:36:47 -04:00
Tom Alexander
2413923b3f
Render the page title and self link. 2023-10-23 23:06:14 -04:00
Tom Alexander
178ce877bc
Render the head for the page. 2023-10-23 21:51:15 -04:00
Tom Alexander
ce0819e85b
Feeding the templates into the renderer integration. 2023-10-22 17:31:12 -04:00