#image: registry.gitlab.com/pages/hugo:latest
image: monachus/hugo # Need to use this as opposed to the above to avoid possible TOCSS errors with some themes (e.g. hugo-coder)
variables: GIT_SUBMODULE_STRATEGY: recursive pages: script: - hugo artifacts: paths: - public only: - master