Socket
Socket
Sign inDemoInstall

hugo-cli

Package Overview
Dependencies
81
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hugo-cli

A node friendly wrapper around hugo (http://gohugo.io/)


Version published
Weekly downloads
421
decreased by-5.61%
Maintainers
1
Install size
3.74 MB
Created
Weekly downloads
 

Changelog

Source

0.13.0

  • FEAT: use hugo@0.121.2 per default
  • DEPS: update dependencies

Readme

Source

hugo-cli

CI

A simple Node wrapper around hugo, the static site generator. It fetches the right hugo executable before piping all provided command line arguments to it.

Usage

$ npx hugo-cli -h
INFO hugo not found. Attempting to fetch it...
INFO fetched hugo v0.104.3
INFO extracting archive...
INFO hugo available, let's go!

hugo is the main command, used to build your Hugo site.

Hugo is a Fast and Flexible Static Site Generator
built with love by spf13 and friends in Go.

Complete documentation is available at http://gohugo.io/.

Usage:
  hugo [flags]
  hugo [command]

...

Download specific hugo version

If you want to download a specific hugo version, you can set HUGO_VERSION env before you run the command.

$ HUGO_VERSION=0.64.0 npx hugo-cli version
$ HUGO_VERSION=0.64.0/extended npx hugo-cli version

Integrations

Add to your build scripts in package.json to build you site from NodeJS:

  ...
  "scripts": {
    "build": "hugo"
  },
  "dependencies": {
    "hugo-cli": "*"
  },
  ...

Execute directly via npx:

npx hugo-cli server

License

MIT

Keywords

FAQs

Last updated on 14 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc