diff options
Diffstat (limited to 'content/about')
-rw-r--r-- | content/about/_index.md | 9 | ||||
-rw-r--r-- | content/about/cv.md | 7 | ||||
-rw-r--r-- | content/about/index.md | 10 |
3 files changed, 14 insertions, 12 deletions
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 |