-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
97 lines (87 loc) · 2.2 KB
/
Copy path_config.yml
File metadata and controls
97 lines (87 loc) · 2.2 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
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
# Site settings
title: Daniel Andrade
description: "Personal website"
baseurl: ""
url: "https://dcandrade.com"
# User settings
username: Daniel Coelho de Andrade
user_description: Software Engineer @ Jusbrasil
user_title: Daniel Coelho de Andrade
email: dca650@gmail.com
twitter_username: ddcandrade
github_username: dcandrade
gplus_username: +DanielAndradeC
linkedin_public_url: dcandrade
disqus_username: dcandrade
profile_picture: ./assets/img/profile.jpg
# header nav Links
menu:
#- title: posts
# url: /posts
- title: publications
url: /publications.html
- title: talks
url: /talks.html
- title: lattes
url: http://lattes.cnpq.br/5346136314135481
- title: about me
url: /about
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# Links to include in menu navigation
links:
section_1:
- title: home
url: /
key_trigger: 1
#- title: my posts
# url: /posts
# key_trigger: 2
#- title: series
# url: /series
# key_trigger: 3
#- title: tags
# url: /tags
# key_trigger: 4
- title: about me
url: /about
key_trigger: 5
section_2:
- title: publications
url: /publications.html
key_trigger: 1
- title: talks
url: /talks.html
key_trigger: 2
section_3:
- title: github
url: http://www.github.com/dcandrade
new_tab: true
key_trigger: g
- title: twitter
url: http://www.twitter.com/ddcandrade
new_tab: true
key_trigger: t
- title: search
url: ""
key_trigger: s #WARNING: search only works with "s"
# projects in header index
projects:
- name: Demo of Zabbix using Docker containers
url: https://github.com/dcandrade/docker-zabbix-demo
- name: Social Media Mining for Sensor Networks
url: http://lara.uefs.br/pesquisa.html
- name: Movie Sucess Prediction using Data Mining
url: https://github.com/dcandrade/movie-data-mining
- name: Machine Learning A-Z
url: https://github.com/dcandrade/machine-learning-a-z
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']