Hugo Utilities for VS Code
Fill in the gaps between VS Code's Markdown mode and Hugo.

Features
- Create a new post (
hugo-utils.newPost)
- Convert an existing post to page bundle (
hugo-utils.convertToBundle)
- Also available in context menu
- Update lastmod property of an existing post (
hugo-utils.updateLastmod)
- Also available in context menu
- Syntax highlighting for shortcodes
- Shortcode completion
Configurations
hugo-utils.mainSectionName: The name of the main section. Default is post.
| |