talexander
  • Joined on 2023-07-05
talexander pushed to build_site at talexander/natter 2023-10-24 04:51:41 +00:00
31a3efe417 Only print the contexts.
talexander pushed to build_site at talexander/natter 2023-10-24 04:36:17 +00:00
2b7a19a1d4 Introduce the corresponding non-render types.
3b472a9e96 Introduce element and object enums.
77f8375d7a Introduce an array of document elements.
Compare 3 commits »
talexander pushed to build_site at talexander/natter 2023-10-24 03:49:44 +00:00
3cfcae25a9 Move the render context to its own folder.
talexander pushed to build_site at talexander/natter 2023-10-24 03:36:57 +00:00
448e9bb8c6 Add comments.
talexander pushed to build_site at talexander/natter 2023-10-24 03:14:31 +00:00
2413923b3f Render the page title and self link.
ab36a60545 Generate the minimum relative path by chopping off the shared stem.
68cae57f16 Add a function to get the shared portion of a path.
11bfb6836f Include a self-link for the blog.
3ac7826d2c Move the logic into convert_blog_post_page_to_render_context.
Compare 5 commits »
talexander pushed to build_site at talexander/natter 2023-10-24 01:59:24 +00:00
178ce877bc Render the head for the page.
talexander pushed to main at talexander/machine_setup 2023-10-24 00:33:56 +00:00
5fcb37591c Add guard rails to the cpu_set_perf_perc script for FreeBSD.
talexander pushed to build_site at talexander/natter 2023-10-24 00:30:54 +00:00
2b6f86d4e9 Switch to rendering blog post pages instead of blog posts.
dc233d26b1 Store the title in BlogPostPage.
Compare 2 commits »
talexander deleted branch explicit_all_node_iter from talexander/organic 2023-10-23 22:39:31 +00:00
talexander pushed to main at talexander/organic 2023-10-23 22:39:25 +00:00
ee201e1336 Merge branch 'explicit_all_node_iter'
4897952330 Make creating AllAstNodeIter explicit.
Compare 2 commits »
talexander created branch explicit_all_node_iter in talexander/organic 2023-10-23 22:26:23 +00:00
talexander pushed to explicit_all_node_iter at talexander/organic 2023-10-23 22:26:23 +00:00
4897952330 Make creating AllAstNodeIter explicit.
talexander deleted branch remove_set_source from talexander/organic 2023-10-23 22:07:09 +00:00
talexander pushed to main at talexander/organic 2023-10-23 22:07:04 +00:00
e1d85c6dc2 Merge branch 'remove_set_source'
c420ccd029 Fix clippy errors.
a880629831 Make clippy not write to the host git repo.
5e2dea1f28 Remove the SetSource trait.
Compare 4 commits »
talexander pushed to remove_set_source at talexander/organic 2023-10-23 21:45:43 +00:00
c420ccd029 Fix clippy errors.
a880629831 Make clippy not write to the host git repo.
5e2dea1f28 Remove the SetSource trait.
Compare 3 commits »
talexander created branch remove_set_source in talexander/organic 2023-10-23 21:45:43 +00:00
talexander deleted branch post_process_step from talexander/organic 2023-10-23 21:44:34 +00:00
talexander created branch post_process_step in talexander/organic 2023-10-23 21:23:10 +00:00
talexander pushed to post_process_step at talexander/organic 2023-10-23 21:23:10 +00:00
6cefcdc80b Remove the SetSource trait.
talexander pushed to build_site at talexander/natter 2023-10-23 20:56:25 +00:00
e543a5db74 Starting to introduce a BlogPostPage struct.