-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
95 lines (74 loc) · 2.05 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
title: "Easyfatt Integration"
# Serve the documentation from the `docs/` folder
source: "docs"
# theme: bulma-clean-theme
url: 'https://lukesavefrogs.github.io'
# Simulate Github Pages base url being the repository name
baseurl: '/danea-easyfatt'
theme: just-the-docs
plugins:
- jekyll-default-layout
- jekyll-seo-tag
- jekyll-glossary_tooltip
- jemoji
- jekyll-github-metadata
# --------------- `jekyll-github-metadata` configuration ---------------
repository: LukeSavefrogs/danea-easyfatt
# --------------- Theme configuration ---------------
favicon_ico: "/favicon.ico"
logo: "/easyfatt.ico"
# Enable or disable heading anchors
heading_anchors: true
mermaid:
# Version of mermaid library
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
version: "9.1.3"
# Color scheme supports "light" (default) and "dark"
color_scheme: light
# For copy button on code
enable_copy_code_button: true
# Aux links for the upper right navigation
aux_links:
"Vai al repository":
- "//github.com/LukeSavefrogs/danea-easyfatt"
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: true
# Back to top link
back_to_top: false
back_to_top_text: "Torna su"
# 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 alle %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: false # show or hide edit this page link
callouts_level: quiet # or loud
callouts:
trivial:
color: grey-dk
highlight:
color: blue
warning:
color: yellow
important:
title: Importante
color: blue
new:
title: Nuovo
color: green
note:
title: Nota
color: purple
problem:
title: Attenzione
color: red
kramdown:
syntax_highlighter_opts:
block:
line_numbers: false
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false