TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's a good framework for a simple, personal homepage?

13 点作者 dalek2point3将近 11 年前
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 条评论

ernsheong将近 11 年前
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 未加载
dreamdu5t将近 11 年前
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 未加载
sytelus将近 11 年前
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 未加载
anmonteiro90将近 11 年前
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>
motyar将近 11 年前
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>
michaelmior将近 11 年前
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>
stevenspasbo将近 11 年前
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.
galfarragem将近 11 年前
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 未加载
zindlerb将近 11 年前
Why not just use standard html with a css framework like pure?
dtournemille将近 11 年前
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.