Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
/ GDCR2021 Public archive

Slides for GDCR 2021 at Nagarro

Notifications You must be signed in to change notification settings

swkWien/GDCR2021

Repository files navigation

GDCR 2021 Slides

Slides for Global Day of Coderetreat event organized by swkWien and hosted at Nagarro.

Installation

Install hugo using your favorite method.

On Unix you can install it using a package manager.

Development

Init

Skip these instructions if you clone an existing repository.

  1. Create/clone repo
  2. hugo new site . --force
  3. Follow remaining instructions in tutorial.

Local Dev

Clone the repo and

$ git submodule update --init

Build

To run a server locally, do

$ hugo server