From 8684eb65e6f6d72d0e184e9f213aeb7d062ab5bf Mon Sep 17 00:00:00 2001 From: nhurion Date: Wed, 19 Feb 2025 00:34:13 +0100 Subject: [PATCH] add configuration for statichost.eu --- statichost.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 statichost.yml diff --git a/statichost.yml b/statichost.yml new file mode 100644 index 0000000..326ad5c --- /dev/null +++ b/statichost.yml @@ -0,0 +1,11 @@ +# 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 + - www.hurion.eu + # Domains that redirect to the primary + - hurion.eu \ No newline at end of file