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.

Writable Websites Using GitHub Pages and GitHub Actions

1 pointsby benkaiserabout 4 years ago

2 comments

benkaiserabout 4 years ago
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_arunabout 4 years ago
Do you have a running prototype for your idea? Then probably you could post a &quot;Show: HN&quot;
评论 #27137367 未加载