-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
112 lines (93 loc) · 1.96 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
# WhatATheme
markdown: kramdown
# URL of the Site
url: 'https://arkemie.net'
# Base URL of the Site (i.e., Name of the Repository in which the Site is hosted)
baseurl:
# Title of the Site
title: Arkemie
tagline: Quand les symboles s’unissent aux nombres
# Description of the Site
description: Quand les symboles s’unissent aux nombres
# URL of Image of the Site
site-image: /assets/images/alchimie/cercle-alchimique.jpg
# Keywords of the Site
site-keywords:
# URL for the Image of custom Favicon
favicon-url: /assets/images/favicon.png
heroimage: /assets/images/alchimie/cercle-alchimique.jpg
# Social Media and Contact
# If you don't want to use any icon, you can leave them blank.
email: alkemist000@gmail.com
twitter_username:
github_username: alkemist
# Google Analytics
google-analytics: G-8SYXMRHFJG
author:
name: Jaden ACHAIN
url: https://jaden-achain.dev
seo:
name: Jaden ACHAIN
type: BlogPosting
image:
path: /assets/images/alchimie/cercle-alchimique.jpg
# Name of the Author
author-name: Jaden Alkemist
# URL for the Image of the Author
author-image: /assets/images/avatar_bleu.png
author-url: https://jaden-achain.dev
# SASS
sass:
sass_dir: _sass
style: compressed
# Build settings
plugins:
- jekyll-admin
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-date-localization
# Permalink
permalink: ":categories/:title/"
# Compress
compress_html:
clippings: all
# I18n
date_locale: "fr"
locales: ["fr"]
locale: "fr"
# Defaults
defaults:
-
scope:
type: 'posts'
values:
layout: post
-
scope:
type: 'pages'
values:
layout: page
#admin
jekyll_admin:
hidden_links: ~
homepage: "posts"
microtypo:
median: true
# Exclude
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- _Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- webpack.config.babel.js
- node_modules
- package.lock.json
- package.json
- .idea/