From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/foo.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/posts/foo.md (limited to 'content/posts/foo.md') diff --git a/content/posts/foo.md b/content/posts/foo.md new file mode 100644 index 0000000..c6acc0b --- /dev/null +++ b/content/posts/foo.md @@ -0,0 +1,18 @@ +--- +title: "Foo" +date: "2021-10-09T13:47:18-04:00" +draft: true +--- + +# Foo + +## bar + +## baz + +[best site][pmdn] + +## blum + +[pmdn]: https://pmdn.org/ + "best site on the net" -- cgit v1.2.3