See my blog post about why I switched to al-folio.
My website's source code is at https://github.com/jesse-wei/jesse-wei.github.io.
This website is still deployed at https://main--cheerful-mousse-b9d87b.netlify.app. It's still fully functional.
I made this website using Hugo with the PaperMod theme. Deployed on Netlify. jessewei.dev used to point to this website.
First, install Hugo.
Then, run the following commands:
git clone --recurse-submodules --no-single-branch https://github.com/jesse-wei/jessewei.dev-PaperMod.git
cd jessewei.dev-PaperMod
hugo server
scripts/build is used for Netlify deployment.
See my blog post.
My auto-generated PaperMod diff page shows the changes I made to the PaperMod theme using diff
output.
I describe how I set up the page in the link above.