-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (51 loc) · 1.46 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
# Site
name: "CryptoMS"
title: "Site Web spécialisé sur les technologies Blockchain et les cryptomonnaies"
description: "Site Web spécialisé sur les technologies Blockchain et les cryptomonnaies"
meta_description: "Site Web spécialisé sur les technologies Blockchain et les cryptomonnaies"
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
paginate: 10
baseurl: ''
true_url: 'https://cryptoms.fr'
email: '[email protected]'
google_analytics: 'UA-170496780-1'
# Authors
authors:
steve:
name: Steve Despres
display_name: Steve
gravatar: d514306564cb7b586511e27c8aee0ade
email: [email protected]
web: https://cryptoms.fr/apropos
twitter: https://twitter.com/steve_dsp
description: "Développeur & passionné par les technologies Blockchain"
marvin:
name: Marvin Beaufort
display_name: Marvin
gravatar: a074b7d806a5b7ea1d60b06f6632622a
email: [email protected]
web: https://cryptoms.fr/apropos
twitter:
description: "Diplômé de Master CCA, Auditeur/Collaborateur Comptable, passionné d'économie et de Crypto-économie"
# Plugins
url: "https://cryptoms.fr"
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/categorie/:name/'
# Other
markdown: kramdown
highlighter: rouge
# Server config
include:
- _headers