nickytonline / www.nickyt.co

Source code for my web site nickyt.co

Home Page:https://www.nickyt.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Source code for my web site nickyt.co

https://www.nickyt.co

License:MIT License


Languages

Language:SCSS 42.2%Language:JavaScript 39.9%Language:Nunjucks 17.1%Language:Shell 0.8%