Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyoshenka/blogchain
A blog backed by LBRY
https://github.com/lyoshenka/blogchain
gatsby lbry
Last synced: 9 days ago
JSON representation
A blog backed by LBRY
- Host: GitHub
- URL: https://github.com/lyoshenka/blogchain
- Owner: lyoshenka
- Created: 2021-09-02T14:52:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T18:58:55.000Z (over 3 years ago)
- Last Synced: 2024-11-15T06:07:47.644Z (2 months ago)
- Topics: gatsby, lbry
- Language: CSS
- Homepage: https://lyoshenka.github.io/blogchain/
- Size: 1.92 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-LBRY - blogchain - Blogging with LBRY and Gatsby. (Scripts)
README
# Blogging via LBRY
A demo for how you can build a blog using LBRY. All the data is stored on LBRY. The frontend (Gatsby) pulls posts from
the LBRY daemon to build the site.Most of the magic is in [this source plugin](https://github.com/lyoshenka/gatsby-source-lbry).
---
Running locally
```bash
lbrynet start
yarn install
./dev.sh
```Deploying
```bash
# first commit your changes. then
./deploy.sh
```