generated from kevinlin1/just-the-class
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
60 lines (54 loc) · 1.22 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
title: LCL DOORS
baseurl: /lcl-doors
markdown: kramdown
permalink: /:categories/:title/
# Theme settings
theme: just-the-docs
remote_theme: pmarsceill/just-the-docs@v0.3.3
color_scheme: light
search_enabled: true
heading_anchors: true
permalink: pretty
footer_content:
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
# Collections for website data
collections:
staffers:
modules:
# schedules:
# announcements:
# Default layouts for each collection type
defaults:
- scope:
path: ''
type: staffers
values:
layout: staffer
subpath: '/assets/images/'
- scope:
path: ''
type: modules
values:
layout: module
# - scope:
# path: ''
# type: schedules
# values:
# layout: schedule
# - scope:
# path: ''
# type: announcements
# values:
# layout: announcement
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false
back_to_top: true
back_to_top_text: "Torna in cima"
plugins:
- jekyll-seo-tag