-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
99 lines (77 loc) · 1.88 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
#-------------------------------
# General Site Settings
title: NXT4EU
description: # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://a-rossetti.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
#-------------------------------
# About Section
authors:
andrea:
author-name: Andrea Rossetti
author-avatar: andrea-author-avatar.jpg
#-------------------------------
# Contact links
x: https://www.x.com/NXT4EU # X
telegram:
instagram:
email:
#-------------------------------
# Comment Section (Disqus)
# Add your shortname for Disqus Comment
disqus-identifier: andrea27172
#-------------------------------
# Instagram Feed
instafeed: false # To enable the instafeed, use the value true. To turn off use the value false.
#-------------------------------
# X feed
xfeed: true
x-username: "NXT4EU"
#-------------------------------
# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1.
#-------------------------------
# Newsletter
mailchimp: # Add your MailChimp form identifier
#-------------------------------
# Build settings
markdown: kramdown
permalink: ':title/'
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll-feed
pagination:
enabled: true
collections:
en_posts:
output: true
permalink: /en/:path/
en_pages:
output: true
permalink: /en/:path/
it_posts:
output: true
permalink: /it/:path/
it_pages:
output: true
permalink: /it/:path/
nl_posts:
output: true
permalink: /nl/:path/
nl_pages:
output: true
permalink: /nl/:path/
sass:
sass_dir: _sass
style: compressed
#-------------------------------
# Exclude from processing.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/