wjh18 / hugo-liftoff

Minimal blog/portfolio theme with a focus on content creation and SEO best practices. An ideal choice for technical users jump-starting a personal brand.
https://hugo-liftoff.netlify.app
MIT License
93 stars 27 forks source link

Update archetypes for easier bundle create with hugo new #2

Closed wjh18 closed 2 years ago

wjh18 commented 2 years ago

Currently page bundles need to be created manually by running mkdir content/posts/bundle-dir and hugo new posts/bundle-dir/index.md.

This can be simplified with an archetype so you can create a new bundle with hugo new --kind post-bundle posts/new-post.

See this SO post for details.

wjh18 commented 2 years ago

Feature added with commit a0ea0bb0d6a3ce5bfed1f46f1071746871e5e159 and docs updated