https://github.com/mskelton/bytes
The source repository for my website's "bytes" (mini posts).
https://github.com/mskelton/bytes
blog posts website
Last synced: 11 days ago
JSON representation
The source repository for my website's "bytes" (mini posts).
- Host: GitHub
- URL: https://github.com/mskelton/bytes
- Owner: mskelton
- License: isc
- Created: 2023-09-02T13:01:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T17:09:25.000Z (26 days ago)
- Last Synced: 2026-01-15T20:03:40.568Z (26 days ago)
- Topics: blog, posts, website
- Homepage: https://mskelton.dev/bytes
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bytes
The source repository for my website's "bytes" (mini posts).
## How it works
Changes to this repo will be published via a webhook to my website. My
website then will pickup those changes and index the content into the
database which will then present the content to the users.
This technique works well as it doesn't require me to redeploy my website
when adding bytes, and it also allows me to add bytes while working on
other feature branches for my website without worrying about switching
between branches.