-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
84 lines (54 loc) · 1.81 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
75
76
77
78
79
80
81
82
83
84
plugins:
- jekyll-remote-theme
remote_theme: sam-astro/lifeblood
markdown: kramdown
destination: /var/www/distributedcomputeproject.org
baseurl: ""
nav_categories : ["Overview"]
# Search Settings
search_enabled : true
enable_dark_theme: true
enable_custom: true
footer_left: "<a id=\"footer_edit_button\" href=\"\">See something wrong? Contribute to this page here</a>"
footer_right: "<a id=\"last-modified\" href=\"\"></a>"
home: /
small_logo_path: /images/distributedcomputeproject.png
github:
owner_name: The-Distributed-Computing-Project
repository_name: distributedcomputeproject.org
branch: main
favicon:
source: favicon.ico
search:
# Split pages into sections that
# can be searched individually
heading_level : 1
# Maximum amount of previews per search result
previews : 3
# Maximum amount of words to display
# before a matched word in the preview
preview_words_before : 5
# Maximum amount of words to display
# after a matched word in the preview
preview_words_after : 10
# Set the search token separator
tokenizer_separator : /[\s/]+/
# Display the relative url in search results
rel_url : true
# Enable or disable the search button that appears
# in the bottom right corner of every page
button : false
# AUX Links
# Aux links for the upper right navigation
aux_links:
"Distributed-Computing-Project on GitHub":
- "//github.com/The-Distributed-Computing-Project"
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab : false
# Footer
# uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
last_edit_time_format : "%b %e %Y at %I:%M %p"
last_edit_timestamp : true
back_to_top: true
back_to_top_text: "Scroll Up"
color_scheme: 'dark'