Hugo
Installation Installing Hugo brew update brew install hugo Adding Theme git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1 Update hugo.yaml to include theme: ['PaperMod']. Adding New Post hugo new content content/posts/my-post-title.md Troubleshooting hugo --cleanDestinationDir Serving Locally hugo server --buildDrafts Use --buildDrafts flag to include posts with draft: true. Latex \( \begin{bmatrix} a & b \\\ c & d \end{bmatrix} \) \( \Theta \) \( \xcancel{ABC} \) Basics Hugo is a static site generator written in Go. ...