About
An incredibly simple (CLI) python script that makes working with archetypes in Hugo 0.5x much easier. Also automates the process of bulk file creation via a single .csv!
Read my medium post for a quick idea of what this package does.
Why
- When working with archetypes, the CLI expects us to mention the exact file name we want to create, instead of converting a provided string into a valid file name.
- Inability to create a sequence of files (Example, creating an FAQβs Markdown Page with faq-1.md, faq-2.md, faq-3.md file names). Weβre expected to enter them manually each time.
- When working with projects that require us to create multiple markdown files, we canβt add more than the “title” field to our markdown files.