dianariyanto / hugo-build

Docker image for building gohugo.io site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugo-build

Docker image for building a site with hugo

.gitlab-ci.yml

image: dettmering/hugo-build

variables:
  GIT_SUBMODULE_STRATEGY: recursive

pages:
  script:
  - hugo --minify
  artifacts:
    paths:
    - public
  only:
  - master

About

Docker image for building gohugo.io site

License:MIT License


Languages

Language:Dockerfile 100.0%