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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Clayoven – beautiful website generator aimed at math-heavy sites

115 点作者 artagnon大约 4 年前

8 条评论

cseleborg大约 4 年前
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 未加载
loloquwowndueo大约 4 年前
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.
Ecco大约 4 年前
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 未加载
jsf01大约 4 年前
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.
zeroonetwothree大约 4 年前
The demo doesn’t look particularly beautiful. Not that it’s bad but just not what I would think based on the marketing.
egonschiele大约 4 年前
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 未加载
timdaub大约 4 年前
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 未加载
drran大约 4 年前
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> .