https://github.com/ojford/signed-blogs
Deprecated, now supported in Keybase itself @ keybase.pub! ~Crypto-signed blog posts; powered by Keybase.io filesystem~
https://github.com/ojford/signed-blogs
blog-platform cryptography keybase
Last synced: 6 months ago
JSON representation
Deprecated, now supported in Keybase itself @ keybase.pub! ~Crypto-signed blog posts; powered by Keybase.io filesystem~
- Host: GitHub
- URL: https://github.com/ojford/signed-blogs
- Owner: OJFord
- Created: 2016-02-05T02:50:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T20:49:01.000Z (almost 9 years ago)
- Last Synced: 2025-02-08T23:28:34.999Z (8 months ago)
- Topics: blog-platform, cryptography, keybase
- Language: HCL
- Homepage:
- Size: 19.5 KB
- Stars: 27
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Signed Blogs
============This is a basic proof of concept cobbled together after reading about [the awesome new Keybase filesystem](https://keybase.io/introducing-the-keybase-filesystem).
It's a simple user search, and view onto plaintext and markdown formatted files stored publicly on Keybase.
## What/Why/How
There's very little to this - all the heavy-lifting is done by genii at [Keybase.io](http://keybase.io); to whom I'm not affiliated.I just thought this was maybe an interesting use for their new filesystem, and threw this together stylesheet-less to toy with it.
Feel free to fork/PR/host your own, whatever.
Files are pulled in from Keybase every time - no storage here (would sort of defeat the point anyway).
## Try it out:
The Terraform's all ready to go, just supply AWS keys and it'll provision a Lambda, and API Gateway routing.Then you can test it out with `${STAGE_URL}/${KEYBASE_USER}[/${POST_TITLE}`.