sollago / website

Contains files and scripts that belong to my personal website.
0 stars 1 forks source link

Faster Loading, Favicon! #46

Closed iliakur closed 7 years ago

iliakur commented 7 years ago

Finally addresses #38 by optimizing CSS and Javascript loading as well as introducing a favicon because I got fed up with the constant errors. Replacing the favicon is super easy, let me know if you want to do that. I've even tried pushing these changes to the live site and noticed a significant improvement!! These changes unfortunately come at the price of having to make some tweaks to your environment.

  1. You'll have to update your environment to include some dependencies: conda env update -n sol_site -f conda_environment.yaml
  2. You need the assets plugin for Pelican. I will email you that in a zipped folder which you'll have to extract to the right place.
  3. fab rebuild for the win!