Hugo Utilities for VS Code
August 18, 2024 ยท View on GitHub
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 ispost.