small post rewording
authorIan Kelling <ian@iankelling.org>
Fri, 26 Aug 2016 05:49:19 +0000 (22:49 -0700)
committerIan Kelling <ian@iankelling.org>
Fri, 26 Aug 2016 05:49:19 +0000 (22:49 -0700)
blog/2016-08-25-site-redesign.md

index 5538eadbd5667507b1b9c822d2926e0fb9acceb9..42652472affbe7fdb1d588da39b049fe33401438 100644 (file)
@@ -6,6 +6,6 @@ Please let me know what you think of the current site design. It's my own creati
 
 Disqus and it's ilk suck: it pushes tracking, advertising, and proprietary javascript on your users. The comments aren't saved by archive.org. People have lots more reasons they dislike it. NPR just deleted 2.8 billion Disqus comments. Unfortunately, there is no really simple way to add self hosted comments to your static blog, so I bit the bullet and wrote code for it.
 
-I originally used Jekyll (the most popular static site generator), but I ditched it and made my own site generator. It was fun. One nice thing is I can still serve a static site with static comments (comment submission is obviously a little dynamic): I regen a page in 120ms, compared to jekyll at 430 ms, and I'm not sure if that time would grow for a bigger site etc. The alternative of course is to make the site non-static or use some javascript hackery.
+I originally used Jekyll (the most popular static site generator), but I ditched it and made my own site generator. It was fun. One nice thing is I'm much faster than Jekyll, so I can handle page regen on comment submission without performance worries. I regen a page in 120ms, compared to jekyll at 430 ms, and I have no idea if that would grow when the site grew etc.
 
 Although I don't use much javascript (none on this page), I added javascript license data so the [librejs](https://www.gnu.org/software/librejs/) extension can detect that it is free software. It was pretty easy, and I recommend it.