generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
144 lines (133 loc) · 3.49 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
# theme: minimal-mistakes-jekyll
remote_theme: "mmistakes/minimal-mistakes"
minimal_mistakes_skin: "dark"
# Site settings
locale: "fr-FR"
title: A.T.O.S.
title_separator: "-"
subtitle: Automated Tournament Organizer for Smash
name: "El Laggron"
description: >-
Un bot Discord complet pour administrer votre serveur et gérer des tournois.
url: https://atos.laggron.red
baseurl: "/"
repository: retke/ATOSDocs
search: true
search_full_content: true
search_provider: algolia
algolia:
application_id: AGWM0E6USE
index_name: atos
search_only_api_key: 75af6077e4eaf8fcfd171e462cedf505
powered_by: true
# Analytics
analytics:
provider: "google-universal" # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id: "UA-181005502-1" # Replace this with your ID, or delete
# author info
twitter_username: laggron42
github_username: retke
author:
name: "El Laggron"
avatar: "/assets/images/spyro.jpg"
bio: "Laggron, Smash player, streamer et développeur de bots Discord"
links:
- label: "Discord"
icon: "fab fa-fw fa-discord"
url: "https://discord.gg/DC6zCsZ"
- label: "Twitch"
icon: "fab fa-fw fa-twitch"
url: "https://twitch.tv/el_laggron"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/laggron42"
- label: "Repo GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/retke/Laggrons-Dumb-Cogs"
# footer
footer:
links:
- label: "Discord"
icon: "fab fa-fw fa-discord"
url: "https://discord.gg/DC6zCsZ"
- label: "Twitch"
icon: "fab fa-fw fa-twitch"
url: "https://twitch.tv/el_laggron"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
- label: "Repo GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/retke/Laggrons-Dumb-Cogs"
defaults:
# _posts
- scope:
path: "_posts"
type: posts
values:
layout: single
author_profile: true
read_time: true
share: true
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
# _docs
- scope:
path: "_docs"
type: docs
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
toc: true
toc_sticky: true
sidebar:
- nav: "docs"
- title: "Besoin d'aide ?"
text: >-
Posez vos questions, envoyez vos suggestion ou reportez des bugs :
[![widget](https://discord.com/api/guilds/705122849756545064/widget.png?style=banner3)](https://discord.gg/DC6zCsZ)
# Collections
collections:
docs:
output: true
permalink: /:collection/:path/
include:
- "_pages"
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# Build settings
markdown: kramdown
kramdown:
toc_levels: 1..6
# Outputting
permalink: /:categories/:title/
# paginate: 10 # amount of posts to show
# paginate_path: /posts/page:num/
timezone: Europe/Paris
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache