The website for Discoliam.com.
- Clone Repo
cd
into reponpm install
npm run dev
- 11ty as a Static Site Generator
- Liquid for templating.
- Webpack
- PostCSS
- postcss-preset-env
The command npm run dev
Does two things:
- Runs Webpack to compile and build all the static assets
- Runs a simple webserver with browser sync, as described in the 11ty Docs
Everything is serverd and hotreladed at [http://localhost:8080].
npm run build
will build the site and static assets into the dist
folder.
This site is hosted on Netlify. It re-builds on every push of the main
branch.