Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.07 KB

readme.md

File metadata and controls

48 lines (31 loc) · 1.07 KB

The Emporium of Digital Delights Showcase

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.

Setup

These instructions assume you are using Ubuntu or similar Linux distribution.

  1. Install Homebrew
  2. Install nvm
  3. Use Homebrew to install Hugo:
brew install hugo
  1. Use nvm to install/update nodejs and npm:
nvm install node
  1. Clone this repo and its submodules:
git clone --recurse-submodules git@github.com:HutchieV/eodd.git
  1. Install node modules:
cd eodd
npm i
  1. Launch the auto-updating server. By default, this is live at http://localhost:1313/:
hugo serve

Netlify

The file netlify.toml contains the basic configuration for deploying on Netlify.

Emoji shortcodes

Useful reference: link