philhawksworth / hawksworx.com

My hawksworx.com blog site, powered by Eleventy and Netlify

Home Page:https://www.hawksworx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hawksworx.com

Phil Hawksworth's blog. Served up at https://www.hawksworx.com 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
  • NPM - to install and manage dependencies

Getting started

# clone this repository
git clone git@github.com:philhawksworth/hawksworx.com.git

# go to the working directory
cd hawksworx.com

# install dependencies
yarn

# start a local build server with hot reloading
yarn start

Deployment

Netlify Status

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.

Clone and deploy your own

Deploy to Netlify

About

My hawksworx.com blog site, powered by Eleventy and Netlify

https://www.hawksworx.com


Languages

Language:Nunjucks 41.3%Language:JavaScript 38.5%Language:SCSS 20.2%