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: What's a good framework for a simple, personal homepage?

13 pointsby dalek2point3almost 11 years ago
I&#x27;m an academic looking for a simple HTML generating web framework to make my home site. Here are the requirements:<p>1. No databases, no javascript. Just static HTML + CSS. 2. Editing page content should be as simple as changing text in markdown, I dont want to be editing HTML. Static generators is probably what I want. 3. Should look nice -- lots of templating options. Im not a designer, so dont want to spend too much time working with CSS. 4. Multi-page, not a big fan of the &quot;one page&quot; multi-link layout. 5. Responsive -- should work well on mobiles and tables.

10 comments

ernsheongalmost 11 years ago
I personally use and love Middleman <a href="http://middlemanapp.com" rel="nofollow">http:&#x2F;&#x2F;middlemanapp.com</a> It is more general purpose compared to Jekyll, which is more blog-focused.<p>It can be anything you want it to be. Responsiveness can be obtained by using a CSS framework. These things are independent of the static generator framework.
评论 #7861528 未加载
dreamdu5talmost 11 years ago
You don&#x27;t need a framework! Or Jekyll! Open your text editor and create an HTML page. You&#x27;re solving a problem you don&#x27;t have!
评论 #7861280 未加载
sytelusalmost 11 years ago
I know Jekyll would be sold here in the name of &quot;simplicity&quot;. But you should know that Jekyll sites are also the quickest sites getting abandoned because it takes a lot of work to do minor update to large site. Plus you may not find support for lot of customizations you might want to do. So I&#x27;d rather much prefer WordPress even though it&#x27;s not being sold as &quot;blog like hackers do&quot;. It&#x27;s very usable, simple <i>in use</i>, installs in 5 minutes, extensible unlike anything else, tons of community support in form of plugins for everything you might ever want to do. You can self-host or get hosted by someone and so on. PHP jokes aside it&#x27;s very likely the most usable, extensible and hackable system out there.
评论 #7872455 未加载
anmonteiro90almost 11 years ago
Have you had a look at Github Pages[1] and Jekyll[2]?<p>[1] <a href="https://pages.github.com/" rel="nofollow">https:&#x2F;&#x2F;pages.github.com&#x2F;</a><p>[2] <a href="http://jekyllrb.com/docs/quickstart/" rel="nofollow">http:&#x2F;&#x2F;jekyllrb.com&#x2F;docs&#x2F;quickstart&#x2F;</a>
motyaralmost 11 years ago
Keep it simple check<p>My site+blog <a href="http://motyar.github.io/" rel="nofollow">http:&#x2F;&#x2F;motyar.github.io&#x2F;</a><p>code<p><a href="https://github.com/motyar/motyar.github.com/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;motyar&#x2F;motyar.github.com&#x2F;</a>
michaelmioralmost 11 years ago
You&#x27;ll certainly get a lot of different opinions when it comes to static sit generators. This site[1] may help you make up your mind.<p>[1] <a href="http://www.staticgen.com/" rel="nofollow">http:&#x2F;&#x2F;www.staticgen.com&#x2F;</a>
stevenspasboalmost 11 years ago
Like the other two posters, I recommend Jekyll. I really like the Poole (<a href="http://getpoole.com/" rel="nofollow">http:&#x2F;&#x2F;getpoole.com&#x2F;</a>) theme.
galfarragemalmost 11 years ago
Get a Tumblr blog instead. This tool is underrated and much more flexible than people think. You can even host for free with your personal domain. Just SEO is far from perfect IMHO but probably that is not important for you.
评论 #7862596 未加载
zindlerbalmost 11 years ago
Why not just use standard html with a css framework like pure?
dtournemillealmost 11 years ago
Jeykll is a popular static site generator. You&#x27;ll need a responsive template to use with it, of which there are plenty to choose from.