Giter Club home page Giter Club logo

build-hugo's Introduction

build-hugo

A dockerfile to build hugo https://gohugo.io for Debian, Ubuntu etc.

Docker or Podman (preferred) is a prerequisite, but any old version will do (we are not doing anything fancy).

This only builds the binary, but since Golang application by design do not have runtime depedencies it is perfectly fine to just sudo cp the resulting binary into /usr/local/bin/ and be done with it.

Update VERSION inside Makefile to a more recent stable version when the time comes ;) and send me the pull request if I miss it. Similarly update GO_REL to a more recent Golang release at the appropriate time.

make
sudo cp dist/hugo /usr/local/bin/
sudo chown root:root /usr/local/bin/hugo

NOTE

The actual build is running inside docker build (and not docker run, as one might expect). To delete build files, do docker image rm build-hugo-$USER afterwards.

Enjoy!

PS

I am not the best person to answer build question, I simply followed the instructions at https://gohugo.io/getting-started/installing/#source

PS2

There is also https://github.com/Bronek/build-gitea

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.