Skip to content

b7s9/portfolio-2021

Repository files navigation

b7s9 Portfolio (2021)

This portfolio is a SSG built on Javascript. It features dark mode and swipe interactions.

Docs

Eleventy, Tailwind CSS, Alpine.js.

Instructions

Local Dev

The start command watches for changes on save

npm install
npm start

Production build

This changes the baseURL to remote, and optimizes a few things. The resulting _site/ directory can be copied onto remote.

npm run build

Stage build

This is a copy of the production script but prepares the baseURL for staging on a private subdomain for testing.

npm run stage

Credits

Template and article by Greg Wolanski

MIT License