-
Notifications
You must be signed in to change notification settings - Fork 171
/
Copy pathmkdocs.yml
26 lines (26 loc) · 801 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
site_name: Awesome Video
site_url: https://awesome.video
site_description: A curated list of awesome streaming video tools, frameworks, libraries, and learning resources.
site_author: Nick Krzemienski
repo_name: krzemienski/awesome-video
repo_url: https://github.com/krzemienski/awesome-video
theme:
name: material
palette:
primary: purple
accent: white
extra:
analytics:
provider: google
property: G-VQCESB210D
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/krzemienski
- icon: fontawesome/brands/twitter
link: https://twitter.com/nkrzemienski
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/krzemienski
extra_css:
- css/extra.css
nav:
- "From FFMPEG to playback, streaming video.": "index.md"