May 17, 2021
This website is made with Hugo and themed by Cupper.
The favicons for this site were generated from this icon over at icon-icons.com using Real FavIcon Generator. A local copy of the SVG is here:
I used LunaPic’s in-browswer circle-crop tool to make the circle-cropped headshot photo.
Generally, I like to shrink photos to 800x800 using: convert -quality 80 -geometry 800x800 image.jpg image-small.jpg
To get KaTeX to do both inline and display equations, I modified
./layout/partials/katex.md
according to Kevin Cazelle’s suggestions here: https://kevcaz.github.io/notes/hugo/katex_and_goldmark/.
And now math looks like this: Inline: $\pi$ Display style: $$\int x\ dx = \frac{1}{2}x^2 + C$$
The website is compiled by Hugo locally, and I use rsync
to put it on the server.
rsync -avz /home/pgadey/Hugo/pgadey/ cloudbox:/home/pgadey/public_html
notes
.systemd
thing to auto-launch hugo-local
on my computers.:help UltiSnips-python
Related tags: