Skip to content
This repository was 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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4d1ff6 · Nov 17, 2021

History

36 Commits
Nov 11, 2021
Nov 11, 2021
Nov 17, 2021
Nov 13, 2021
Nov 11, 2021
Nov 13, 2021
Nov 11, 2021
Nov 11, 2021
Nov 11, 2021
Nov 11, 2021
Nov 11, 2021
Nov 13, 2021

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