-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_config.yml
More file actions
61 lines (54 loc) · 1.44 KB
/
_config.yml
File metadata and controls
61 lines (54 loc) · 1.44 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Site settings
title: EvalEval Coalition
email: core@evalevalai.com
description: >
We are a researcher community developing scientifically grounded research outputs
and robust deployment infrastructure for broader impact evaluations.
keywords: "artificial intelligence, AI evaluation, machine learning"
meta_author: EvalEval Coalition
baseurl: "" # Only include this if your site is in a subdirectory
url: "https://evalevalai.com" # Don't include the trailing slash
logo: /assets/img/evaleval-logo.png
image: /assets/img/site-banner.png
# Social media links
social:
- title: github
url: https://github.com/evaleval
# Postal Address (if needed for display)
address:
- line: Hugging Face
- line: University of Edinburgh
- line: EleutherAI
# Build settings
markdown: kramdown
kramdown:
input: GFM
footnote_nr: 1
permalink: pretty
theme: minima # You can override this with your custom layout or remove if not using
# Exclude folders you don't want Jekyll to process
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- _site # Important: GitHub Pages builds this itself
- .agents
- .claude
# Plugins (GitHub Pages allows a restricted set)
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
sass:
quiet_deps: true
collections:
resources:
output: true
permalink: /resources/:name/
projects:
output: true
permalink: /projects/:name/
events:
output: true
permalink: /events/:name/