I hope I worded that title correctly.
At the moment, when I create a new article it gives me
---
title: "_Index"
date: 2017-11-11T13:36:11Z
draft: false
---
at the top of the page. However, My theme uses several tags from the page and I have to manually type them in every time. It’s getting a little tedious.
Is there a way to have Hugo generate extra meta data on new page creation? so I could have something like:
---
title: "_Index"
date: 2017-11-11T13:36:11Z
draft: false
ogimage: ""
ogtitle: ""
seotitle: ""
author: ""
---
Thanks in advance