generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 30
/
_config.yml
55 lines (43 loc) · 1.67 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
title: GUAC
description: The site for everyone's favorite software supply chain knowledge graph
logo: "/assets/images/guac.png"
favicon_ico: "/assets/images/favicon.ico"
ga_tracking: G-C1KPW2NZX2
aux_links:
"GUAC on GitHub": "https://github.com/guacsec/guac"
"GUAC Website": "https://guac.sh"
baseurl: "/guac-docs" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: guacsec
heading_anchors: true
# Build settings
remote_theme: just-the-docs/just-the-docs
plugins:
- jekyll-feed
color_scheme: better_contrast
markdown: kramdown
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
# Footer content
# appears at the bottom of every page's main content
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
footer_content: "Content under the <a href=\"https://creativecommons.org/licenses/by/4.0/\">CC BY 4.0 International license</a>. Code under the <a href=\"https://opensource.org/license/mit\">MIT license</a>. Copyright © 2024 GUAC a Series of LF Projects, LLC. For web site terms of use, trademark policy and other project policies please see <a href=\"https://lfprojects.org/\">https://lfprojects.org/</a>"
# 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