-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
27 lines (25 loc) · 864 Bytes
/
_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
title: PROJECTNAME Logos
description: >-
Logos and artwork for PROJECTLOGO and it's hosted projects
# favicon for the site
favicon: assets/img/favicon.png
# primary project logo - used as the logo that will show up in search results
primary_logo:
# header for the logo - usually this will be the primary logo in a white out version
header_logo:
# GH repo this is at
github_repo: https://github.com/jmertic/artwork-template
# gradiant colors for the headers: theme_color_1 -> theme_color_2
theme_color_1: 36b0c9
theme_color_2: 159957
# optionally, specify a header background image
header_image:
# optionally, specify an image for the background of the main section
section_image:
# categories for projects, used in the front matter for each project page
logo_categories:
- Incubating
- Adopted
# don't touch ;-)
readme_index:
with_frontmatter: true