draggianuniverse
1 week ago
The main thing that concerns me about Nekoweb is having less space. Also, I don't like their editor (and I can't use WebDAV well on Mint) or their focus on Discord. If you're trying to do indie website shit and only communicate on Discord, you're missing the point. But it'd be nice to know if that works, so I need to compress all my files as much as possible to test.
draggianuniverse
1 week ago
I also find Nekoweb to be overly "cutesy" and gimmicky, which doesn't resonate with me, but it is an option if I can get the site below 550 mb (doubtful). I'd rather not subscribe to it since I detest groupchats so it doesn't have the social components I like from -cities.
draggianuniverse
1 week ago
okay, I still find Nekoweb overly cutesy and gimmicky and don't like their reliance on Discord, but I did figure out how to fix the most annoying part of their editor (the overzealous autocomplete popups that try to fill in every word you write -- really annoying for creative writing pages or anything with natural English in it) -- in a userstyle, set .ace_editor.ace_autocomplete to display: none.
draggianuniverse
1 week ago
also found a compressor; added link to it and the nekoweb style to /miscellanea/techystuff > https://nikkhokkho.sourceforge.io/?page=FileOptimizer
Of course! I'd love to exchange buttons :> And I'll look into a changing theme too, or maybe I'll just change the font haha
Added your button to affiliates on the homepage -- FYI, right now your button marquees are looping before their full length. You'll need to change them to CSS animations if you want them to scroll and have your users see all of them (that also works on more browsers). IDK how to do that vertically, but here's a code snippet I used to use for a horizontal pseudo-marquee. https://rentry.co/css_ani_marquee
I'm not an expert on CSS animations, but I *think* that snippet should work if you just change transform X to transform Y and replace vw with vh.