Discoliam 2020
tl:dr
- Clone Repo
cd
into reponpm install
npm run dev
Basic Setup
- Using 11ty as a Static Site Generator
- Using Liquid templates with most content in (Markdown)[https://daringfireball.net/projects/markdown/syntax].
- Static Assets are compiled using Gulp, PostCSS and postcss-preset-env -- (Look Mum, no Sass!)
Development
The command npm run dev
Does two things:
- Runs the
gulp watch
task, re-comoikling static assets when the files change - Runs a simple webserver with browser sync, as described in the 11ty Docs
Build
npm run build
will build the site and static assets into the build
folder.
Deployment
This site is hosted on Netlify. It re-builds on every push of the master branch.