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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Writable Websites Using GitHub Pages and GitHub Actions

1 点作者 benkaiser大约 4 年前

2 条评论

benkaiser大约 4 年前
Hey Hackernews,<p>I came up with this approach in an effort to allow developers to write data back to a GitHub Pages site using only a HTTP request on the site itself. This makes it possible for a whole new type of site that can be run for free on the GitHub stack.<p>I know there&#x27;s been a bit of hype around running SQLite on GitHub Pages here lately, and this opens the way for that SQLite database to support modifications. There are challenges involved with concurrently updating a single file so this approach is slightly more suited to updating separate individual files. But as I outlined in the post you can take advantage of things like Jekyll to combine files in a GitHub Pages site.<p>Let me know what you think!
the_arun大约 4 年前
Do you have a running prototype for your idea? Then probably you could post a &quot;Show: HN&quot;
评论 #27137367 未加载