From 92787c159262a57fa20b2eb05ed710e1e6cfca96 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 25 Mar 2024 21:36:21 +0000 Subject: Final conversion to Zine --- content/about/_index.md | 9 --------- content/about/cv.md | 7 ++++--- content/about/index.md | 10 ++++++++++ 3 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 content/about/_index.md create mode 100644 content/about/index.md (limited to 'content/about') diff --git a/content/about/_index.md b/content/about/_index.md deleted file mode 100644 index a176d94..0000000 --- a/content/about/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "About" -date: 2024-03-01T23:59:52Z -draft: false ---- - -Hi, my name's Martin. - -I write about software engineering and other stuff. \ No newline at end of file diff --git a/content/about/cv.md b/content/about/cv.md index 95c66c0..8ff3e83 100644 --- a/content/about/cv.md +++ b/content/about/cv.md @@ -1,7 +1,8 @@ --- -title: "CV" -date: 2024-03-02T00:06:37Z -draft: false +.title = "CV", +.author = "Martin Ashby", +.date = @date("2024-03-02T00:06:37Z"), +.layout = "single.html", --- # Martin Ashby - Software Engineer diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 0000000..8671ff6 --- /dev/null +++ b/content/about/index.md @@ -0,0 +1,10 @@ +--- +.title = "About", +.author = "Martin Ashby", +.date = @date("2024-03-01T23:59:52Z"), +.layout = "list.html", +--- + +Hi, my name's Martin. + +I write about software engineering and other stuff. \ No newline at end of file -- cgit v1.2.3-ZIG