Skip to content

zalandoresearch/zalandoresearch.github.io

Repository files navigation

Zalando Research Website

The static Zalando Research website built via Hugo.

Installation

  1. 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
  1. Clone (or download) this repo:
   git clone git@github.bus.zalan.do:zalandoresearch/research.zalando.com.git
  1. Run Hugo server from the root of the folder:
   hugo server --watch

Open localhost:1313 and the website should appear.