talexander
  • Joined on 2023-07-05
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 pushed to explicit_all_node_iter at talexander/organic 2023-10-23 22:26:23 +00:00
4897952330 Make creating AllAstNodeIter explicit.
talexander created branch explicit_all_node_iter in talexander/organic 2023-10-23 22:26:23 +00:00
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 created branch remove_set_source in talexander/organic 2023-10-23 21:45:43 +00:00
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 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.
talexander pushed to build_site at talexander/natter 2023-10-23 18:31:13 +00:00
199621b6f1 Remove the separation of the main template.
talexander created branch build_site in talexander/natter 2023-10-22 22:32:10 +00:00
talexander pushed to build_site at talexander/natter 2023-10-22 22:32:10 +00:00
586fd8a066 Getting rendered output from duster.
043cc5eda4 I think I have worked around the lifetime issue by keeping references to the intermediate str's.
58aba8efd5 Invoking the compile function.
ce0819e85b Feeding the templates into the renderer integration.
fc5342adce Make the renderer a bit more generic.
Compare 10 commits »
talexander pushed to main at talexander/organic 2023-10-21 18:32:34 +00:00
f47d688be4 Remove owned String from CustomError.
talexander pushed to main at talexander/natter 2023-10-20 23:15:36 +00:00
051e86e65a Remove the AddPost command.
talexander pushed to main at talexander/natter 2023-10-20 22:51:04 +00:00
273734c9ff Switch to storing a path to the config file instead of a path to the root directory.
4314937d26 Add a function to load a config from file.
Compare 2 commits »
talexander pushed to main at talexander/organic 2023-10-20 17:50:37 +00:00
acfc5e5e68 Only allocate memory when unquoting sexp string that contains escapes.
talexander pushed to main at talexander/organic 2023-10-20 16:50:28 +00:00
d2fd8c5706 Only allocate memory when unquoting sexp string that contains escapes.
talexander pushed to main at talexander/natter 2023-10-19 05:11:08 +00:00
672ca07a0e Introduce a new config struct the lives above the raw disk implementation.