-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (43 loc) · 1.37 KB
/
_config.yml
File metadata and controls
46 lines (43 loc) · 1.37 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
title: Academy Software Foundation (ASWF) Logos
description: >-
Logos and artwork for Academy Software Foundation (ASWF) and it's hosted projects
# Settings
favicon: assets/img/favicon.png
primary_logo: other/aswf/logo/aqua/aswf-logo-aqua.svg
header_logo: other/aswf/logo/white/aswf-logo-white.svg
github_repo: https://github.com/AcademySoftwareFoundation/artwork
section_image: assets/img/aswf_bg.jpg
theme_color_1: 36b0c9
theme_color_2: 159957
# categories of logos, for grouping on main logo page. Must match level: in front matter of each logoset README.md file
logo_categories:
- Projects
- Working Groups
- Other Logos
ga_tracking_id: 360578303
clotributor_category_default: Visual Effects and Computer Graphics
defaults:
- scope:
path: "other" # directory (relative to site root)
type: "pages" # usually "pages"
values:
layout: "logos"
level: "Other Logos"
- scope:
path: "projects" # directory (relative to site root)
type: "pages" # usually "pages"
values:
layout: "logos"
level: "Projects"
- scope:
path: "working-groups" # directory (relative to site root)
type: "pages" # usually "pages"
values:
layout: "logos"
level: "Working Groups"
# don't touch ;-)
readme_index:
with_frontmatter: true
plugins:
- jekyll-remote-theme
remote_theme: jmertic/artwork-template