-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml~
executable file
·75 lines (59 loc) · 3.15 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
# Site settings
url: "http://radumas.github.io/coppe-ltc"
title: "{ MISTI Internship with The LTC }"
description: ""
keywords: "transportation"
favicon: "/img/favicon.ico"
black-favicon: "/img/black-lab-glass.ico"
google-tracking-id: false
disqus-shortname: false
# Navigation bar links
# Blog link in the blog and post pages will point to the blog.html#blog
# In the default page it will point to the preview of the last post
pages_list:
About: 'about'
Blog: 'blog'
Contact: 'contact'
background-img: "/img/intro-bg.jpg"
# About variables
me-img: "/img/me.jpg"
# Blog variables
paginate: 15
paginate_path: "blog/page:num"
post-preview-words: 128
fb-share: True
twitter-share: True
reddit-share: True
# Career variables
#events:
# - image: "/img/career/microsoft.jpg"
# date: "September 2014 - Today"
# description: "Software Engineer @ Microsoft Development Center Norway, working @ the <a href=\"http://dev.office.com/officegraph\" target=\"_blank\"> Office Graph</a>"
# - image: "/img/career/uoa.jpg"
# date: "October 2012 - August 2014"
# description: "Master studies @ <a href=\"http://www.di.uoa.gr/eng\" target=\"_blank\">Department of Informatics and Telecommunications</a> on Software Engineering + <a href=\"http://scholar.google.com/citations?user=UtV6LFYAAAAJ&hl=en&oi=ao\" target=\"_blank\">Machine Learning researcher</a> @ <a href=\"http://kddlab.di.uoa.gr\" target=\"_blank\">KDD</a> lab"
# - image: "/img/career/cern.jpg"
# date: "October 2011 - September 2012"
# description: "Security researcher @ <a href=\"http://www.cern.ch\" target=\"_blank\">CERN</a>, developed linux kernel extensions to prevent cyber attacks"
# - image: "/img/career/writeright.jpg"
# date: "August 2011 - Today"
# description: "Released <a href=\"https://play.google.com/store/apps/details?id=panos.sakkos.softkeyboard.writeright\" target=\"_blank\">WriteRight</a>, an adaptive S/W keyboard for Android devices, which shrinks the unlikely keys to tap next. Currently it holds > 9,000 downloads"
# - image: "/img/career/pwnmail.jpg"
# date: "June 2010 - November 2010"
# description: "Released <a href=\"https://www.google.com/search?q=pwn+mail\" target=\"_blank\">Pwn Mail</a>, an iPhone app for spoofing emails. It served > 260,000 emails but it was discontinued after a legal threat by <strike>Steve Jobs</strike> a secretary of Steve Jobs"
# - image: "/img/career/uoa.jpg"
# date: "October 2007 - September 2011"
# description: "Bachelor studies @ <a href=\"http://www.di.uoa.gr/eng\" target=\"_blank\">Department of Informatics and Telecommunications</a> on Computer Science and Telecomunications"
# First image of the Career timeline
#career-img: "/img/career/default.jpg"
# Social networks variables (many more available: facebook, flickr, dribbble, pinterest, instagram, tumblr etc.)
social:
- title: "github"
url: "https://github.com/radumas"
- title: "linkedin"
url: "https://linkedin.com/in/DumasRaphael"
- title: "twitter"
url: "https://twitter.com/dumasraphael"
404-img: "/img/labtocat.png"
# Exclusion list from the generated _site
exclude: ["personal-jekyll-theme","Rakefile", "LICENSE", "readme.markdown", "vendor"]