|
|
|
|
|
by thomasahle
1086 days ago
|
|
Has anyone done statistics on what generators / platforms people use?
I currently use a mix / roll my own, but I'd love recommendations for a good setup. In particular the features I'm after are: (1) Latex support for equations, (2) Support for code snippets, (3) Support for my own custom D3 or other javascript widgets. |
|
I did use Tailwind for styling, mostly because I was interested in learning more about it.
I use PrismJS for styling code blocks, and it works very well. No complaints there.
The thing I like about "just use HTML" is that it ultimately affords a ton of flexibility if I ever want to embed some interesting layout or little JavaScript demo. A good example of this is this explainer section from a post I wrote about SVG. I'm proud of how this turned out and it wouldn't have been possible to make it look as good as it does without just manually writing the markup (scroll to "Understanding SVG", I don't think I put an anchor on the heading unfortunately):
https://epiccoleman.com/posts/2023-04-05-svg-circle-of-fifth...
I have another post about the "tech stack" here if you're interested: https://epiccoleman.com/posts/2023-03-07-how-i-built-this-si...