hugo-docker icon indicating copy to clipboard operation
hugo-docker copied to clipboard

you need the extended version to build SCSS/SAS

Open Nannigalaxy opened this issue 6 months ago • 0 comments

installing this on Raspberry Pi 5 and go this error on running $ hugo

Start building sites … 
hugo v0.111.3-5d4eb5154e1fed125ca8e9b5a0315c4180dab192 linux/arm64 BuildDate=2023-03-12T11:40:50Z VendorInfo=hugoguru
Error: Error building site: TOCSS: failed to transform "style.scss" (text/x-scss). Check your Hugo installation; you need the extended version to build SCSS/SASS with transpiler set to 'libsass'.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
Total in 81 ms

here is the compose file

services:
  hugo:
    image: jakejarvis/hugo-extended:latest
    entrypoint: /bin/sh
    volumes:
      - "/my/path:/src"
    ports:
      - "1313:1313"

Thanks for your time

Nannigalaxy avatar Aug 02 '24 18:08 Nannigalaxy