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.

A list of tools for generating static websites

4 pointsby kanakiyajayalmost 11 years ago

4 comments

jamesbrittalmost 11 years ago
Some issues:<p>You anchors do not work.<p>For example, for Ruby you have this at the link destination:<p><pre><code> &lt;a name=&quot;user-content-ruby&quot; class=&quot;anchor&quot; href=&quot;#ruby&quot; aria-hidden=&quot;true&quot;&gt; &lt;span class=&quot;octicon octicon-link&quot;&gt;&lt;&#x2F;span&gt;&lt;&#x2F;a&gt; </code></pre> But it needs to have id=&#x27;ruby&#x27; or name=&#x27;ruby&#x27;<p>Or change the top link to refer to #user-content-ruby and not #ruby.<p>Second, your link to Webby (A Ruby tool) fails. That project moved to github a while ago: <a href="https://github.com/TwP/webby" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;TwP&#x2F;webby</a><p>But even that is a bit old, because the project is no longer maintained. I believe someone assembled an updated version (to work with recent Ruby changes) but I don&#x27;t think it&#x27;s any of the forks of tat project, and I don&#x27;t recall where I saw it. (I use Webby but hack on my own private copy of the code.)<p>I think you need to review your links and possible provide some notes to indicate if a project is active.
koistyaalmost 11 years ago
Hey guys! For a limited time I&#x27;m offering free help with static sites. Don&#x27;t hesitate to get in touch. Here is starter kit I have so far:<p><a href="https://github.com/kriasoft/static-site-starter" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kriasoft&#x2F;static-site-starter</a>
james2vegasalmost 11 years ago
&quot;C and Perl&quot;?
xnamealmost 11 years ago
I found a problem with those is that eventually you have to create a theme by your self. On the other side, if you use wordpress, there are tons of themes&#x2F;templates to choose.
评论 #8025023 未加载