TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to build a personal blog/website from the ground up?

2 pointsby redlionover 4 years ago
I have always wanted to build a very simple personal website or blog. Examples: http:&#x2F;&#x2F;www.paulgraham.com&#x2F;index.html and http:&#x2F;&#x2F;ruina.tam.cornell.edu&#x2F;.<p>I have some experience with web development, but this will be a learning experience. Looking for all recommendations on how best to host and develop a website that is entirely my own.<p>Thank you!

1 comment

SubGeniusover 4 years ago
HTML and CSS are your friends.<p>When you progress to a point where you want to add interactivity on your site, learn Javascript.<p>Host your site on the cheapest VPS you can find. It&#x27;ll give you an excuse to learn Linux and basic sysadmin.<p>[0] - <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;HTML" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;HTML</a><p>[1] - <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;CSS" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;CSS</a><p>[2] - <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;JavaScript" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;JavaScript</a>
评论 #25106864 未加载