12 lines
238 B
YAML
12 lines
238 B
YAML
# Docker image to use for building
|
|
image: hugomods/hugo:reg-base-0.141.0
|
|
# Build command
|
|
command: hugo
|
|
# Public directory
|
|
public: public
|
|
domains:
|
|
# Primary domain
|
|
- hurion.be
|
|
# Domains that redirect to the primary
|
|
- www.hurion.be
|