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

Latest commit

 

History

History
36 lines (22 loc) · 680 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 680 Bytes

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