-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
116 lines (109 loc) · 2.76 KB
/
Copy path_config.yml
File metadata and controls
116 lines (109 loc) · 2.76 KB
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
title: "Natron"
description: Open Source VFX Compositing Software
url: "https://natrongithub.github.io"
# Baseurl needed for some plugins to work correctly
baseurl: ""
# Variables
twitter: https://twitter.com/natronvfx
discord: https://discord.gg/cpMj5p3Fv5
forum: https://discuss.pixls.us/c/software/natron
github: https://github.com/NatronGitHub/Natron
facebook: https://facebook.com/groups/NatronNation/
# Values to change when setting up a new Natron release
natron:
branch: RB-2.5
release:
version: 2.5.0
date: "2022-11-25"
downloadurl: "https://github.com/NatronGitHub/Natron/releases/latest/download/"
# Keep URL blank unless distribution URL for the specified version doesn"t use the GitHub releases system.
downloads:
windows:
versions:
installer:
title: "Installer & Portable"
url: ""
suffix: "-Windows-x86_64.zip"
linux:
versions:
installer:
title: "Installer"
url: ""
suffix: "-Linux-x86_64.tgz"
portable:
title: "Portable"
url: ""
suffix: "-Linux-x86_64-no-installer.tar.xz"
flatpak:
title: "Flatpak"
url: "https://flathub.org/apps/details/fr.natron.Natron"
suffix: ""
macos:
versions:
v11:
title: "macOS 11+"
url: ""
suffix: "-macOS12-x86_64.dmg"
v1015:
title: "macOS 10.15"
url: ""
suffix: "-macOS1015-x86_64.dmg"
v109:
title: "OS X 10.9+"
url: ""
suffix: "-OSX109-x86_64.dmg"
v106:
title: "OS X 10.6+"
url: ""
suffix: "-MacOSX106-Universal-i386-x86_64.dmg"
other:
silicon-prerelease: https://github.com/NatronGitHub/Natron/releases/tag/v2.6.0-alpha1
freshports: https://www.freshports.org/graphics/natron/
examples: https://sourceforge.net/projects/natron/files/Examples/
natron-plugins: https://github.com/NatronGitHub/natron-plugins
natron-scripts: https://github.com/NatronGitHub/natron-python-scripting
# Build settings
sass:
style: compressed
markdown: kramdown
kramdown:
auto_ids: "true"
input: GFM
syntax_highlighter_opts:
default_lang: python
css_class: "highlight"
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
collections_dir: site_collections
collections:
features:
output: true
permalink: /features/:path/
posts:
output: true
permalink: /news/:path/
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-relative-urls
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md
- DEVELOP.md
- templates/
# Jekyll RSS Feed settings
feed:
path: /feed.atom
collections:
posts:
path: "/feed.atom"
posts_limit: 20