Hah, yes! Whereas most of my developer friends have long ago moved to off-the-shelf Hugo or Jekyll templates for their personal sites, I stubbornly maintain my blog with entirely bespoke css and a backend only a parent could love. For me, the joy is not in having a website, the joy is in building the website. Why would I want to hand off the joyful part? It's like maintaining a classic car. You can buy a reliable dec…
Exactly this. My entire website is handcrafted, and not once but over the last decade almost ~10 times. It's fun and I almost end up revamping something every year. Everything handcrafted: - the matrix js code on home page. https://oxal.org click on the matrix for a surprise! - it's built using my own Static Site Generator: https://github.com/oxalorg/genox - my website uses a css theme, again handcrafted: https://git…
My website is ugly because I made it
51–60 of 140 posts
Re: My website is ugly because I made it
#52Hah, yes! Whereas most of my developer friends have long ago moved to off-the-shelf Hugo or Jekyll templates for their personal sites, I stubbornly maintain my blog with entirely bespoke css and a backend only a parent could love. For me, the joy is not in having a website, the joy is in building the website. Why would I want to hand off the joyful part? It's like maintaining a classic car. You can buy a reliable dec…
Re: My website is ugly because I made it
#53I don't have a personal site yet. But when I do, I plan to make it with HTML+CSS+JS/JQ only Maybe apache or nginx as webservers host it on shared stuff or AWS free tier I just need to figure out how to center a div, and then I'll be in the business.
I did the same: https://domi.work/ And it's also ugly :)
- Most of it is CSS, which when removed still produces a pretty functional website.
- Most of the CSS is just one (commented out) background image
- There are about 5 lines of java script, which seem to just exist to obfuscate your email.
Re: My website is ugly because I made it
#54Hah, yes! Whereas most of my developer friends have long ago moved to off-the-shelf Hugo or Jekyll templates for their personal sites, I stubbornly maintain my blog with entirely bespoke css and a backend only a parent could love. For me, the joy is not in having a website, the joy is in building the website. Why would I want to hand off the joyful part? It's like maintaining a classic car. You can buy a reliable dec…
Re: My website is ugly because I made it
#55Hah, yes! Whereas most of my developer friends have long ago moved to off-the-shelf Hugo or Jekyll templates for their personal sites, I stubbornly maintain my blog with entirely bespoke css and a backend only a parent could love. For me, the joy is not in having a website, the joy is in building the website. Why would I want to hand off the joyful part? It's like maintaining a classic car. You can buy a reliable dec…
I have a server to serve my website and a website to have something for my server to do.
Re: My website is ugly because I made it
#56Hah, yes! Whereas most of my developer friends have long ago moved to off-the-shelf Hugo or Jekyll templates for their personal sites, I stubbornly maintain my blog with entirely bespoke css and a backend only a parent could love. For me, the joy is not in having a website, the joy is in building the website. Why would I want to hand off the joyful part? It's like maintaining a classic car. You can buy a reliable dec…
Re: My website is ugly because I made it
#57The pic of the ugly site looks like it's full of blog posts, but this post is on a different site for some reason. I would've rather been sent to the ugly site if it doesn't have marketing cookies and a membership popup.
Yeah presumably because the ugly site has an awful background and poor font/colour choices that make it kind of hard to read. E.g. https://taylor.town/wealth-000 I made my website myself too and it isn't ugly. This guy's website is ugly because he decided to make it ugly out of some misguided sense of self-importance.
But how is it misguided? OP is having fun on their personal site. Where would you guide them instead?
Re: My website is ugly because I made it
#58Earlier quoted context omitted.
I did the same: https://domi.work/ And it's also ugly :)
I love this: - Most of it is CSS, which when removed still produces a pretty functional website. - Most of the CSS is just one (commented out) background image - There are about 5 lines of java script, which seem to just exist to obfuscate your email.
It was an experiment a while back and it was inline in order to keep it all in one file. Actually that made me realize, my site is dynamic: Because I edit this one html file live on the server to make changes, whoever loads my website repeatedly while I'm doing that is going to see changes live.
Re: My website is ugly because I made it
#59Static generation. Tables. End of story.
Re: My website is ugly because I made it
#60It's ugly because an "accept cookies" pop-up obscures half of the page.
that's on the blogging site - the actual Taylor.town doesn't have that. I'm not sure why the author hosts their blog posts on this platform and not their own website though