
-
It would also be possible to integrate semantic search so people don't necessarily need to know the keywords. If you're interested, feel free to ping me or take a look at https://github.com/do-me/SemanticFinder. In case I could just create a pre-indexed version based on your data dump which would be quite convenient to use.
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
Hah, thanks. I've been hoping to do so, but still haven't gotten around to it. There's some quirks with the static site generator that I use[0] that lead me to keep postponing setting up blog-ish features, and I don't know enough python to fix them.
[0]: https://github.com/gordonbrander/lettersmith_py
-
If you ever want to try a new static site generator, I use Hugo[0] to generate my site. There's a lot of pre-built themes[1] you can use. Most (if not all) have blogging functionality built in, all you need to do is drop in a Markdown file with your content. You may need to learn a little bit if Golang if you want to customize themes. Just throwing it out there as an option.
[0]: https://gohugo.io/
[1]: https://themes.gohugo.io/
-
Honestly I've found that if all I want is text, images, latex, code snippets, and maybe a tiny bit of javascript, then Hugo or maybe Jekyll with static deploys to some normal ass webserver is the most consistently easy and maintainable. Beyond that just straight up HTML files.
I've had too many blog services close on me, too many frameworks go stale and require inordinate amounts of time to update, too many deploy strategies deprecate some aspect I depended on, to want to go through all that for whatever bells and whistles I get for doing the extra effort.
My blog is just hugo https://github.com/komali2/blog