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

Temporary Repo for Slides via Hugu

Notifications You must be signed in to change notification settings

swkWien/gdcr21hugo

Repository files navigation

GDCR21 Hugo

Temporary Repo for Slides via Hugo

Installation

Install hugo using your favorite method.

On Unix you can install it using a package manager.

Development

Init

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

Local Dev

To pull the theme submodule, do

$ git submodule update --init

Build

To run a server locally, do

$ hugo server