diff options
-rw-r--r-- | TODO.md | 2 | ||||
-rw-r--r-- | content/posts/2021-12-05-mathyd-easy-tex-to-svg.md | 1 | ||||
-rw-r--r-- | data/projects.yaml | 5 |
3 files changed, 6 insertions, 2 deletions
@@ -61,7 +61,6 @@ this stuff may not make any sense. content of paper itself * detailed results are interesting * my tools 2021 (vim, irssi, screen, mutt/offlineimap/notmuch, irb, git, bash) -* mathyd (repo + examples) * buttcoin: https://www.wired.com/story/theres-no-good-reason-to-trust-blockchain-technology/ (nicholas weaver article) @@ -104,3 +103,4 @@ this stuff may not make any sense. * feedbloater * wireguard notes * birthday paradox +* mathyd (repo + examples) diff --git a/content/posts/2021-12-05-mathyd-easy-tex-to-svg.md b/content/posts/2021-12-05-mathyd-easy-tex-to-svg.md index 5961a43..040be71 100644 --- a/content/posts/2021-12-05-mathyd-easy-tex-to-svg.md +++ b/content/posts/2021-12-05-mathyd-easy-tex-to-svg.md @@ -2,7 +2,6 @@ slug: mathyd-easy-tex-to-svg title: "Mathyd: Easy TeX to SVG" date: "2021-12-05T07:02:29-04:00" -draft: true --- A few weeks ago I released [Mathyd][], a [Docker][] image containing an [HTTP][] daemon which converts [TeX][] to [SVG][]. diff --git a/data/projects.yaml b/data/projects.yaml index 18f8aed..03f361e 100644 --- a/data/projects.yaml +++ b/data/projects.yaml @@ -257,6 +257,11 @@ title." text: "Web-based LaTeX math renderer." repo: "https://git.pablotron.org/mathy" +- name: "Mathyd" + slug: "mathyd" + text: "Easy TeX to SVG daemon." + repo: "https://git.pablotron.org/mathyd" + - name: "Password Strength Tester" slug: "password-strength" text: "Web-based password strength tester based on zxcvbn." |