-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
78 lines (65 loc) · 1.6 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
# Build settings
plugins:
- jemoji
- jekyll-paginate
- jekyll-archives
# Site settings
title: "Cristian Cardellino"
description: > # this means to ignore newlines until "email:"
Notes of a Computer Scientist
email: [email protected]
# blog logo
logo: "/assets/img/logo.png"
float_logo: true
# blog cover
cover: "/assets/img/cover.jpg"
name: 'Cristian Cardellino'
author: 'Cristian Cardellino'
author_image: "/assets/img/me.jpg"
paginate: 5
url: "https://crscardellino.github.io" # the base hostname & protocol for your site
baseurl: ""
# used to display twitter cards
twitter_handle: '@crscardellino'
google_analytics: UA-30086759-1
social:
- icon: twitter
url: https://twitter.com/crscardellino
desc: Follow me on Twitter
share_url: http://twitter.com/share
share_title: ?text=
share_link: "&url="
- icon: mastodon
url: https://mastodon.social/@crscardellino
desc: Follow me on Mastodon
share_url: https://mastodon.social/share
share_title: ?text=
share_link: "&url="
- icon: github
url: https://github.com/crscardellino/
desc: Fork me on GitHub
share_url:
share_title:
share_link:
- icon: linkedin
url: https://linkedin.com/in/crscardellino/
desc: Contact me on LinkedIn
share_url:
share_title:
share_link:
excerpt_separator: <!-- more -->
include:
- _pages
jekyll-archives:
enabled:
- year
- month
- tags
layouts:
year: year-archive
month: month-archive
tag: tag-archive
permalinks:
year: 'archive/:year/'
month: 'archive/:year/:month/'
tag: 'archive/tag/:name/'