Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • af9a781 (HEAD -> master) Clean up warnings by Dylan Baker 2023-02-16 16:03:16 -0600
  • 644662e Update lockfile by Dylan Baker 2023-02-16 15:51:41 -0600
  • af2cc34 Aargh by Dylan Baker 2019-06-11 14:56:15 -0400
  • 2d5ffb2 Version bump to republish by Dylan Baker 2019-06-11 14:49:04 -0400
  • bbc1de3 Update cargo.lock by Dylan Baker 2019-06-11 14:46:40 -0400
  • ed54364 Bump version by Dylan Baker 2019-06-11 14:35:24 -0400
  • 03168c7 Add changelog by Dylan Baker 2019-06-11 14:29:36 -0400
  • 7c38f8b Update readme by Dylan Baker 2019-06-11 14:29:30 -0400
  • cc264ed Add new {{ date }} variable to README by Dylan Baker 2019-06-11 14:24:16 -0400
  • 62b85c9 Update post format in readme by Dylan Baker 2019-06-11 13:15:48 -0400
  • dafb7c7 Implement rss by Dylan Baker 2019-02-28 19:08:35 -0500
  • 67530d7 Make static variables uppercase by Dylan Baker 2019-02-22 19:33:41 -0500
  • 4ce4e68 Move css/ and js/ to assets/ by Dylan Baker 2019-02-22 19:27:29 -0500
  • 1fee197 Restructure entry parsing, should help with speed by Dylan Baker 2019-02-04 21:17:56 -0500
  • aade0d6 Try pulldown-cmark instead of comrak by Dylan Baker 2019-02-01 14:31:25 -0500
  • 02ae0a3 Remove vestigial post and page files by Dylan Baker 2019-02-01 14:30:58 -0500
  • 117c7ff Implement {{ date }} variable for entries by Dylan Baker 2019-01-30 11:23:13 -0500
  • 9a2947d Version 0.2.0 by Dylan Baker 2019-01-24 08:32:04 -0400
  • 2870bc9 Update readme by Dylan Baker 2019-01-24 08:31:33 -0400
  • 5bc1420 Get tests to pass in parallel by Dylan Baker 2019-01-24 08:29:52 -0400
  • 38fbd6b Take IO out of entry parsing by Dylan Baker 2019-01-24 08:11:12 -0400
  • fb03f04 Consolidate pages and posts into entries by Dylan Baker 2019-01-24 07:45:23 -0400
  • bb7592e Allow displaying date by Dylan Baker 2019-01-24 07:30:47 -0400
  • 7b1f48e Sort posts by date by Dylan Baker 2019-01-24 07:16:48 -0400
  • adbb0c2 Give posts a date, separate posts and pages by Dylan Baker 2019-01-24 07:10:28 -0400
  • 581c794 Bump version by Dylan Baker 2019-01-23 10:54:31 -0500
  • 071b04f I guess I need to flesh out cargo.toml even more by Dylan Baker 2019-01-23 10:53:21 -0500
  • 6517161 Update readme since we're on crates.io now by Dylan Baker 2019-01-23 10:48:43 -0500
  • 8867c77 Update cargo.toml to satisfy crates.io by Dylan Baker 2019-01-23 10:42:32 -0500
  • 3caa73c Add license by Dylan Baker 2019-01-23 07:01:09 -0500
  • 907ea6c Update read me by Dylan Baker 2019-01-22 15:19:25 -0500
  • 84db626 Create some basic default templates by Dylan Baker 2019-01-21 17:10:21 -0500
  • 0e6a98c Fix readme markdown by Dylan Baker 2019-01-21 16:22:56 -0500
  • 108156d Make separate page template by Dylan Baker 2019-01-21 15:59:06 -0500
  • ca3ad58 Introduce pages, move posts under /posts by Dylan Baker 2019-01-21 15:32:21 -0500
  • b367410 Change name by Dylan Baker 2019-01-21 14:42:25 -0500
  • 8783ea2 fmt by Dylan Baker 2018-12-13 16:36:17 -0500
  • 935b3a9 Watch whole directory but blacklist public/.git by Dylan Baker 2018-11-27 10:57:58 -0500
  • 346794e Implement drafts by Dylan Baker 2018-11-25 02:54:35 -0500
  • d65f400 Implement watch by Dylan Baker 2018-11-25 01:55:39 -0500
  • ab1c0df Move commands into module by Dylan Baker 2018-11-24 19:13:38 -0500
  • 45521a7 Use config to dynamically generate page titles by Dylan Baker 2018-11-20 15:14:37 -0500
  • 12e4d78 Create config system by Dylan Baker 2018-11-20 15:09:46 -0500
  • 21e3fdf Test building by Dylan Baker 2018-11-20 11:43:38 -0500
  • 7eaff00 Add test script for ease of use by Dylan Baker 2018-11-20 11:16:39 -0500
  • 38a55e6 Create css/js folders and copy them right into /public by Dylan Baker 2018-11-20 10:50:58 -0500
  • 22bbf46 Remove whole public directory and start over by Dylan Baker 2018-11-20 10:18:27 -0500
  • b1a20ac Fix post regex to correctly capture multiple paragraphs by Dylan Baker 2018-11-20 10:04:27 -0500
  • 4503c87 #[cfg(test)] by Dylan Baker 2018-11-20 09:20:30 -0500
  • 552f425 Test new by Dylan Baker 2018-11-20 09:19:18 -0500
  • 5d39883 Reorganize by Dylan Baker 2018-11-20 08:01:45 -0500
  • 544b6cf Test writing post and post listing by Dylan Baker 2018-11-19 17:04:05 -0500
  • 8469148 Test render post listing by Dylan Baker 2018-11-19 16:48:08 -0500
  • e39b136 Get rid of these editor warnings by Dylan Baker 2018-11-19 16:40:34 -0500
  • 3da5f4d Test post rendering by Dylan Baker 2018-11-19 16:40:20 -0500
  • db69c81 Render markdown by Dylan Baker 2018-11-19 14:52:28 -0500
  • 4cfa3b2 Test post parsing by Dylan Baker 2018-11-19 14:23:51 -0500
  • 87cba00 Split into modules by Dylan Baker 2018-11-19 14:13:20 -0500
  • a575de5 Separate rendering templates and writing to disk by Dylan Baker 2018-11-19 14:02:56 -0500
  • ba59bd1 Immutability by Dylan Baker 2018-11-19 08:33:02 -0500
  • 1198c31 Clean up by Dylan Baker 2018-11-18 12:32:52 -0500
  • b3dd151 Fix post listing rendering by Dylan Baker 2018-11-18 10:53:12 -0500
  • 2e5e55a Create initializer by Dylan Baker 2018-11-18 10:40:12 -0500
  • bc5e8a2 Formatting >:( by Dylan Baker 2018-11-18 10:29:11 -0500
  • 71be194 Use clap by Dylan Baker 2018-11-18 10:28:48 -0500
  • 20d0966 Don't read templates in a loop by Dylan Baker 2018-11-18 09:46:18 -0500
  • 8d62222 Format by Dylan Baker 2018-11-18 09:28:23 -0500
  • 22fc62f Read post listing item from template by Dylan Baker 2018-11-18 09:28:10 -0500
  • a73746b Error handling 🤷‍♂️ by Dylan Baker 2018-11-18 00:44:50 -0500
  • d0604fd Implement render post by Dylan Baker 2018-11-18 00:23:05 -0500
  • dfcf82d fmt by Dylan Baker 2018-11-17 23:34:55 -0500
  • 977e0ec Implement render_post_listing by Dylan Baker 2018-11-17 23:31:42 -0500
  • 858dd51 Pass cwd around by Dylan Baker 2018-11-17 23:31:22 -0500
  • 0243511 Initial commit. Can parse posts. by Dylan Baker 2018-11-17 08:55:36 -0500