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.

Best/Fastest Way to Create Static Website?

10 pointsby jdcampolargoabout 3 years ago
Creating a website using 11ty or npx create-react-app my-app.<p>Thoughts?

6 comments

sandreasabout 3 years ago
Here is my personal introduction into hugo: <a href="https:&#x2F;&#x2F;pilabor.com&#x2F;blog&#x2F;2021&#x2F;05&#x2F;building-a-blog-with-hugo&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pilabor.com&#x2F;blog&#x2F;2021&#x2F;05&#x2F;building-a-blog-with-hugo&#x2F;</a><p>The site itself has been created exactly like this.
评论 #30814988 未加载
Flankkabout 3 years ago
It&#x27;s an opinionated subject. It&#x27;s sort of like choosing the shiniest piece of trash at the landfill. Next.js works fine after you download 10 GB of packages from 10k strangers on the internet. Jekyll and 11ty are relatively simple. A lot of people like Nuxt for some reason. It&#x27;s a shame that web components were implemented so poorly. It would have saved us from this hell.
brtkdotseabout 3 years ago
Do you really need to build an app? If it&#x27;s less than 4-5 pages in total, just write raw HTML files and upload to Netlify. If you want to get fancy, buy a nice template or get on free over at <a href="https:&#x2F;&#x2F;html5up.net" rel="nofollow">https:&#x2F;&#x2F;html5up.net</a>
评论 #30814989 未加载
shams93about 3 years ago
Hugo is pretty sweet.
twohaibeiabout 3 years ago
For quick prototyping in js I use sveltekit. For nonjs i prefer 11ty.<p>Both with tailwindcss.<p>Highly recommend.
评论 #30814991 未加载
JoeyBananasabout 3 years ago
Jekyll