Resolving Math Formula and Theme Conflicts in a Personal Hugo Site
Following my previous article on how to build a static personal website, today I’m bringing you another technical guide: how to resolve theme conflicts when adding math formula support to a personal website. First off, Hugo’s official documentation already explains how to implement math rendering very clearly. You can find their official guide here. Since their documentation is highly detailed and covers configuration code for various file formats, I won’t repeat their steps here (though if anyone needs a Chinese breakdown, I can write one later). I will jump straight into my own troubleshooting process.