228 Commits (main)
 

Author SHA1 Message Date
Tom Alexander ce31397372
Inline the build natter pipeline.
format Build format has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
rust-test Build rust-test has succeeded Details
build-natter Build build-natter has succeeded Details
1 month ago
Tom Alexander 7e1e070e23
Update organic.
format Build format has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
rust-test Build rust-test has succeeded Details
1 month ago
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
5 months ago
Tom Alexander 59a91331cc
Add support for target links.
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
5 months ago
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
5 months ago
Tom Alexander fdff5a667b
Merge branch 'post_links'
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
5 months ago
Tom Alexander 35cf675c87
Fix clippy.
format Build format has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
rust-test Build rust-test has succeeded Details
5 months ago
Tom Alexander 3b63bbdfde
Add support for subpaths. 5 months ago
Tom Alexander 24218f2979
Generate post links, so far only top-level. 5 months ago
Tom Alexander 6a086d57de
Generate Post link when the protocol is post. 5 months ago
Tom Alexander 93e0a2fe98
Add URL parsing. 5 months ago
Tom Alexander 86d4e25aa0
Add support for a target variable in regular links.
This will initially be used for supporting "post://" links.
5 months ago
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
5 months ago
Tom Alexander eb67327574
Do not error if posts directory does not exist.
build-natter Build build-natter has succeeded Details
format Build format has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
rust-test Build rust-test has succeeded Details
5 months ago
Tom Alexander 5228851c0e
Merge branch 'pages'
rust-test Build rust-test has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
format Build format has succeeded Details
build-natter Build build-natter has succeeded Details
5 months ago
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
5 months ago
Tom Alexander 8905c9356b
Add a build for regular non-blog-post pages from org source. 5 months ago
Tom Alexander 424a970014
Add make target to run tests, clippy, and the auto-formatter locally.
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
5 months ago
Tom Alexander 138d694b27
Copy static files over to the output directory. 5 months ago
Tom Alexander 397d4ea0bc
Fix clippy issues.
rust-test Build rust-test has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
build-natter Build build-natter has succeeded Details
format Build format has succeeded Details
5 months ago
Tom Alexander 818fca87f2
Merge branch 'ci_test'
rust-test Build rust-test has succeeded Details
rust-clippy Build rust-clippy has failed Details
format Build format has succeeded Details
build-natter Build build-natter has succeeded Details
5 months ago
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
5 months ago
Tom Alexander d5572c93cd
Add prettier step.
rust-clippy Build rust-clippy has failed Details
format Build format has succeeded Details
rust-test Build rust-test has succeeded Details
5 months ago
Tom Alexander 322dbb8f4f
Add CI job to auto-format code. 5 months ago
Tom Alexander 904f834c86
Add CI job to run clippy.
rust-clippy Build rust-clippy has failed Details
rust-test Build rust-test has succeeded Details
5 months ago
Tom Alexander 48af194da0
Use a resolver to remove dependency on installed catalog tasks.
rust-test Build rust-test has succeeded Details
5 months ago
Tom Alexander bcb6b2d75f
Inline the cargo cache autoclean step. 5 months ago
Tom Alexander 134444b2c3
Set cargo target dir.
This is to avoid writing to the target dir in the repo folder.
5 months ago
Tom Alexander 4447f1ed4a
Inline the test pipeline. 5 months ago
Tom Alexander 457ff9e759
Add dockerfile for running rust tests.
rust-test Build rust-test has succeeded Details
5 months ago
Tom Alexander 6f244a0a5f
Add pipeline for running the rust tests. 5 months ago
Tom Alexander cb5838345e
Merge branch 'style_tables'
build-natter Build build-natter has succeeded Details
5 months ago
Tom Alexander 1107a653cf
Add borders to the table groups. 5 months ago
Tom Alexander 95d4ee7080
Render the table groups. 5 months ago
Tom Alexander fa2dd96f78
Update intermediate phase for table groups. 5 months ago
Tom Alexander 7741e192f5
Group table rows into sections. 5 months ago
Tom Alexander 5dfd46852f
Add some basic styling to tables. 5 months ago
Tom Alexander 88e10010d8
Remove extra workspace from tekton pipeline.
build-natter Build build-natter has failed Details
5 months ago
Tom Alexander 52c564d4fd
Merge branch 'docker' 5 months ago
Tom Alexander f7874c1843
Add lighthouse job to build the natter images. 5 months ago
Tom Alexander 40120667f7
Add a Dockerfile for building and running natter. 5 months ago
Tom Alexander b06798f23f
Prepare for publishing to crates.io. 5 months ago
Tom Alexander 35dff5cdaf
Rename to natter. 5 months ago
Tom Alexander d641c8d638
Merge branch 'pretty' 5 months ago
Tom Alexander 7e2fd70212
Style the homepage. 5 months ago
Tom Alexander 4fb08bc7d0
Wrap inline footnote definitions in a paragraph tag.
This is to match the behavior of the upstream org html exporter.
5 months ago
Tom Alexander 01b55b7256
Make paragraphs under footnote definitions display inline.
This seems to be the behavior of the upstream org html exporter.
5 months ago
Tom Alexander bd68681e44
Increase the size of headlines.
This is to make them stand out more from the regular text.
5 months ago
Tom Alexander 27ff13e675
Also special-case plain list items containing only paragraphs and sublists.
This seems to be the behavior of the upstream org html exporter.
5 months ago
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.
5 months ago