-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
74 lines (67 loc) · 3.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
63
64
65
66
67
68
69
70
71
72
73
74
remote_theme: just-the-docs/just-the-docs
color_scheme: dark
exclude: ["ICC", "*.yml", "enctests/*/*.mov",
"enctests/sources/encsources/*/*.png", "enctests/sources/encsources/*/*.exr",
"enctests/sources/encsources/*/*.tif", "enctests/sources/hdr_sources/*/*.png",
"enctests/*/*.mov",
"MarkdownNotes.md",
"enctests/sources/hdr_sources/*/*.exr", "enctests/sources/Sintel-trailer-1080p-png",
"enctests/sources/1080p"]
url: "https://academysoftwarefoundation.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# logo: https://www.aswf.io/wp-content/uploads/sites/69/2022/11/ExternalLink_openreviewinitiative-stacked-color.svg
# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
title: ORI Encoding Guidelines
# Footer "Edit this page on GitHub" link text
#gh_edit_link: true # show or hide edit this page link
#gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/AcademySoftwareFoundation/EncodingGuidelines" # the github URL for your repo
#gh_edit_branch: "main" # the branch that your docs is served from
#gh_edit_source: docs # the source that your files originate from
#gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
ga_tracking: G-4ZZYZDFLDD
footer_content: "Copyright © 2022 ORI Contributors. Distributed under a <a href=\"https://github.com/just-the-docs/just-the-docs/tree/main/DOCLICENSE\">CC BY 4.0</a> license."
# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
callouts_level: quiet # or loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red
# Aux links for the upper right navigation
aux_links:
"Part of the ASWF Open Review Initiative (ORI)":
- "https://openreviewinitiative.org/"
"Academy Software Foundation (ASWF)":
- "https://www.aswf.io/"
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: false
enable_copy_code_button: true
nav_external_links:
- title: Changelog
url: https://github.com/AcademySoftwareFoundation/EncodingGuidelines/wiki/EncodingGuidelines-Changelog
hide_icon: false # set to true to hide the external link icon - defaults to false
opens_in_new_tab: true # set to true to open this link in a new tab - defaults to false
- title: Reporting Issues
url: https://github.com/AcademySoftwareFoundation/EncodingGuidelines/issues
hide_icon: false # set to true to hide the external link icon - defaults to false
opens_in_new_tab: true # set to true to open this link in a new tab - defaults to false
- title: Discussion
url: https://github.com/AcademySoftwareFoundation/EncodingGuidelines/discussions
hide_icon: false # set to true to hide the external link icon - defaults to false
opens_in_new_tab: true # set to true to open this link in a new tab - defaults to false
plugins:
- jekyll-seo-tag