-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (31 loc) · 1.47 KB
/
_config.yml
File metadata and controls
41 lines (31 loc) · 1.47 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
# Site title (shows in browser tab and search engines)
title: Research Computing
# Site description (for SEO)
description: Documentation for computing clusters, GPU access, and research computing support
# Use just-the-docs theme from GitHub
remote_theme: just-the-docs/just-the-docs@v0.8.2
# Path to your logo image (relative to site root)
# Make sure this file exists in your repo at this exact path
logo: "/assets/images/SYRACUSE_Horizontal_2Line_ORANGE_RGB.png"
# Use your custom SU color scheme (defined in _sass/color_schemes/syracuse.scss)
color_scheme: syracuse
# Enable the search box
search_enabled: true
# Footer links - appears at bottom of every page
# target='_blank' makes external links open in new tabs
footer_content: "Syracuse University Research Computing | <a href='https://researchcomputing.syr.edu' target='_blank'>Website</a> | <a href='mailto:researchcomputing@syr.edu'>Email</a> | <a href='https://researchcomputing.syr.edu/events/' target='_blank'>Events</a> | <a href='https://www.syracuse.edu/about/accessibility/' target='_blank'>Accessibility</a>"
# Top-right corner links
aux_links:
"Website":
- "https://researchcomputing.syr.edu"
"Email":
- "mailto:researchcomputing@syr.edu"
"Events":
- "https://researchcomputing.syr.edu/events/"
# Make aux links open in new tabs
aux_links_new_tab: true
# Show "back to top" button on long pages
back_to_top: true
back_to_top_text: "Back to top"
# Make headings clickable (adds # links)
heading_anchors: true