Generated new website with HTML5 Boilerplate.
npx create-html5-boilerplate new-site
cd new-site
npm install
npm start
- Searched Picular for a color related to mint. Decided on
#509413
. - Generated a color theme with Eva Design System. Downloaded the theme as
custom-theme.json
.
- Searched Duotone for an image related to mint, then colored it with
#509413
and#ebf9ce
. The duo toned image was downloaded, and saved asbg.png
(later exported and renamed tobg.jpg
). - Followed instructions at Perfect Full Page Background Image to set
bg.png
as the background image.