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

Latest commit

 

History

History
26 lines (17 loc) · 437 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 437 Bytes

Hexandcube.eu.org

Hexandcube's Personal Website - Version 10.0

Install Prerequisites

  1. Install Hugo Extended (Make sure to install the Extended version of hugo!)
  2. Install Dependencies using NPM
$ npm install

Run local development version

Using -D is required to render draft entries.

$ hugo -D server

Build Project

$ hugo