The static Zalando Research website built via Hugo.
- Install Hugo, e.g. on Linux either get the latest
deb
file from latest release and install it via
dpkg -i hugo_extended_0.82.0_Linux-64bit.deb
or install the default version:
apt install hugo
on OSX do:
brew install hugo
- Clone (or download) this repo:
git clone [email protected]:zalandoresearch/research.zalando.com.git
- Run Hugo server from the root of the folder:
hugo server --watch
Open localhost:1313 and the website should appear.