Generating Combined Frontmatter from archtypes default.md and contenttype.md

archetypes/default.md
+++
title = ““
tags = [””]
categories = [""]
description = ""
og_image = ""
og_image_url = ""
og_audio = ""
og_video = ""
google_news_keywords = “”
+++

archetypes/web-development.md
+++
tags = [“Web Development”]
categories = [“Web Development”]
+++

“hugo new web-development/hugo/How-To-Dynamically-Use-Google-Fonts-In-A-Hugo-Website.md”

content/web-development/hugo/How-To-Dynamically-Use-Google-Fonts-In-A-Hugo-Website.md
+++
categories = [“Web Development”]
date = "2016-10-27T09:29:49-06:00"
tags = [“Web Development”]
title = “How To Dynamically Use Google Fonts In A Hugo Website”
+++

I’m unsure what the actual problem is. I’ve been trying to figure out why the frontmatter for this archetype is not generated from default.md.

What do you guys think? What would you advise? Where shall I start to debug this?

I think I misunderstood the documentation. I thought that the archetype content-type would be combined with the default archetype.

I was thinking of specifying universal frontmatter in the default, and content specific frontmatter in the content-type archetype.

This doesn’t seem possible. Am I right?

So what should I do if I wanted to do this.

I want default to contains all the default things every content type would need, and then in the specific archetype, only what I need for that archetype. Can this be possible?