Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 461 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 461 Bytes

danstewart.dev

This repository contains the code for https://danstewart.dev and my blog posts.

Usage

This project uses hermit to manage the node/npm/npx install.

# Activate hermit
source bin/activate-hermit

# Install dependencies
npm install

# Run 11ty website locally
npm run serve

# Build 11ty site to ./build
npm run build

# Copy files to appropriate location to serve
./deploy.sh