-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_config.yml
62 lines (53 loc) · 1.44 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
title: Scikit-HEP
email: [email protected]
description: >-
The Scikit-HEP project is a community-driven and community-oriented
project with the aim of providing Particle Physics at large with an
ecosystem for data analysis in Python. The project started in Autumn
2016 and is under active development.
baseurl: ""
url: "https://scikit-hep.org"
github_username: scikit-hep
# Build settings
markdown: kramdown
# Local: theme: "just-the-docs"
remote_theme: "just-the-docs/[email protected]"
plugins:
- jekyll-feed
# Theme settings
color_scheme: skhep
logo: "/assets/images/logo.png"
# Enable or disable the site search
search_enabled: true
# Aux links for the upper right navigation
aux_links:
"Scikit-HEP on GitHub":
- "https://github.com/scikit-hep"
gh_edit_link: true
gh_edit_link_text: "View source for this page on GitHub."
gh_edit_repository: "https://github.com/scikit-hep/scikit-hep.github.io"
gh_edit_branch: "main"
gh_edit_view_mode: "tree" # "tree" or "edit"
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
callouts:
warning:
color: red
title: Warning
note:
color: yellow
title: Note
important:
color: green
title: Important
highlight:
color: blue