Skip to content

swo/swo.github.io

Repository files navigation

Getting started

  • Use mise
  • mise run install to install gems
  • mise run build for static, local build
  • mise run serve for dynamic, local serve

Notes

Writing math

The GitHub Pages gem renders pages using kramdown and the MathJax option. This leads to some weird results, where whole blocks get commented out. I found the simplest answer was the bypass kramdown altogether by wrapping paragraphs around double-dollars:

<p>
$$
x = y
$$
</p>

This way, kramdown doesn't touch anything inside, and MathJax finds the $$ and works its normal magic.

About

Personal web page

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors