-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
93 lines (80 loc) · 2.14 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
# SITE CONFIGURATION
title: Pier Paolo Ippolito
name: Pier Paolo Ippolito
author: pierpaolo28
description: >
Welcome to my website! Here you can find some of my published works and blogs (1.5M+ views). If you have any questions, feel free to get in touch.
url: "https://ppiconsulting.dev/"
# SEO PLUGIN
social:
name: Pier Paolo Ippolito
links:
- https://www.linkedin.com/in/pierpaolo28/
- https://www.kaggle.com/pierpaolo28
- https://pierpaoloippolito28.medium.com/
- https://twitter.com/Pier_Paolo_28
# THEME SETTINGS
navigation: # Navigation links
- { name: "Home", link: "/" }
- { name: "Projects", link: "/work.html" }
- { name: "Blog", link: "/blog/index.html" }
- { name: "Books", link: "/blog/publications.html" }
- { name: "Products", link: "/products/" }
- { name: "Services", link: "/services/" }
- { name: "About", link: "/about/" }
tagline: >
Welcome to my website! Here you can find some of my published works and blogs (1.5M+ views). If you have any questions, feel free to get in touch.
hero_img: posts/intro.jpg
excerpt_separator: <!--end_excerpt-->
twitter_username: Pier_Paolo_28
github_username: pierpaolo28
medium_username: pierpaoloippolito28
disqus:
shortname: pier-paolo-website
google_tag_manager: UA-138942304-1
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge # or pygments or null
# theme: jekyll-sleek # Uncomment if you're using the theme as a ruby gem
exclude:
- README.md
- node_modules
- script
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
- vendor
- npm-debug.log
- gulpfile.js
- sleek.jpg
include: ["_pages"]
compress_html:
clippings: all
collections:
tips:
sort_by: date
output: true
permalink: blog/:collection/:title/
books:
sort_by: date
output: true
permalink: blog/:collection/:title/
work:
sort_by: date
output: true
permalink: Projects/:title.html
sections:
sort_by: date
output: true
publications:
sort_by: date
output: true
permalink: blog/:collection/:title/
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-paginate
- jemoji
paginate: 7
paginate_path: "/blog/blog/page:num/"