/www.nickyt.co

Source code for my web site nickyt.co

Primary LanguageSCSSMIT LicenseMIT

Netlify Status

Welcome

This is the source code for the web site of Nick Taylor built using the Eleventy static site generator. It uses Andy Bell's Hylia template. I've made tweaks to it and will probably make more over time, but just wanted to give Andy a shout out for his awesome template.

Terminal commands

Install the dependencies first

npm install

Serve the site locally in watch mode

npm start

Build a production version of the site

npm run production

Test the production site locally

cd dist
npx serve