Skip to content

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

Notifications You must be signed in to change notification settings

ptutty/philiptutty.co.uk

 
 

Repository files navigation

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 [email protected]: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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • CSS 85.9%
  • JavaScript 9.4%
  • HTML 4.7%