website-benwhite

Source for https://benwhite.com.au.

Stack

  • The site is built with Eleventy, which handles the static HTML template, pages and navigation.
  • The template and component language is WebC.
  • The CSS framework used is Tailwind.
  • The build pipeline and hosting of the website is handled by Cloudflare.

Build

Changes to the main branch will kick off a build and deploy to benwhite.com.au.

Local development

# Site
git clone git@github.com:d3v1an7/website.git ~/workspace/website && cd ~/workspace/website
npm install
npm run start

To build later...

  • Search
  • Terminal mode