Working markdown post title

This commit is contained in:
Nathan McCarty 2025-01-21 01:31:33 -05:00
parent ec491f6c98
commit 0b199cf9b9
4 changed files with 46 additions and 7 deletions

8
blog
View file

@ -1 +1,9 @@
#!/usr/bin/env raku
use DB;
my $example-post = DB::MarkdownPost.new:
source => "../Idris/advent/src/Util/Digits.md".IO,
posted-at => DateTime.now;
say $example-post.title;