/powersj.io

My personal website

Primary LanguageHTMLOtherNOASSERTION

powersj.io

My personal site hosted on Netlify. Powered by Hugo and based on the Hugo Coder theme.

License

Files under content/* are licensed under CC-BY-4.0. All other files are MIT.

Optimized Images done via:

find -type f -name "*.jpg" -exec jpegoptim --strip-all {} \;
find -type f -name "*.png" -exec optipng -o5 {} \;