MathJax With Toto

This is how I make Toto embed MathJax in to the page using Tex markup. <script type="math/tex; mode=display"> \begin{align} x &= 100011_2 \\ &= 100_2 * 2^3 + 011_2 \end{align} </script> It looks like this when rendered The mode=display makes it so that it is centered in case that is what you need because it looks better than left or right aligned. The rest of the markup is taken from Tex. ...

March 9, 2014 · 1 min · GeneralZer0

Getting TOTO working on a Server (non Heroku)

Toto seems that its a blogging engine but there are a few things that still need to be worked out. I hear that it works great in Heroku but it doesn’t seem to work so well in your own server. The routes to the file are a little bit buggy but you can fix that as long as you make the file name %Y-%m-%d-{:slug}.{:ext} Make sure that you specify some of these in the config ...

October 14, 2013 · 1 min · GeneralZer0