mathblog
is a program for people who want to manage
statically-generated, mathematically-themed blogs. It supports:
- Extended Markdown input syntax as supported by the Pandoc library
- Inline and block-level $\mathrm{\LaTeX}$ math rendered by MathJax
- Function graphing with TikZ package
- Integration of Javascript-based web services such as Disqus
- Template-based document rendering with support for layout and style customization
mathblog
is installable
with cabal-install
and builds with GHC 7.10:
$ cabal update $ cabal install mathblog
Latest Release
- Version: 0.6
- Released: 10/3/2015
- Tarball: Download
- Hackage: Hackage page for version 0.6
Contributing
-
mathblog
is hosted on GitHub. - Find a bug? Post a minimal test case on the issue tracker and describe what you did.
- Got a patch? Submit a pull request. If you want to make big changes, let's chat first.