Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 728 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 728 Bytes

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 [email protected]: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.