From bec4f30519a52b0cff3f8a0adc2c76bc53bfda9b Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 9 Feb 2019 04:28:17 -0600 Subject: [PATCH] Adapting to the directory organization of Hugo --- archetypes/portfolio.md | 6 ++++++ content/{about.md => about/_index.md} | 2 +- content/portfolio/_index.md | 3 ++- content/portfolio/sothr-dot-com-website.md | 1 + content/portfolio/visual-resume.md | 6 ++++++ 5 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 archetypes/portfolio.md rename content/{about.md => about/_index.md} (95%) create mode 100644 content/portfolio/visual-resume.md diff --git a/archetypes/portfolio.md b/archetypes/portfolio.md new file mode 100644 index 0000000..4f18bdd --- /dev/null +++ b/archetypes/portfolio.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +category: "ChangeMe" +--- diff --git a/content/about.md b/content/about/_index.md similarity index 95% rename from content/about.md rename to content/about/_index.md index b198ad2..62f3aee 100644 --- a/content/about.md +++ b/content/about/_index.md @@ -1,6 +1,6 @@ --- title: "About" -date: 2019-02-08T23:42:14-06:00 +draft: false type: "navLink" weight: 1 --- diff --git a/content/portfolio/_index.md b/content/portfolio/_index.md index 8172902..c2c6453 100644 --- a/content/portfolio/_index.md +++ b/content/portfolio/_index.md @@ -1,6 +1,7 @@ --- title: "Portfolio" +draft: false type: "navLink" weight: 10 --- -The following are projects of mine that I've collected and written about. \ No newline at end of file +The following are projects of mine that I've collected and written about \ No newline at end of file diff --git a/content/portfolio/sothr-dot-com-website.md b/content/portfolio/sothr-dot-com-website.md index e7f42e6..878276b 100644 --- a/content/portfolio/sothr-dot-com-website.md +++ b/content/portfolio/sothr-dot-com-website.md @@ -1,5 +1,6 @@ --- title: "Sothr.com Website" date: 2019-02-09T02:47:12-06:00 +draft: true category: "Personal Project" --- \ No newline at end of file diff --git a/content/portfolio/visual-resume.md b/content/portfolio/visual-resume.md new file mode 100644 index 0000000..b82ee30 --- /dev/null +++ b/content/portfolio/visual-resume.md @@ -0,0 +1,6 @@ +--- +title: "Visual Resume" +date: 2019-02-09T04:01:13-06:00 +draft: true +category: "Personal Project" +--- \ No newline at end of file