https://github.com/whyboris/video-hub-app-hugo
Public website for Video Hub App built with Hugo
https://github.com/whyboris/video-hub-app-hugo
hugo hugo-site
Last synced: about 1 year ago
JSON representation
Public website for Video Hub App built with Hugo
- Host: GitHub
- URL: https://github.com/whyboris/video-hub-app-hugo
- Owner: whyboris
- License: mit
- Created: 2024-10-16T02:49:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T19:19:02.000Z (over 1 year ago)
- Last Synced: 2025-02-04T19:36:44.788Z (over 1 year ago)
- Topics: hugo, hugo-site
- Language: HTML
- Homepage: https://videohubapp.com
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Video Hub App
[Video Hub App](https://videohubapp.com/) is the fastest way to browse, search, and organize videos on your computer. Think of it like YouTube for videos on your computer: browse, search, and preview. Works on Windows, Mac, and Linux!

## This repository
This is a repository just to keep a safe copy of the current public website.
It uses [Hugo](https://gohugo.io/) for static HTML generation.
Previously this website was built with [Gatsby](https://github.com/whyboris/video-hub-app-gatsby-website)
## Icons
Custom icons file generated from [typicons.font](https://github.com/stephenhutchings/typicons.font) by extracting only the icons I need using [fonttools](https://pypi.org/project/fonttools/) with this command:
```sh
pyftsubset typicons.woff \
--unicodes=U+e065,U+e08a,U+e08d,U+e091,U+e0a5,U+e0bf,U+e0e5,U+e0f9,U+e109,U+e088,U+e032 \
--output-file=typicons-custom.woff2 \
--flavor=woff2
```
Thanks to [StackOverflow](https://stackoverflow.com/a/48492035/5017391) for the cool trick!
_Favicons_ were created with [realfavicongenerator.net](https://realfavicongenerator.net/)