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.

Show HN: Clayoven – a minimalist website generator for math, code, and articles

149 pointsby artagnonover 5 years ago

4 comments

rodwover 5 years ago
&gt; It has been built at a glacial pace, over a period of seven years, as my website expanded in content.<p>Three cheers for slow software. Thoughtful solutions are under-appreciated. I&#x27;m surprised how many junior devs I need to convince that the fact that programs like vi, emacs, make and TeX are 40+ years old is a _good_ thing.
评论 #21795857 未加载
评论 #21795365 未加载
akhoover 5 years ago
I do not understand the point in these static site generators.<p>To me, the attractiveness of having a static website is that you get to choose the presentation appropriate to the particular content of each page. You can also automate some of the work in making those pages — generate a particular folder or preprocess some of the htmls — but static site generators seem to insist on running the whole thing.<p>If you are happy with a blog + a couple of similarly-formatted static pages, why not Wordpress?<p>Also: ‘minimalist’ generator with its own made-up markup format.
评论 #21795669 未加载
评论 #21795671 未加载
评论 #21797916 未加载
评论 #21796194 未加载
rangerranvirover 5 years ago
Not sure if you guys have heard about mathjax.js. Used to be a good one back in the days, when I used it.<p><a href="https:&#x2F;&#x2F;ranvir.xyz&#x2F;mathjaxprogram.html" rel="nofollow">https:&#x2F;&#x2F;ranvir.xyz&#x2F;mathjaxprogram.html</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;mathjax&#x2F;MathJax" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mathjax&#x2F;MathJax</a>
评论 #21795522 未加载
majkinetorover 5 years ago
I use something similar but aimed for the documentation on projects I work on. Its a bundle of mkdocs, plantuml, matjax etc. available in docker container.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;majkinetor&#x2F;mm-docs-template" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;majkinetor&#x2F;mm-docs-template</a>