Skip to content

kitsunoff/website

 
 

Repository files navigation

cozystack-website

Cozystack.io website

Prechecks

go version
hugo version

Install go

You will need a go version 1.14 or higher to run the website. instructions

 wget https://go.dev/dl/go1.24.2.linux-amd64.tar.gz -P /tmp
 rm -rf /usr/bin/go && sudo tar -C /usr/local -xzf /tmp/go1.24.2.linux-amd64.tar.gz
 export PATH=$PATH:/usr/local/go/bin
 go version

Install hugo

Be sure to download the extended version of Hugo from the GitHub releases page. The binary that was installed by your operating system package manager may (and most likely will) not work correctly.

brew install hugo

Run docs

hugo serve

About

Cozystack website and documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 50.9%
  • SCSS 29.9%
  • Python 11.4%
  • Shell 4.0%
  • JavaScript 2.1%
  • Makefile 1.7%