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

Latest commit

 

History

History
33 lines (20 loc) · 572 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 572 Bytes

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