Skip to content

danstewart/danstewart.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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