Skip to content

0.3.0

Latest

Choose a tag to compare

@maelvls maelvls released this 28 Jun 17:54
· 3 commits to main since this release

Changes since 0.2.0

  • Hugo upgraded to v0.147.7: I've bumped hudevto to use Hugo v0.147.7. That's because I could no longer run hudevto due to lots of Hugo-related deprecations.
  • --root now works: turns out --root had never been working properly. I fixed that in this release.
  • index.md articles now supported: Articles that use the layout content/article-name/index.md now display correctly in the log messages. For example, instead of showing as:
    content/article-name
    
    (which isn't clickable in iTerm2 since the file doesn't exist), they now show as:
    content/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 flag library.

Known issues

  • I've noticed that if config.yaml can't be found somehow, hudevto won'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's baseURL.

Full Changelog: 0.2.0...0.3.0