-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (45 loc) · 1.07 KB
/
_config.yml
File metadata and controls
53 lines (45 loc) · 1.07 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
# remote_theme: just-the-docs/just-the-docs
theme: just-the-docs
repository: OpenGolfSim/opengolfsim.com
logo: "/assets/logo-clear-white.svg"
color_scheme: ogs
title: "OpenGolfSim Help"
permalink: pretty
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
layout: "default"
plugins:
- jekyll-tabs
footer_content: 'Copyright © 2025 OpenGolfSim LLC - <a href="/privacy">Privacy</a> - <a href="/terms">Terms and Conditions</a>'
last_edit_timestamp: true
last_edit_time_format: "%b %e %Y"
show_excerpts: true
enable_copy_code_button: true
aux_links:
# Shop:
# - https://opengolfsim.com
Contact Us:
- /contact
Socials:
- /connect-with-us
exclude: [brian, .vscode, _site, vendor]
mermaid:
# Version of mermaid library
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
version: "10.6.1"
callouts:
tip:
title: Tip
color: green
note:
title: Note
color: blue
warning:
title: Warning
color: yellow
error:
title: Error
color: red