ptutty / philiptutty.co.uk

My philiptutty.co.uk blog site, powered by Eleventy and Netlify

Home Page:https://www.philiptutty.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

philiptutty.co.uk

Phil Tutty's blog. Served up at https://www.philiptutty.co.uk and hosted on Netlify

Overview

This site is comprised of static files generated by Eleventy for simplified deployment and hosting. It uses Gulp to automate some build optimisation tasks and to improve performance.

Local development

To build the site you need:

  • Node - to run the build
  • Yarn - to install and manage dependencies

Getting started

# clone this repository
git clone git@github.com:ptutty/philiptutty.co.uk.git

# go to the working directory
cd philiptutty.co.uk

# install dependencies
yarn

# start a local build server with hot reloading
yarn start

Deployment

The build command yarn run build will generate a set of static assets in a dist folder which can be deployed to any web hosting service.

My preferred method is to host on Netlify which can run this build process in a CI environment and then deploy the build to automatically to a global CDN. Such deployments are triggered automatically by every git push to the master branch of the origin repository.

About

My philiptutty.co.uk blog site, powered by Eleventy and Netlify

https://www.philiptutty.co.uk


Languages

Language:CSS 85.8%Language:JavaScript 9.4%Language:HTML 4.7%