Releases: willofindie/vscode-gohugo
Releases · willofindie/vscode-gohugo
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
Added
Create Hugo Command support on VSCode
- GoHugo: Get Version
- Get's the version details for
hugo
command
- Get's the version details for
- GoHugo: Create New Site
- Creates a new Hugo Project and switches the workspace to the new Project
- GoHugo: Add Theme, GoHugo: Select Theme
- Add/Select a
hugo
theme and apply to the project.
- Add/Select a
- GoHugo: Create New Content
- Create new default Hugo Content files for the site.
- GoHugo: Start Server, GoHugo: Stop Server
- Start or Stop Hugo Development Server, with custom port settings
- GoHugo: Build
- Generate
hugo
prod builds (static htmls)
- Generate