diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-03-25 21:36:21 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-03-25 21:36:21 +0000 |
commit | 92787c159262a57fa20b2eb05ed710e1e6cfca96 (patch) | |
tree | 508cab2af110a063767564571a98d157926bfb05 /content/about | |
parent | e12c0d23ad72ffa9389d90311453db535f57e450 (diff) | |
download | mfashby.net-92787c159262a57fa20b2eb05ed710e1e6cfca96.tar.gz mfashby.net-92787c159262a57fa20b2eb05ed710e1e6cfca96.tar.bz2 mfashby.net-92787c159262a57fa20b2eb05ed710e1e6cfca96.tar.xz mfashby.net-92787c159262a57fa20b2eb05ed710e1e6cfca96.zip |
Final conversion to Zine
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 |