3 ms·
Author here, had a lot of fun building this as it's just ~100 lines of Rust code + some CSS/HTML. If someone is looking for a fun thing to contribute to during
by omn1 4y ago
Author here, had a lot of fun building this as it's just ~100 lines of Rust code + some CSS/HTML.
If someone is looking for a fun thing to contribute to during Hacktoberfest, the code is on Github: https://github.com/mre/zerocal https://github.com/mre/zerocal
Will mainly use it for myself to send out event links to friends.
- yewenjie 4y agoCan it be self-hosted without relying on shuttle.rs? If yes, could you please update the readme with instructions?
- schemescape 4y agoFYI: the text on your blog post is cropped on my small screen (iPhone SE), and scrolling doesn’t even help, so its essentially unreadable.
- omn1 4y agoThanks for the info. I thought I fixed that lately [1]. I don't have an iPhone to test it with but I'll see what I can do. At least on the Chrome viewport emulator it looks fine to me... https://github.com/mre/endler.dev/commit/bc1187d290d153455b045155d5392def63e9831d https://github.com/mre/endler.dev/commit/bc1187d290d153455b0...
- schemescape 4y agoNot sure if it’s the problem, but MDN says Safari doesn’t support “overflow-wrap: anywhere”. I’d actually never heard of overflow-wrap :)