-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
60 lines (49 loc) · 1.33 KB
/
_config.yml
File metadata and controls
60 lines (49 loc) · 1.33 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
# VFX Reference Platform - Jekyll Configuration
title: VFX Reference Platform
description: Reference Platform for VFX Software
url: "https://vfxplatform.com"
baseurl: ""
# Platform year configuration
current_year: 2026
supported_years_count: 4
# Build settings
markdown: kramdown
highlighter: rouge
# Exclude from build
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- package.json
- package-lock.json
- tailwind.config.js
- postcss.config.js
- README.md
- .github
# Data directory
data_dir: _data
# Sass
sass:
style: compressed
# Plugins
plugins:
- jekyll-seo-tag
- jekyll-sitemap
# SEO
author:
name: VFX Reference Platform Working Group
# Hero section
hero:
subtitle: "The VFX Reference Platform defines a set of tool and library versions to establish a consistent build target for software providers. Its purpose is to minimise incompatibilities between different software packages, ease the support burden for integrated pipelines and encourage further adoption of Linux."
cta_primary_text: "View Latest Platform"
cta_primary_url: "#reference-platform"
cta_secondary_text: "Join Discussion"
cta_secondary_url: "https://groups.google.com/g/vfx-platform-discuss"
# Analytics
cloudflare_analytics: 75ac194cb08e4271aa16a0649ac38734
# Defaults
defaults:
- scope:
path: ""
values:
layout: "default"