Created to showcase projects developed during Prewired's 2021 Summer Hackathon, dubbed The Emporium of Digital Delights (EoDD). Developed using Hugo and based on the Blist theme.
These instructions assume you are using Ubuntu or similar Linux distribution.
brew install hugo
- Use nvm to install/update nodejs and npm:
nvm install node
- Clone this repo and its submodules:
git clone --recurse-submodules git@github.com:HutchieV/eodd.git
- Install node modules:
cd eodd
npm i
- Launch the auto-updating server. By default, this is live at http://localhost:1313/:
hugo serve
The file netlify.toml
contains the basic configuration for deploying on Netlify.
Useful reference: link