Live data from Hacker News

Ask HN: What makes a great personal website?

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: What makes a great personal website?

#11
The same thing I value in any other site: interesting content.

Secondarily, and required to make it a great site, would be speed (I should be able to start reading in at most 0.2 seconds from load in an ideal case) and internal links so that I can easily find more of the great content.

Re: Ask HN: What makes a great personal website?

#12
post #2

- Optimize your images. If you're gonna go down the tedious "hero image" road, DON'T make visitors download 10-meg background images. - Build it with simple HTML & CSS. JS should not be necessary.

> JS should not be necessary. This x1000. However, not using JS is also not necessary. There are valid reasons to use JS even in a simple personal site. The way I see it, keeping it as simple as possible is most important. Much of the time that means HTML & CSS only, maybe however, you want to have tabs at the top (for example). Is this possible to do with HTML & CSS? Yes. Is it simpler to do with JS. Also yes, and i…

There are certainly valid reasons to use JS, and it can greatly enhance a site if done right - interactive examples in a blogpost is one of my goto examples where JS can enhance things a lot. Same with comment systems that allow you to see a real-time rendering of what you are writting.

Re: Ask HN: What makes a great personal website?

#13
Make it yours. Don't copy others, in style or content. Be passionate about it. If you left one thing behind on this earth make it your website. It's your digital personality. Fill it full of fun stuff that gives you joy. Don't make it for other people, don't go chasing [waterfalls] visitors.
Post reply on HN