Changes since 0.2.0
- Hugo upgraded to v0.147.7: I've bumped
hudevtoto use Hugo v0.147.7. That's because I could no longer runhudevtodue to lots of Hugo-related deprecations. - --root now works: turns out
--roothad never been working properly. I fixed that in this release. - index.md articles now supported: Articles that use the layout
content/article-name/index.mdnow display correctly in the log messages. For example, instead of showing as:(which isn't clickable in iTerm2 since the file doesn't exist), they now show as:content/article-namecontent/article-name/index.md - Nicer CLI experience: I've moved to Cobra for a better command-line experience: among others, it is now possible to pass the flags after the arguments. This wasn't possible when using the std lib
flaglibrary.
Known issues
- I've noticed that if
config.yamlcan't be found somehow,hudevtowon't let you know and will silently use the Hugo default configuration; the symptom will be that the base URL of article start with/instead of the value passed in config.yaml'sbaseURL.
Full Changelog: 0.2.0...0.3.0