-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
80 lines (70 loc) · 1.74 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
title: 40tude
description: Personal
theme: just-the-docs
# url: https://40tude.github.io/
url: https://www.40tude.fr
defaults:
- scope:
path: "docs" # an empty string here means all files in the project
type: "pages"
values:
layout: "default"
# aux_links:
# Template Repository: https://github.com/just-the-docs/just-the-docs-template
# Footer last edited timestamp
last_edit_timestamp: false # It is set to false because I have my own footer 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
favicon_ico: "/assets/images/40tude.png"
lang: fr
back_to_top: true
back_to_top_text: "Back to top"
callouts_level: quiet # or loud
callouts:
note:
title: Note
color: purple
warning:
title: Warning
color: red
important:
title: Important
color: blue
new:
title: New
color: green
highlight:
color: yellow
ga_tracking: G-HEDHH8MLQE
ga_tracking_anonymize_ip: true
exclude:
# from https://github.com/jekyll/jekyll/blob/master/lib/site_template/_config.yml:
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
- docs/billet00.md
- docs/billet01.md
- docs/categorie_02/
- docs/categorie_03/
- scrap_book/
# - docs/maths/
# - .sass-cache/
# - .jekyll-cache/
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# # specific to the theme website:
# - bin/
# - lib/
# - "*.gemspec"
# - "*.gem"
# - package.json
# - package-lock.json
# - Rakefile
# - CODE_OF_CONDUCT.md
# - docker-compose.yml
# - Dockerfile
# # theme test code
# - fixtures/