Commit Graph

6 Commits

Author SHA1 Message Date
Aren Siekmeier 6affbfb0dd
fix permissions (#581) 2022-12-14 09:56:24 -05:00
Joe Mooring 24dcf32ffd
Base content title on ContentBaseName (#440)
With Hugo v0.88.1 and earlier, ContentBaseName and TranslationBaseName
both returned "index" when creating a leaf bundle with hugo new. This is
a known bug, addressed with https://github.com/gohugoio/hugo/pull/9045.

With this PR:

  hugo new post/my-first-post/index.md

will produce:

  title: "My First Post"

instead of:

  title: "Index"
2021-12-02 14:51:01 -05:00
Anim Mouse d7b7d138c8
Update archetypes (#305)
* Update archetypes to YAML

* Remove deprecated metaDataFormat

* Add Newline at the end
2020-08-07 08:56:08 -04:00
Bud Parr 6ff8e53300
Update default.md 2017-11-21 11:58:14 -05:00
Bud Parr 37cc0a7033
Add pre-populated fields to archetype 2017-11-21 11:56:05 -05:00
Bud Parr 98bc281a57
first commit 2017-04-10 21:27:13 -04:00