mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Adding an archetype file for the docs site
This commit is contained in:
parent
28ffb92b36
commit
be3e5592dc
1 changed files with 8 additions and 0 deletions
8
docs/archetypes/default.md
Normal file
8
docs/archetypes/default.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
date = "2013-07-01"
|
||||
title = "Title of the Content"
|
||||
weight = 5
|
||||
[menu]
|
||||
[menu.main]
|
||||
parent = "x"
|
||||
+++
|
Loading…
Reference in a new issue