diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-10-12 10:40:37 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-10-12 10:40:37 -0500 |
commit | d621510f116a1b9fc09b4ad253dfec3f1404bff4 (patch) | |
tree | c088793de7559a2a6c9e656191504068caa5882b /content | |
download | website-d621510f116a1b9fc09b4ad253dfec3f1404bff4.tar website-d621510f116a1b9fc09b4ad253dfec3f1404bff4.tar.gz website-d621510f116a1b9fc09b4ad253dfec3f1404bff4.tar.bz2 website-d621510f116a1b9fc09b4ad253dfec3f1404bff4.tar.lz website-d621510f116a1b9fc09b4ad253dfec3f1404bff4.tar.xz website-d621510f116a1b9fc09b4ad253dfec3f1404bff4.tar.zst website-d621510f116a1b9fc09b4ad253dfec3f1404bff4.zip |
Initial commit
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.md | 0 | ||||
-rw-r--r-- | content/about.md | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/content/_index.md diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..14d012c --- /dev/null +++ b/content/about.md @@ -0,0 +1,9 @@ ++++ +title = "About" +description = "About me" +date = "2022-10-11" +aliases = ["about-me", "contact"] +author = "Matt Strapp" ++++ + +This will exist eventually.
\ No newline at end of file |