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 – beautiful website generator aimed at math-heavy sites

115 pointsby artagnonabout 4 years ago

8 comments

cseleborgabout 4 years ago
The adjective &#x27;beautiful&#x27; for software is increasingly becoming a turn-off for me. Perhaps with the exception of Sublime Text, there is no software that I routinely use for its pleasing aesthetics. I&#x27;m more interested in fast, intuitive, pragmatic software. Beautiful makes me thing that other, more important things have been given lower priority.<p>What exactly makes Clayoven beautiful? It seems to have a great niche purpose. Shouldn&#x27;t the first adjective be something related to what math users would value?
评论 #26689297 未加载
评论 #26690671 未加载
评论 #26690641 未加载
评论 #26691818 未加载
评论 #26689618 未加载
评论 #26690138 未加载
评论 #26689263 未加载
loloquwowndueoabout 4 years ago
Doesn’t look very carefully crafted for something they claim to be “beautiful”.<p>&gt; There is no published gem. To get started, clone, run bundle to install the required gems, and put bin&#x2F;clayoven in $PATH.<p>Yuck? Is it so difficult to package and publish a gem these days? Did the author not find time to do so in the years they’ve been working on this project?<p>&gt; To start writing, install vsclay for vscode, which will provide the necessary syntax highlighting, IntelliSense support for MathJaX, and trigger-[incremental build]-on-save functionality.<p>What about integration with other editors? Will my “beautiful” experience be ruined if I happen not to use vscode?<p>Definitely looks like a very “scratching my own itch” kind of project - worth sharing but the adjective used to present it sounds like an overstatement.
Eccoabout 4 years ago
I’ve been much happier using KaTeX over MathJax. Indeed KaTeX can actually be rendered server-side. This prevents an ugly flash of unstyled content on math-heavy pages.
评论 #26690858 未加载
评论 #26690799 未加载
jsf01about 4 years ago
The marketing text in the readme is more self congratulatory than useful to the end user. It’s fine to be proud of one’s work, but the documentation should first consider the needs of the project’s consumers. If it were up to me I’d strip out all the nonsense about the beauty of the code—at the end of the day, it needs to run well. Whatever clever or minimal techniques or linter rules you think make the code beautiful are not relevant to anyone that’s not a contributor to the code base.
zeroonetwothreeabout 4 years ago
The demo doesn’t look particularly beautiful. Not that it’s bad but just not what I would think based on the marketing.
egonschieleabout 4 years ago
Neat project! Beauty feels like an under-explored part of programming. It&#x27;s neat to see how a language can be designed to be more expressive for a particular use case. I wouldn&#x27;t make a call to use a piece of tech at work just for beauty but I certainly do that all the time in my personal projects.
评论 #26689896 未加载
timdaubabout 4 years ago
I made something similar with KaTeX and Markdown. Mine is plain.<p>Demo: <a href="https:&#x2F;&#x2F;timdaub.github.io&#x2F;SSRP&#x2F;" rel="nofollow">https:&#x2F;&#x2F;timdaub.github.io&#x2F;SSRP&#x2F;</a><p>Source: <a href="https:&#x2F;&#x2F;github.com&#x2F;TimDaub&#x2F;ssrp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;TimDaub&#x2F;ssrp</a>
评论 #26693482 未加载
drranabout 4 years ago
I use Marker[0] markdown editor, which has built-in support for MathJax and KaTex for math, and Jekyll, to render my blog to GitHub.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;fabiocolacio&#x2F;Marker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fabiocolacio&#x2F;Marker</a> .