vim-hugo
This work is completely attributed to the project below. My fork is for personal tweaks only. All attribution and credit goes to the original dev of this project.
Blogging from the command line should not be tedious.
This script is intended to automate the process of creating Hugo blog posts from within vim.
This is a complete rewrite of parkr/vim-jekyll
Commands
The :HugoPost
(Hugo post) command is used to create blog posts.
:HugoPost[!] [{name}] Create the specified post. With no argument,
you will be prompted to select a post or enter a title.
Configuration
See :help hugo-configuration
.
License
Same as Vim itself, see :help license
.