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: Pastebin Clone Built on GitHub Pages and GitHub Actions

2 pointsby benkaiserabout 4 years ago

2 comments

benkaiserabout 4 years ago
Hey Hackernews,<p>I built this as part of proving how you could build a dynamic website using solely GitHub Pages + GitHub Actions. Here is a detailed writeup on how the approach works: <a href="https:&#x2F;&#x2F;blog.kaiser.lol&#x2F;writable-websites-using-github-pages-github-action&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.kaiser.lol&#x2F;writable-websites-using-github-pages...</a><p>It&#x27;s not pretty by any means, but it proves the basics of how you can implement a writable&#x2F;dynamic GitHub Pages site.
smashahabout 4 years ago
I implemented repository dispatch endpoint yesterday to trigger docker builds in multiple dependent repos. Very powerful tool.<p>Great work and write up!