I want to write some of my notes in blog format.
I want to use my own domain with an github.io-provided static website. I don't know whether I can setup Wordpress there, so Trevisan's latex2wp is maybe not the right choice. Also, Wordpress LaTeX is quirky sometimes. I would want to use Hugo, Jekyll or Nikola for the blog layout.
The look of the blogpost I'm targeting is similar to this blog or this one. But anything goes if it's easy to setup and use.
My ideal work process would be as follows: write the LaTeX in emacs, copy the file to some git repo, git push, and the blog appears on my website.
Has anyone set something similar up, or has an idea how to do this?
Alice and Bob hold vectors <span class="wp-katex-eq" data-display="false">x,y \in \{0,1\}^n</span> respectively, and they would like to check whether <span class="wp-katex-eq" data-display="false">x=y</span> or notand Javascript running on the user's browser typesets the equations. This is the standard way with static blogs. You can do a web search for "KaTeX" or "MathJax" along with the static site generator you use (Hugo, Jekyll, whatever) to find examples of how others are using it. – ShreevatsaR Nov 17 '20 at 19:32QuickLaTeXplugin, which processes LaTeX code natively on a remote server. See this page https://tensortime.sticksandshadows.net/archives/4142 in which all the math is nativeLaTeX. – LaTeXereXeTaL Dec 31 '20 at 17:04