forked from microsoft/PartnerResources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
77 lines (60 loc) · 1.69 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
title: "Partner Resources"
author: Microsoft
description: Resources created by Microsoft's GPS (Global Partner Solutions) team
baseurl: "/PartnerResources"
back_to_top: true
back_to_top_text: "Back to top"
footer_content: "Copyright © 2022 Microsoft"
# Social (First three Required)
repo: "https://github.com/microsoft/PartnerResources"
github_user: "microsoft"
github_repo: "PartnerResources"
github_branch: "main"
twitter: microsoft
linkedin: microsoft
logo_pixels: 34
color: "#FFFFFF"
# show related plans on learning plans
showrelatedplans: true
# include app insights
includeappinsights: true
# google-analytics: UA-XXXXXXXXXX
# Image and (square) dimension for logo (don't start with /)
# If commented, will use material hat theme
# logo: "assets/img/logo/SRCC-square-red.png"
# If you add tags to pages, define this variable to link them to some external search
# If you want to link to tags locally on the site, leave this commented out
# tag_search_endpoint: https://ask.cyberinfrastructure.org/search?q=
# tag_color: primary # danger, success, warning, primary, info, secondary
accentColor: blue
themeColor: blue
fixedNav: 'true' # true or false
last_edit_timestamp: true
last_edit_time_format: "%b %e %Y at %I:%M %p"
permalink: /:year/:title/
markdown: kramdown
exclude: [_site, CHANGELOG.md, LICENSE, README.md]
# Collections
collections:
docs:
output: true
permalink: /:collection/:path
# Defaults
defaults:
- scope:
path: "_docs"
type: "docs"
values:
layout: page
-
scope:
path: ""
type: "pages"
values:
layout: "page"
relative_links:
enabled: true
collections: true
plugins:
- jekyll-redirect-from
- jekyll-relative-links