Browse Source

Adapting to the directory organization of Hugo

master
Drew Short 5 years ago
parent
commit
bec4f30519
  1. 6
      archetypes/portfolio.md
  2. 2
      content/about/_index.md
  3. 3
      content/portfolio/_index.md
  4. 1
      content/portfolio/sothr-dot-com-website.md
  5. 6
      content/portfolio/visual-resume.md

6
archetypes/portfolio.md

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
category: "ChangeMe"
---

2
content/about.md → content/about/_index.md

@ -1,6 +1,6 @@
--- ---
title: "About" title: "About"
date: 2019-02-08T23:42:14-06:00
draft: false
type: "navLink" type: "navLink"
weight: 1 weight: 1
--- ---

3
content/portfolio/_index.md

@ -1,6 +1,7 @@
--- ---
title: "Portfolio" title: "Portfolio"
draft: false
type: "navLink" type: "navLink"
weight: 10 weight: 10
--- ---
The following are projects of mine that I've collected and written about.
The following are projects of mine that I've collected and written about

1
content/portfolio/sothr-dot-com-website.md

@ -1,5 +1,6 @@
--- ---
title: "Sothr.com Website" title: "Sothr.com Website"
date: 2019-02-09T02:47:12-06:00 date: 2019-02-09T02:47:12-06:00
draft: true
category: "Personal Project" category: "Personal Project"
--- ---

6
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"
---