From a2b055de52cb90180ad57c26119fe72e61d70494 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Fri, 18 Oct 2019 00:19:24 -0400 Subject: Updated to Docsy HEAD This updates the vendored docsy to https://github.com/google/docsy/tree/1a09abe6d7eaf02e44f79de3eadf8178a3792e81 --- themes/docsy/netlify.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 themes/docsy/netlify.toml (limited to 'themes/docsy/netlify.toml') diff --git a/themes/docsy/netlify.toml b/themes/docsy/netlify.toml new file mode 100644 index 000000000..27d4db625 --- /dev/null +++ b/themes/docsy/netlify.toml @@ -0,0 +1,13 @@ +# Hugo build configuration for Netlify +# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify) + +# Default build settings +[build] + publish = "userguide/public" + command = "git submodule update -f --init && cd userguide && npm install postcss-cli && hugo --themesDir ../.." + +# "production" environment specific build settings +[build.environment] + HUGO_VERSION = "0.55.6" + HUGO_THEME = "repo" + HUGO_ENV = "production" -- cgit v1.2.3