main.js

The main.js file isn’t really used at the moment, but I keep it around so people can see the default Hugo message.

Source Code

console.log('This site was generated by Hugo.');

// grab all the svgs

// get all the divs with the class of svg-icon
const svgIcons = document.querySelectorAll('.svg-icon');

console.log(svgIcons);