-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path_config.yml
More file actions
63 lines (54 loc) · 1.54 KB
/
_config.yml
File metadata and controls
63 lines (54 loc) · 1.54 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
62
63
title: Scikit-HEP
email: scikit-hep-admins@googlegroups.com
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.
github_username: scikit-hep
# Build settings
markdown: kramdown
theme: "just-the-docs"
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
# SASS 3 will make stuff break
sass:
quiet_deps: true # https://github.com/just-the-docs/just-the-docs/issues/1541
silence_deprecations: ["import"] # https://github.com/just-the-docs/just-the-docs/issues/1607