-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path_config.yml
More file actions
69 lines (56 loc) · 1.33 KB
/
_config.yml
File metadata and controls
69 lines (56 loc) · 1.33 KB
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
### your site title here
title: Lorenzo Carnevale
description: Assistant Professor at University of Messina
baseurl: "" #name of GitHub repository
url: "" #custom url to be used instead of GitHub repository
email: lcarnevale@unime.it
highlighter: rouge
markdown: kramdown
# Pagination
# paginate: 4
# permalink: /blog/:year/:title/
# paginate_path: /blog/page:num/
# Social media links in footer
# facebook: "#"
# twitter: "#"
linkedin: "lorenzocarnevale"
github: "lcarnevale"
# researchgate: "#"
orcid: "0000-0002-1349-341X"
google_analytics: "G-V0TBR5PTVH"
scopus: "57195963279"
google_scholar: "_5EzmTwAAAAJ&hl=it"
flickr: "lorenzocarnevale"
# highlighter: rouge
# markdown: kramdown
# Tracker
analytics:
#optimization -> compress.html
compress_html:
clippings: [html,div, p, ul, td, h1, h2, h3, h4,link, meta, footer, nav, img, header, hr, br, head, style, li, ul, ol, time, main, script, title]
comments: ["<!-- ", " -->"]
endings: [all]
ignore:
envs: [local]
blanklines: false
profile: false
startings: []
#collection
# collections:
# projects:
# output: true
# permalink: :path/projects/
sass:
sass_dir: /assets/css/_sass
style: compressed
include:
- _pages
- _bibliography
exclude:
- README.md
- LICENSE.md
plugins:
- jekyll-seo-tag
- jekyll-paginate
- jekyll-email-protect
- jekyll-target-blank