-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
148 lines (127 loc) · 4.33 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Jekyll theme
title: she qualifies
author: Sarah Ciston
email: [email protected]
description: > # this means to ignore newlines until "show_excerpts:"
how do you know you've made it until you've made something?
show_excerpts: true # set to true to show excerpts on the homepage
# baseurl: "https://shequalifies.glitch.me/"
# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
# minima:
# date_format: "%b %-d, %Y"
#
# # generate social links in footer
# # minima does not have a glitch social link... yet \o/
# social_links:
# twitter: sarahciston
# github: sarahciston
# # rss: rss
# # dribbble: jekyll
# # facebook: jekyll
# # flickr: jekyll
# instagram: sarahciston
# linkedin: jekyll
# pinterest: jekyll
# youtube: jekyll
# youtube_channel: UC8CXR0-3I70i1tfPg1PAE1g
# youtube_channel_name: CloudCannon
# telegram: jekyll
# googleplus: +jekyll
# microdotblog: jekyll
# Mastodon instances
# mastodon:
# - username: jekyll
# instance: example.com
# - username: jekyll2
# instance: example.com
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
- pages/index.md
- pages/about.md
# Build settings
theme: just-the-docs #chalk minima #jekyll-theme-with-hack-css
#JUST THE DOCS####start
# Color scheme supports "light" (default) and "dark"
color_scheme: test #darkpurple
# Enable or disable the site search
# Supports true (default) or false
search_enabled: true
search:
# Split pages into sections that can be searched individually
# Supports 1 - 6, default: 2
heading_level: 2
# Maximum amount of previews per search result
# Default: 3
previews: 3
# Maximum amount of words to display before a matched word in the preview
# Default: 5
preview_words_before: 5
# Maximum amount of words to display after a matched word in the preview
# Default: 10
preview_words_after: 10
# Set the search token separator
# Default: /[\s\-/]+/
# Example: enable support for hyphenated search words
tokenizer_separator: /[\s/]+/
# Display the relative url in search results
# Supports true (default) or false
rel_url: true
# Enable or disable the search button that appears in the bottom right corner of every page
# Supports true or false (default)
button: false
# Aux links for the upper right navigation
aux_links:
"see the live source code":
- "https://glitch.com/edit/#!/shequalifies"
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: true
# Heading anchor links appear on hover over h1-h6 tags in page content
# allowing users to deep link to a particular heading on a page.
#
# Supports true (default) or false
heading_anchors: true
# Footer content
# appears at the bottom of every page's main content
footer_content: "© 2020 Sarah Ciston. Distributed by an <a href=\"https://github.com/pmarsceill/just-the-docs/tree/master/LICENSE.txt\">MIT license.</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
# 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/sarahciston/shequalifies" # the github URL for your repo
# gh_edit_branch: "master" # the branch that your docs is served from
# gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
# ga_tracking: UA-2709176-10
# ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true/nil by default)
# plugins:
# - jekyll-seo-tag
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false
#JUST THE DOCS####end
plugins:
- jekyll-feed
- jekyll-seo-tag
# Build settings
encoding: utf-8
markdown: kramdown
exclude:
- .sass-cache/
- node_modules/
- .gitignore
- Gemfile
- _config.yml
- glitch.json
- package.json
- package-lock.json
- watch.json
- "*.save.*"