title permalink blog /blog/ <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "AMS" } }, tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true, } }); </script> <script type="text/javascript" async src="https://cdn.jsdelivr.net/npm/mathjax@2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"> </script> Blog Posts {% for post in site.posts %} {% if post.categories contains 'blog' %} {{ post.title }} Posted on {{ post.date | date: "%B %-d, %Y" }} {{ post.content | strip_html | truncatewords:30 }} {% endif %} {% endfor %}