Code Monkey home page Code Monkey logo

hugo-cli's Introduction

hugo-cli (Custom branch)

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.

Add to a project

With yarn add https://github.com/UXSoc/hugo-cli/archive/0.6.2.tar.gz in terminal

or npm install --save-dev https://github.com/UXSoc/hugo-cli/archive/0.6.2.tar.gz

Installing Hugo

The first time this is run, it installs hugo into /node_modules/.bin (It continues to run hugo after installing)

The default version is 0.37.1, but it will install the version defined in hugo-version.json which should be placed in the same directory as package.lock. The hugo config file is from source_location, the default is the same location as yarn. Use the following inside hugo-version.json:

format: { "hugo":"version number", "source_location": "path" } example: { "hugo":"0.40.1", "source_location": "../../" }

Usage

With yarn: yarn hugo

> hugo -h
hugo not downloaded yet. attempting to grab it...
decompressing hugo...
we got it, 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]

...

License

MIT

About

Modified by Jonathan Burns: https://github.com/jhburns. For UX Society and general use.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.