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…
My website is ugly because I made it
11–20 of 140 posts
Re: My website is ugly because I made it
#12I 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.
My (single page) personal site is HTML+CSS (no JS) based on a template generated by ChatGPT because I don't give a crap. Trying to make something that works on a mobile device and desktop is beyond my meagre skills. This worked fine.
Re: My website is ugly because I made it
#13I liked the heading fonts on the pages, "Austin News" according to Firefox. But then I looked it up for future use but it starts at 350$, so a bit steep for me :D
I used to have https://zaeem.dev/eye/ as my homepage for years, no text at all. Until I remade the site this year.
Re: My website is ugly because I made it
#14Hah, 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…
My argument to moving to a SSR is that I just spent all the time tweaking the backend. Now I can spend more time writing and tweaking just the theme.
Re: My website is ugly because I made it
#15I 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've never understood the whole centering a div meme. width: 60%; // define your width as desired margin: 0 auto; Now go start your blog!
And no cheating by using flexbox!
Re: My website is ugly because I made it
#16Earlier quoted context omitted.
I've never understood the whole centering a div meme. width: 60%; // define your width as desired margin: 0 auto; Now go start your blog!
Now center div with unknown height vertically :-) And no cheating by using flexbox!
Re: My website is ugly because I made it
#17I think there's a lack of kind of approach in general. There's a time and place when you build because the end goal is your client or boss, but it's ultimately the inner itch of experimentation that shapes your skillset and taste.
Re: My website is ugly because I made it
#18I would've rather been sent to the ugly site if it doesn't have marketing cookies and a membership popup.
Re: My website is ugly because I made it
#19The 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.
My first instinct was the same as yours so hf visiting https://taylor.town/
Edit: after posting this the taylor.town site became much slower - so maybe that's the hn hug of death gripping again
Re: My website is ugly because I made it
#20We need more of this kind of non-conformity on the web - and in general.