talexander
  • Joined on 2023-07-05
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.
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.
talexander pushed to main at talexander/natter 2023-10-19 00:37:40 +00:00
6668af2025 Add 0BSD license.
talexander pushed to main at talexander/natter 2023-10-19 00:31:19 +00:00
2350390148 Add some settings to the config.
talexander pushed to main at talexander/natter 2023-10-19 00:21:35 +00:00
933387eb6f Writing the writer.toml to a folder when running init.
5f82d7a469 Add serde and toml for parsing the config.
63b0619094 Add the folder structure for the toml config.
Compare 3 commits »
talexander pushed to main at talexander/natter 2023-10-18 23:56:02 +00:00
8b5930f277 Set up folder structure for the command handlers.