From 76934ecd6fe0b329561ac53193ac1cddefc10e0e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 24 Aug 2022 10:43:04 -0400 Subject: [PATCH] Add empty software, blog, extras pages --- content/blog/_index.md | 5 +++++ content/extra.md | 3 +++ content/software/_index.md | 5 +++++ 3 files changed, 13 insertions(+) create mode 100644 content/blog/_index.md create mode 100644 content/extra.md create mode 100644 content/software/_index.md diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..e8361a3 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,5 @@ +--- +title: "Blog" +--- + +A blog?? \ No newline at end of file diff --git a/content/extra.md b/content/extra.md new file mode 100644 index 0000000..0ece8c5 --- /dev/null +++ b/content/extra.md @@ -0,0 +1,3 @@ +--- +title: "Extras" +--- \ No newline at end of file diff --git a/content/software/_index.md b/content/software/_index.md new file mode 100644 index 0000000..c2d6536 --- /dev/null +++ b/content/software/_index.md @@ -0,0 +1,5 @@ +--- +title: "Software" +--- + +This is a list of the software I have created and shared. \ No newline at end of file