-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
83 lines (69 loc) · 2.96 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
77
78
79
80
81
82
83
# south-region-use-case-code-repository/_config.yml
title: "South Region Use Case Code Repository"
description: "A repository sharing code and business use cases for the South Region"
theme: jekyll-theme-cayman
baseurl: "/SouthReusableAssets"
url: "https://MSUSAzureAccelerators.github.io"
# Behaviorbot config. See https://github.com/behaviorbot/ for more information.
# Note: Please Don't edit this file directly.
# Edit https://github.com/benbalter/shared-community-files instead.
# Configuration for update-docs - https://github.com/behaviorbot/update-docs
updateDocsComment: "Thanks for the pull request! If you are making any changes to the user-facing functionality, please be sure to update the documentation in the `README` or `docs/` folder alongside your change. :heart:"
# Configuration for request-info - https://github.com/behaviorbot/request-info
requestInfoReplyComment: Thanks for this. Do you mind providing a bit more information about what problem you're trying to solve?
requestInfoLabelToAdd: more-information-needed
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
#newIssueWelcomeComment: >
# Welcome!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
newPRWelcomeComment: Welcome! Congrats on your first pull request to Jekyll Remote Theme. If you haven't already, please be sure to check out [the contributing guidelines](https://github.com/benbalter/jekyll-remote-theme/blob/master/docs/CONTRIBUTING.md).
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
firstPRMergeComment: "Congrats on getting your first pull request to Jekyll Remote Theme merged! Without amazing humans like you submitting pull requests, we couldn’t run this project. You rock! :tada:<br /><br />If you're interested in tackling another bug or feature, take a look at [the open issues](https://github.com/benbalter/jekyll-remote-theme/issues), especially those [labeled `help wanted`](https://github.com/benbalter/jekyll-remote-theme/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)."
# Bug workaround
contact_links: []
gems:
- jekyll-remote-theme
# Plugins
plugins:
- jekyll-seo-tag
- jekyll-avatar
- jekyll-github-metadata
- jekyll-feed
- jekyll-remote-theme
remote_theme: https://github.com/benbalter/retlab
lang: en-US
# Pages to include in header navigation
nav_pages:
- index.html
- talks.md
- press.md
- about.md
- contact.md
# Pages to include in footer navigation
footer_pages:
- books.md
- fine-print.md
# Links to include on the contact page
contact_links:
- name: Twitter
url: https://twitter.com/laura_e_edell
icon: twitter
- name: LinkedIn
url: https://linkedin.com/in/lauraerinedell
icon: linkedin
# Front matter defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: post
comments: true
-
scope:
path: ""
type: "pages"
values:
layout: page
comments: false