forked from videomi/shotcut_web
-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
81 lines (67 loc) · 2.43 KB
/
_config.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
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
### GENERAL SETTINGS ###
# Site settings
title: Shotcut
description: "Shotcut is a free, open source, cross-platform video editor for Windows, Mac and Linux"
analytics: #Google analytics code in the format XX-nnnnnnnn-n
baseurl: "" #important: start with /
url: "https://www.shotcut.org"
timezone: "America/Los_Angeles"
gems: ["jekyll-paginate"]
paginate: 5
paginate_path: "/blog/page:num/"
# Build settings
markdown: kramdown
permalink: /blog/:title/
excerpt_separator: <!--more--> #use this in posts to define how long the excerpt of the post (that is shown on the Blog page) is
colors: #in hex code if not noted else
primary: "#115c77" # main theme color
primary_rgb: "17,92,119" #rgb of the primary. Needed in some places for the transparency effect.
secondary: "#000" # body text and footer background
background: "#fff"
alternatebg: "#ddd"
accent: "#c80000"
link: "#115c77"
link_hover: "#c80000"
footer_heading: "#fff"
footer_content: "#ddd"
### CONTACT SETTINGS ###
# Social networks usernames. Many more available: google-plus, flickr, linkedin, etc). Shown in footer.
social:
- title: facebook
url: https://www.facebook.com/shotcutapp/
- title: x-twitter
url: https://x.com/shotcutapp
# Postal address (add as many lines as necessary). Shown in footer and on Contact page.
address:
- lines:
- Adress,
- City, State, Zip
- United States
email: [email protected]
tel: (000) 000-0000
### GENERAL DATA FOR VARIOUS LOCATIONS ###
# Members information. Shown on About page.
members:
- name: Dan Dennedy
position: Lead Developer
text: Bio or Description Here
img: team01.jpg
social:
- title: envelope #use for email address
url: mailto:[email protected]
- title: x-twitter
url: http://x.com/handle
# Clients information. Shown on Home and About pages.
clients:
- name: dribbble
img: client01.png
- name: Code is Poetry
img: client02.png
- name: Vimeo
img: client03.png
- name: VimeoPro
img: client04.png
# Short text about your company. Shown in footer on every page and also separately on Home and Contact page.
about: "Shotcut is a free, open source, cross-platform video editor for Windows, Mac and Linux. Major features include support for a wide range of formats; no import required meaning native timeline editing; Blackmagic Design support for input and preview monitoring; and resolution support to 4k."
include:
- .well-known