Hugofy is a plugin for Visual Studio Code to make life easier to use Hugo static site generator
- Create new hugo site
- Create posts
- Build site
- Run and stop server
- Download available hugo themes.
Use command pallete Ctrl+Shift+P
and type Hugofy
Once the server has been started you can view the output by directing your browser to: http://localhost:9081
[Fix] Fixed start server error
[Fix] Server Stop works on windows
Initial Release