# HG changeset patch # User Steve Losh # Date 1491840641 0 # Node ID 696be47e585d9b80542d7f6ef42a647d81029662 # Parent 50d1232228a3eec5eb1b15033d6a8f2e8a7afdcf MathJaxpocalypse diff -r 50d1232228a3 -r 696be47e585d content/blog/2015/11/beat-the-data.markdown --- a/content/blog/2015/11/beat-the-data.markdown Sat Apr 08 14:24:09 2017 +0000 +++ b/content/blog/2015/11/beat-the-data.markdown Mon Apr 10 16:10:41 2017 +0000 @@ -2,6 +2,7 @@ title = "Just Beat the Data Out of It" snip = "Round two of the Bob Ross Twitch chat analysis." date = 2015-11-30T16:10:00Z +mathjax = true draft = false +++ diff -r 50d1232228a3 -r 696be47e585d content/blog/2015/12/permutation-patterns.markdown --- a/content/blog/2015/12/permutation-patterns.markdown Sat Apr 08 14:24:09 2017 +0000 +++ b/content/blog/2015/12/permutation-patterns.markdown Mon Apr 10 16:10:41 2017 +0000 @@ -3,6 +3,7 @@ snip = "A short introduction." date = 2015-12-10T19:55:00Z draft = false +mathjax = true +++ diff -r 50d1232228a3 -r 696be47e585d content/blog/2016/02/midpoint-displacement.markdown --- a/content/blog/2016/02/midpoint-displacement.markdown Sat Apr 08 14:24:09 2017 +0000 +++ b/content/blog/2016/02/midpoint-displacement.markdown Mon Apr 10 16:10:41 2017 +0000 @@ -2,6 +2,7 @@ title = "Terrain Generation with Midpoint Displacement" snip = "A first step toward growing worlds with computers." date = 2016-02-19T19:45:00Z +mathjax = true draft = false +++ diff -r 50d1232228a3 -r 696be47e585d content/blog/2016/08/lisp-jam-postmortem.markdown --- a/content/blog/2016/08/lisp-jam-postmortem.markdown Sat Apr 08 14:24:09 2017 +0000 +++ b/content/blog/2016/08/lisp-jam-postmortem.markdown Mon Apr 10 16:10:41 2017 +0000 @@ -2,6 +2,7 @@ title = "August 2016 Lisp Game Jam Postmortem" snip = "Porting a game from Clojure to Common Lisp." date = 2016-08-15T13:45:00Z +mathjax = true draft = false +++ diff -r 50d1232228a3 -r 696be47e585d themes/stevelosh/archetypes/blog.md --- a/themes/stevelosh/archetypes/blog.md Sat Apr 08 14:24:09 2017 +0000 +++ b/themes/stevelosh/archetypes/blog.md Mon Apr 10 16:10:41 2017 +0000 @@ -1,3 +1,4 @@ +++ snip = "snippet" +mathjax = false +++ diff -r 50d1232228a3 -r 696be47e585d themes/stevelosh/layouts/partials/header.html --- a/themes/stevelosh/layouts/partials/header.html Sat Apr 08 14:24:09 2017 +0000 +++ b/themes/stevelosh/layouts/partials/header.html Mon Apr 10 16:10:41 2017 +0000 @@ -24,14 +24,18 @@ - + - - - - - + + + + + + {{ if .Params.mathjax }} + + {{ end }}