Hugo Runner (vscode-hugo-runner)Hugo Runner is a Visual Studio Code extension that allows you to easily run Hugo sites from within the editor. FeaturesHugo Runner adds a new panel (and a few commands to the command palette) to help you run your Hugo site: Output from Hugo is shown in an output panel, including the server URL for ease of launching the site in your browser (Ctrl+Click to open). Getting StartedInstall HugoHugo Runner needs the Hugo executable to be installed on your system. You can download the binary for your platform from the Hugo releases page. Once downloaded, extract the binary and set the Alternatively, you can run the "Hugo Runner: Install Hugo" command to download and install Hugo for you. CommandsInstall HugoDownloads and installs the Hugo binary for you. The latest version is downloaded and stored privately for the runner to use. Check Hugo VersionChecks the version of the Hugo binary you have installed. This command is useful to verify that the Hugo binary is installed correctly and that the path is set correctly in the settings. Extension Settings
Release Notesv0.3.2 2024-07-09
v0.3.1 2024-07-09
v0.3.0 2024-07-04
v0.2.0 2024-07-03
v0.1.2 2024-07-02
v0.1.1 2024-07-02
v0.1.0 2024-07-01
|