Skip to content

The home of the kluctl.io website and documentation.

Notifications You must be signed in to change notification settings

Amila-Rukshan/www-kluctl.io

 
 

Repository files navigation

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 [email protected]:kluctl/www-kluctl.io.git
git submodule update --init --recursive
npm install
hugo server

About

The home of the kluctl.io website and documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.2%
  • HTML 16.6%
  • SCSS 12.7%
  • JavaScript 11.9%
  • Go 6.5%
  • Shell 3.1%