Ren Tatsumoto 
tatsumoto💣 Updated ajatt.top
I've spent the last six months porting our website from Bashblog to Tatsublog. One advantage of Tatsublog is that it isn't written in Bash, so we can implement features that weren't possible before. One example is the search page. Check it out:
https://ajatt.top/blog/search.html#q=grammar
You can now find content on the site much more easily.
Another plus is that many features now work with JavaScript disabled. For example, the table-of-contents navigation (Previous and Next links on guide pages) is implemented in Jinja templates and doesn't require JavaScript. Sidebar links used to work only when JavaScript was enabled. They now work without it as well.