-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
49 lines (48 loc) · 1.42 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
permalink: /:title.html
title: AL3XANDR3
keywords: programming, data, machine learning, alexandre martins, al3xandr3
production_url: http://al3xandr3.github.io
highlighter: false
author :
name : Alexandre Matos Martins
avatar: "/assets/images/bio-photo.jpg"
bio: "*Data Scientist with background in Computer Science*" # Note: Markdown is allowed
location: "Seattle"
links:
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/al3xandr3/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/al3xandr3"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:[email protected]"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/i.am.alex.mm"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/al3xandr3"
- label: "Youtube"
icon: "fab fa-fw fa-youtube-square"
url: "https://www.youtube.com/@datasciencetools"
disqus_shortname: al3xandr3
analytics: UA-39542235-1
repository: al3xandr3.github.io
plugins: [jekyll-include-cache, jekyll-feed]
remote_theme: "mmistakes/[email protected]"
paginate: 10 # amount of posts to show
paginate_path: /page:num/
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: false
comments: true
share: false
related: true