software-af-mil
Dev
Install dependencies:
npm i
Start a dev server:
npm run dev
Icons
Icons are stored as svg in ./themes/software-af-mil-theme/static/icons/fontawesome/.
In html, icons can be referenced and embedded:
{{ partial "fontawesome.html" "envelope" }}
New Icons
To add an icon, download the svg version from https://fontawesome.com and save it to ./themes/software-af-mil-theme/static/icons/fontawesome/.