Skip to content

Releases: willofindie/vscode-gohugo

0.2.0

29 Jul 12:49
Compare
Choose a tag to compare

Update

This release fixes #2

Now users can input subdirectories in the path when creating a new content.
Also, this release fixes the extension issue caused when using subdirectories.

0.1.0

01 May 14:03
Compare
Choose a tag to compare

Update

  • Supports Archetypes completely, i.e.
    • Templates defined under archetypes will be considered while creating any new content.
    • Folder Templates defined as archetypes will be used to spit out folder content, with --kind option.

0.0.3

01 May 04:41
Compare
Choose a tag to compare

Updates

  • show terminal on server start
  • support terminal sigterm event

0.0.2

03 Apr 08:03
Compare
Choose a tag to compare

Addes

  • Improve UX
  • Handle improper server close events
  • Show loaders for long processing tasks

0.0.1

03 Apr 03:57
Compare
Choose a tag to compare

Added

Create Hugo Command support on VSCode

  • GoHugo: Get Version
    • Get's the version details for hugo command
  • 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.
  • 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)