This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
116 lines (108 loc) · 2.81 KB
/
config.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# The Themefisher font is used for the icons:
# https://github.com/themefisher/themefisher-font
baseURL: "https://vidify.org/"
title: Vidify
theme: navigator-hugo
enableRobotsTXT: true
googleAnalytics: UA-162662877-1
enableGitInfo: false
defaultContentLanguage: en
markup:
goldmark:
renderer:
# Embedding raw HTML inside markdown isn't a problem because there isn't
# any user-generated content.
unsafe: true
params:
logo: images/logo.png
dateFormat: 'Jan _2, 2006'
enableBlogImages: false
enableTopTitles: false
author:
name: Mario Ortiz Manero
image: 'images/author.jpg'
email: 'marioortizmanero at gmail dot com'
github: 'https://github.com/marioortizmanero'
linkedin: 'https://www.linkedin.com/in/mario-ortiz-manero-3b0472186/'
langsList:
- code: es
name: Español
- code: en
name: English
- code: nl
name: Nederlands
- code: cn
name: 简体中文
languages:
en:
weight: 1
contentDir: content/en
languageCode: en-us
title: Vidify
description: Play live music videos anywhere.
tags: >-
music videos, broadcast, live, real time, spotify, android, TV, windows,
linux, mac os, television
dateFormat: 'January 2, 2006'
es:
weight: 2
contentDir: content/es
languageCode: es-es
title: Vidify
description: Reproduce videoclips en directo y en cualquier sitio.
tags: >-
videoclips, en directo, broadcast, real time, spotify, android, TV,
windows, linux, mac os, videos, television
dateFormat: 2 January 2006
nl:
weight: 3
contentDir: content/nl
languageCode: nl-nl
title: Vidify
description: Speel live muziekvideo's overal af
tags: >-
muziekvideo's, uitzenden, live, real-time, spotify, android, TV, windows,
linux, mac os, televisie
dateFormat: 2 January 2006
cn:
weight: 4
contentDir: content/cn
languageCode: zh-cn
title: Vidify
description: 在任何地方播放现场音乐视频
tags: 音乐视频,广播,现实生活,Spotify,Android,电视,Windows,Linux,macOS,电视
dateFormat: 'January 2, 2006'
menu:
nav:
- name: home
url: /
weight: 1
- name: wiki
url: wiki
weight: 2
- name: blog
url: blog
weight: 3
- name: contact
url: contact
weight: 4
- name: github
url: 'https://github.com/vidify'
weight: 5
github:
- name: vidify
url: 'https://github.com/vidify/vidify'
weight: 1
- name: audiosync
url: 'https://github.com/vidify/audiosync'
weight: 2
- name: vidifyorg
url: 'https://github.com/vidify/vidify.org'
weight: 3
quicklink:
- name: gettingstarted
url: '/wiki/#wiki'
weight: 1
- name: faqs
url: /wiki/faq/
weight: 2