mirror of https://github.com/onweru/compose.git

weru
31.09.2025 fe640cd89579566326ab7488b3cfc4e26b906180
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build.environment]
DART_SASS_VERSION = "1.93.2"
GO_VERSION = "1.25.3"
HUGO_VERSION = "0.152.2"
NODE_VERSION = "22.20.0"
URL = "https://composedocs.netlify.app/"
# TZ = "Europe/Oslo"
 
[build]
publish = "public"
command = """\
  tinacms build &&
  curl -sLJO "https://github.com/sass/dart-sass/releases/download/${DART_SASS_VERSION}/dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz" && \
  tar -C "${HOME}/.local" -xf "dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz" && \
  rm "dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz" && \
  export PATH="${HOME}/.local/dart-sass:${PATH}" && \
  git config core.quotepath false && \
  hugo --gc --minify --baseURL "${URL}"
  """