/www-kluctl.io

The home of the kluctl.io website and documentation.

Primary LanguageCSS

kluctl.io website and documentation

Netlify Status

Built with Docsy

Launch website locally

requirements:

  • hugo extended version
    • We need to process SCSS or SASS to CSS in our Hugo project, you need the Hugo extended version, or else you may see this error message:
      error: failed to transform resource: TOCSS: failed to transform "scss/main.scss" (text/x-scss): this feature is not available in your current Hugo version 
      We release two set of binaries for technical reasons. The extended version is not what you get by default for some installation methods. On the release page, look for archives with extended in the name. To build hugo-extended, use go install --tags extended
      
  • npm
git clone git@github.com:kluctl/www-kluctl.io.git
git submodule update --init --recursive
npm install
hugo server