video-hub-app-gatsby-website

Public website for Video Hub App 3 built with Gatsby

MIT License

Stars
2

Video Hub App 3

Video Hub App 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 Gatsby for static HTML generation.

Just npm install and npm start 🎉

Icons

Custom icons file generated from typicons.font by extracting only the icons I need using fonttools with this command:

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 for the cool trick!

Fonts

If ever the custom font is changed, run the preload-fonts script for the plugin

Related Projects