💾 Archived View for station.martinrue.com › moddedbear › 498c8ac9410941c3b0a8ad65aa440100 captured on 2023-04-26 at 14:05:16. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-04-20)
-=-=-=-=-=-=-
I've been tempted to start up a web site to mirror some of my gemini posts to a few times this week, but having to worry about web things like styling keeps turning me off.
11 months ago
@degrowther2 I get what you mean. CSS can be a lot of fun but it can also feel distracting. If I get too into it it's all I'll focus on haha.
Anyway, I went and created a neocities site.
https://moddedbear.neocities.org/ · 11 months ago
I acually had a ton of fun styling and designing my new website, but it required a totally different mood & mindset from actually writing posts. · 11 months ago
@haze Thanks for the resources. Writing for gemini has spoiled me with not having to think about presentation. I very much want something I can quickly set and not spend much time tinkering with trying to get perfect, but converting from a format as simple as gemtext should be helpful for that anyway. · 11 months ago
The end result looks like this. The decorations are done by CSS so you don't need to generate complicated HTML. (Yes the web is horrible, theres hundreds of ways to do the same thing)
https://tlgs.one/ · 11 months ago
You can just copy one of the open source proxy's CSS. Most stylings expect very a direct translation from Gemtext to the coresponding HTML. ( # to be converted to <h1>, ## to <h2>, => to <a>, etc.. ) Then directly style over that.
Take my server for example:
https://github.com/marty1885/dremini/blob/master/dremini/GeminiServerPlugin.cpp#L16-L168 · 11 months ago