https://github.com/fildon/video-diary
https://github.com/fildon/video-diary
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fildon/video-diary
- Owner: fildon
- Created: 2025-03-11T10:06:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T11:26:20.000Z (over 1 year ago)
- Last Synced: 2025-03-11T11:35:07.202Z (over 1 year ago)
- Language: HTML
- Size: 13.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Diary
A gallery of short-form daily videos.
Hosted on [rupertmckay.com/video-diary](https://rupertmckay.com/video-diary)
## My Workflow
I use [One Second Diary](https://play.google.com/store/apps/details?id=com.kylekun.one_second_diary&pcampaignid=web_share) to make the videos.
At the end of each month I upload the full video to Youtube, where I keep it as an _unlisted_ video. From there I get the embeddable source URL from the share video modal.
Aside from managing the video files, only a small update in the `index.js` is needed with each upload to present the video in the webpage.
There is no build process nor dependencies necessary in this repository. The HTML is served as-is by GitHub pages.