-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·43 lines (37 loc) · 1.08 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
baseurl: "/stanford-software-survey"
url: ""
permalink: /:year/:title/
title: 'The Stanford Software Survey'
google_analytics_id: ""
# Link to post with current results to appear at the top of home
current_results: /2021/two-thousand-twenty/
footer:
copyright_text: 'Copyright 2021, Stanford University'
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "page"
exclude:
- _site
- CHANGELOG.md
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- vendor
- _data/software/2020.yml
seo:
meta_og_title: "Stanford Software Survey"
meta_og_type: "website"
meta_og_url: "https://stanford-rc.github.io/stanford-software-survey"
meta_og_image: "https://raw.githubusercontent.com/stanford-rc/stanford-software-survey/main/assets/img/SRCC-square-red.png"
meta_og_description: "The Stanford Software Survey is an effort to understand open source software at Stanford University to ultimately better support it."
meta_twitter_card: "summary"
meta_twitter_site: "@StanfordCompute"
meta_twitter_creator: "@vsoch"
collections:
results:
output: true